From c831574708e199a909b569b625fd92707bc660fd Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 27 三月 2026 16:21:04 +0800
Subject: [PATCH] 军泰伟业 1.已发货数量等于总数量时,状态为已发货。已发货数量小于总数量时,状态建议新增发货中 2.产品清除工艺路线点击确定后,仍然回显绑定的工艺路线 3.新增退货单时,退一部分货后,继续对此退货单进行退货操作,展示数据有误

---
 src/views/procurementManagement/paymentEntry/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/procurementManagement/paymentEntry/index.vue b/src/views/procurementManagement/paymentEntry/index.vue
index 3f4512b..85f424c 100644
--- a/src/views/procurementManagement/paymentEntry/index.vue
+++ b/src/views/procurementManagement/paymentEntry/index.vue
@@ -153,7 +153,7 @@
           width="100"
         />
         <el-table-column
-          label="瑙勬牸鍨嬪彿"
+          label="鍥剧焊缂栧彿"
           prop="specificationModel"
           show-overflow-tooltip
           width="150"
@@ -283,7 +283,7 @@
 		showOverflowTooltip: true,
 	},
 	{
-		label: "瑙勬牸鍨嬪彿",
+		label: "鍥剧焊缂栧彿",
 		prop: "specificationModel",
 		showOverflowTooltip: true,
 		width: 150
@@ -572,7 +572,7 @@
 .table_list {
   margin-top: unset;
 }
-::v-deep(.el-checkbox__label) {
+:deep(.el-checkbox__label) {
   font-weight: bold;
 }
 .empty-tip {

--
Gitblit v1.9.3