From 35d7787215c8d7824a91ed692b3a331d69255af1 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Mon, 15 Sep 2025 16:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchaseManage/contractList/edit.vue | 2 +- .../purchaseInspection/detail.vue | 92 ++-- .../purchaseInspection/edit.vue | 452 ++++++++++-------- .../stockManage/depotManage/index.vue | 69 ++- 4 files changed, 340 insertions(+), 275 deletions(-) diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index fed8392a..8ced67b8 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -399,7 +399,7 @@ export default { }, }, methods: { - // 公用方法:获取用户列表 + // 公用方法 fetchUsers() { let param = { pageNum:1, diff --git a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue index 2aa0b8bb..4f588901 100644 --- a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue +++ b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue @@ -1,11 +1,11 @@ - + @@ -269,10 +269,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%; @@ -324,4 +324,4 @@ export default { border: 1px solid #fff; cursor: pointer; } - \ No newline at end of file + diff --git a/src/views/foodManage/purchaseManage/purchaseInspection/edit.vue b/src/views/foodManage/purchaseManage/purchaseInspection/edit.vue index 354382b9..775c5d11 100644 --- a/src/views/foodManage/purchaseManage/purchaseInspection/edit.vue +++ b/src/views/foodManage/purchaseManage/purchaseInspection/edit.vue @@ -4,20 +4,20 @@ - + - + - + - + - - + + + + + + + - + 上传附件 - + - +
@@ -113,19 +123,19 @@ {{ (scope.row.unitPrice/100).toFixed(2) }} - + - + - - + +
@@ -165,7 +175,7 @@ - - - - + + + + - + - + + />
-
+
- + - + 搜索 重置 @@ -241,21 +251,21 @@ - - - + + + + - - + + - - + @@ -918,10 +950,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%; @@ -973,4 +1005,4 @@ export default { border: 1px solid #fff; cursor: pointer; } - \ No newline at end of file + diff --git a/src/views/foodManage/stockManage/depotManage/index.vue b/src/views/foodManage/stockManage/depotManage/index.vue index 59e90d26..b9ba8cdf 100644 --- a/src/views/foodManage/stockManage/depotManage/index.vue +++ b/src/views/foodManage/stockManage/depotManage/index.vue @@ -1,5 +1,5 @@