From b513ce3a4527e998da66c6f179a279472c7262a8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 18 十一月 2025 10:59:46 +0800
Subject: [PATCH] 代码更新优化
---
项目代码/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
index 0bab4d2..2b10b84 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
@@ -11,12 +11,12 @@
<el-alert :closable="false" style="width: 100%">
<el-row>
<el-col :span="24">
- <span class="less-style">鐗╂枡鍚嶇О锛� {{ row.materielName }} </span>
+ <span class="less-style">鐗╂枡鍚嶇О锛� {{ row.materialName }} </span>
<el-divider direction="vertical"></el-divider>
<span class="less-style">鐗╂枡缂栧彿锛� {{ row.materialNo }} </span>
<el-divider direction="vertical"></el-divider>
<span class="less-style"
- >闇�姹傛暟閲忥細 {{ row.totalUsage }}
+ >闇�姹傛暟閲忥細 {{ row.xqLen }}
</span>
<el-divider direction="vertical"></el-divider>
<span class="less-style"
@@ -124,6 +124,18 @@
width: 150,
},
{
+ prop: "materialWide",
+ title: "鐗╂枡骞呭",
+ type: "string",
+ width: 100,
+ },
+ {
+ prop: "materialWeight",
+ title: "鐗╂枡閲嶉噺",
+ type: "string",
+ width: 100,
+ },
+ {
prop: "stockId",
title: "搴撳瓨涓婚敭",
type: "string",
@@ -150,7 +162,7 @@
},
{
prop: "taskNum",
- title: "鍑哄簱浠诲姟鍙�",
+ title: "鍑哄簱浠诲姟",
type: "string",
width: 100,
},
@@ -158,13 +170,13 @@
prop: "palletCode",
title: "鏉$爜缂栧彿",
type: "string",
- width: 150,
+ width: 130,
},
{
prop: "locationCode",
title: "璐т綅缂栧彿",
type: "string",
- width: 180,
+ width: 200,
},
{
prop: "status",
--
Gitblit v1.9.3