From 60a50d7a976f33a172421546fd891f33a21043e5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 11:50:22 +0800
Subject: [PATCH] 优化
---
新建文件夹/WMS/src/views/outbound/outboundOrder.vue | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
index 1c41296..1c1c7d7 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
@@ -72,8 +72,8 @@
{
title: "搴撴埧鍙�",
field: "warehouse_no",
- type: "string",
- dataKey: "warehouse",
+ type: "select",
+ dataKey: "warehouseNuber",
data: [],
width: 100
},
@@ -110,6 +110,7 @@
[
{ title: "鍑哄簱鍗曞彿", field: "out_no", type: "like" },
{ title: "瀹㈡埛浠g爜", field: "client_no", type: "like" },
+ { title: "瀹㈡埛浠g爜", field: "warehouse_no", type: "select", dataKey: "warehouseNuber", data: [] },
{
title: "鍑哄簱鍗曠被鍨�",
field: "out_type",
@@ -181,7 +182,7 @@
type: 'string',
width: 100,
align: 'left',
- bind: { key: "warehouse", data: [] }
+ bind: { key: "warehouseNuber", data: [] }
},
{
field: 'account_time',
@@ -267,6 +268,16 @@
},
{
+ field: "goods_no",
+ title: "鐗╂枡鍚嶇О",
+ type: "string",
+ width: 150,
+ align: "left",
+ required: true,
+ edit:{type:""},
+ bind: { key: "MaterielNames", data: [] },
+ },
+ {
field: 'goods_no',
title: '鑽搧缂栫爜',
type: 'string',
--
Gitblit v1.9.3