diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index 4f3b783c..0776ccb3 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -235,7 +235,17 @@ export function getReportByIdApi(data) { } - +// 查询健康一体机列表 +export function getPhysicalListApi(data) { + return request({ + url: '/smart-canteen/hardwareScreen/physicalList', + method: 'get', + headers: { + //"merchant-id":"378915229716713472", + }, + params:data + }) +} diff --git a/src/views/canteen/dish/material/components/MaterialDialog.vue b/src/views/canteen/dish/material/components/MaterialDialog.vue index d7a18a5e..4a6ece1e 100644 --- a/src/views/canteen/dish/material/components/MaterialDialog.vue +++ b/src/views/canteen/dish/material/components/MaterialDialog.vue @@ -417,14 +417,14 @@ export default { handleNutritionChange(value) { console.log("选中营养信息类别",value) this.nutritionAllList(value) + this.$set(this.form,"nutritionId",null) }, //获取营养信息下拉 nutritionAllList(value){ let param = { categoryId:value } - nutritionAllListApi(param).then((response) => { - this.$set(this.form,"nutritionId",null) + nutritionAllListApi(param).then((response) => { this.nutritionOptions = response.data; }); }, diff --git a/src/views/canteen/healthCenter/healthRecords/index.vue b/src/views/canteen/healthCenter/healthRecords/index.vue index 8917a8cc..52d5c999 100644 --- a/src/views/canteen/healthCenter/healthRecords/index.vue +++ b/src/views/canteen/healthCenter/healthRecords/index.vue @@ -1,667 +1,327 @@ - - diff --git a/src/views/canteen/healthCenter/healthRecords/indexOld.vue b/src/views/canteen/healthCenter/healthRecords/indexOld.vue new file mode 100644 index 00000000..8917a8cc --- /dev/null +++ b/src/views/canteen/healthCenter/healthRecords/indexOld.vue @@ -0,0 +1,667 @@ + + + + diff --git a/src/views/kitchen/devicesManage/deviesInfo/index.vue b/src/views/kitchen/devicesManage/deviesInfo/index.vue index 20053042..5f8b3cad 100644 --- a/src/views/kitchen/devicesManage/deviesInfo/index.vue +++ b/src/views/kitchen/devicesManage/deviesInfo/index.vue @@ -2,7 +2,7 @@
- +
@@ -160,13 +160,14 @@ /> - + +