From 9b2a0f5d613f98b548b6b59551d3f5629a01e68c Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 25 Sep 2025 14:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=80=E4=BD=93=E7=BA=A7/?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/healthCenter/index.js | 12 +- .../material/components/MaterialDialog.vue | 4 +- .../healthCenter/healthRecords/index.vue | 972 ++++++------------ .../healthCenter/healthRecords/indexOld.vue | 667 ++++++++++++ .../devicesManage/deviesInfo/index.vue | 13 +- .../devicesManage/deviesRecord/index.vue | 14 +- src/views/kitchen/index.vue | 2 +- 7 files changed, 1005 insertions(+), 679 deletions(-) create mode 100644 src/views/canteen/healthCenter/healthRecords/indexOld.vue 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 @@ /> - + +