From ab4498f9390202dc4a9dd602d55bf1eb9385d9ab Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 28 四月 2026 16:25:31 +0800
Subject: [PATCH] 出入库流程
---
WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
index f758cf1..3816dd5 100644
--- a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -48,6 +48,11 @@
title: "鍗曟嵁缂栧彿",
type: "string",
},
+ {
+ field: "outWareHouse",
+ title: "浠撳簱缂栫爜",
+ type: "string",
+ },
{
title: "涓婃父鍗曟嵁缂栧彿",
field: "upperOrderNo",
@@ -231,6 +236,8 @@
type: "string",
width: 150,
align: "left",
+ edit: { type: "string" },
+ required: true,
},
{
field: "batchNo",
--
Gitblit v1.9.3