From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK   生产入库开发完成2.MES工单 流程单新增工单编码二维码

---
 src/views/purchasesManager/arrivalNoticeList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/purchasesManager/arrivalNoticeList.vue b/src/views/purchasesManager/arrivalNoticeList.vue
index 5106c20..3eea821 100644
--- a/src/views/purchasesManager/arrivalNoticeList.vue
+++ b/src/views/purchasesManager/arrivalNoticeList.vue
@@ -275,10 +275,10 @@
           <el-table-column
             label="鍏ュ簱鏁伴噺"
             show-tooltip-when-overflow
-            prop="hqty1"
+            prop="hinqty"
           >
             <template slot-scope="{row}">
-              <div v-if="row.hqty1">{{ row.hqty1 }}</div>
+              <div v-if="row.hinqty">{{ row.hinqty }}</div>
               <div v-else>/</div>
             </template>
           </el-table-column>

--
Gitblit v1.9.3