From f6511be656d7899f59cb6f5ba43638d53fc0bce0 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Mon, 15 Sep 2025 13:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E8=B4=9F=E8=B4=A3=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/foodManage/purchaseManage.js | 9 + .../reportCenter/tradedDetail/index.vue | 2 +- .../purchaseManage/contractList/edit.vue | 396 ++++++++++-------- 3 files changed, 224 insertions(+), 183 deletions(-) diff --git a/src/api/foodManage/purchaseManage.js b/src/api/foodManage/purchaseManage.js index 3f9202b9..17f31be3 100644 --- a/src/api/foodManage/purchaseManage.js +++ b/src/api/foodManage/purchaseManage.js @@ -20,6 +20,15 @@ export function getMaterialListApi(data) { params: data }) } +export function fetchUsers(data) { + return request({ + url: '/system/user/list', + method: 'get', + headers: { + }, + params: data + }) +} //查询供应商列表 isPaging 0不分页 2分页 export function supplierPageApi(data) { return request({ diff --git a/src/views/canteen/reportCenter/tradedDetail/index.vue b/src/views/canteen/reportCenter/tradedDetail/index.vue index 51c9d5f7..ebaf2394 100644 --- a/src/views/canteen/reportCenter/tradedDetail/index.vue +++ b/src/views/canteen/reportCenter/tradedDetail/index.vue @@ -236,7 +236,7 @@ if(item.phonenumber&&item.phonenumber!=""){ this.$set(item,"phonenumber",decryptWithSM4(item.phonenumber)) } - }) + }) this.total = Number(response.total); this.loading = false; }); diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index e03a5b69..fed8392a 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -7,12 +7,12 @@ - + - + @@ -35,7 +35,7 @@ :label="item.supplierName" :value="item.supplierId" > - + - + - + + + + + + + 上传附件 - + - +
@@ -125,36 +136,36 @@ - - - - + + + + - + - + - + - + - +
@@ -163,7 +174,7 @@ 提交 返回
- +
@@ -171,11 +182,11 @@ @@ -198,21 +209,21 @@ - - - - + + + + - + - + + />
-
+
- + - + 搜索 重置 @@ -247,21 +258,21 @@ - - - + + + + - - + + - - + @@ -863,10 +895,10 @@ export default { align-items: center; cursor: pointer; } - .dish-name:hover{ + .dish-name:hover{ background-color:rgba(0, 0, 0, 0.1); color: #4b80fd; - } + } .dialog-center{ width: 10%; @@ -918,4 +950,4 @@ export default { border: 1px solid #fff; cursor: pointer; } - \ No newline at end of file +