From 9614c055e52af482b11a040cbcd0710613bf58cf Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 11 三月 2026 19:49:51 +0800
Subject: [PATCH] 优化界面码垛坐标添加
---
项目代码/WMS/WMSClient/src/views/outbound/outSGOrder.vue | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outSGOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outSGOrder.vue"
index b8d9f4c..3252127 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outSGOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outSGOrder.vue"
@@ -121,12 +121,19 @@
align: "left",
},
{
- field: "materialNoWidth",
- title: "鐗╂枡缂栧彿锛堝箙瀹斤級",
- type: "string",
- width: 160,
- align: "left",
- },
+ field: "materialNos",
+ title: "鐗╂枡缂栧彿",
+ type: "string",
+ width: 160,
+ align: "left",
+ },
+ {
+ field: "materialWides",
+ title: "骞呭",
+ type: "string",
+ width: 100,
+ align: "left",
+ },
]);
const detail = ref({
cnName: "鍑哄簱鏄庣粏鍗�",
--
Gitblit v1.9.3