From 5e610f4c9d9870b393720bc5fcc856e97bc2ea4b Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周三, 27 11月 2024 09:36:26 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/packList/index.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/packList/index.vue b/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/packList/index.vue index 1a4eb77..346ab9f 100644 --- a/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/packList/index.vue +++ b/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/packList/index.vue @@ -112,7 +112,9 @@ </span> </template> </el-table-column> - <el-table-column prop="count" label="鏁伴噺" show-overflow-tooltip="" /> + + <el-table-column prop="mesTotalCount" label="鎬绘暟" show-overflow-tooltip="" /> + <el-table-column prop="count" label="宸叉湁鏁伴噺" show-overflow-tooltip="" /> <!-- <el-table-column prop="placeCode" label="搴撲綅缂栫爜" show-overflow-tooltip="" /> <el-table-column prop="inTime" label="杩涘叆鏃堕棿" width="80" :formatter="formatDate_T_Date" show-overflow-tooltip="" /> @@ -149,7 +151,10 @@ </span> </template> </el-table-column> - <el-table-column prop="count" label="鏁伴噺" show-overflow-tooltip="" /> + + <el-table-column prop="mesTotalCount" label="鎬绘暟" show-overflow-tooltip="" /> + <el-table-column prop="count" label="宸叉湁鏁伴噺" show-overflow-tooltip="" /> + <el-table-column prop="lackCount" label="缂哄皯鏁伴噺" show-overflow-tooltip="" /> <!-- <el-table-column prop="placeCode" label="搴撲綅缂栫爜" show-overflow-tooltip="" /> <el-table-column prop="inTime" label="杩涘叆鏃堕棿" width="80" :formatter="formatDate_T_Date" show-overflow-tooltip="" /> -- Gitblit v1.9.3