From 75e3bca44b111c167b9389e4e51b2ce577a9f9e0 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 10 八月 2025 10:35:50 +0800
Subject: [PATCH] 优化更新
---
WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 40 ++++++++++++++++++++++++++++++++++------
1 files changed, 34 insertions(+), 6 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
index b7d41ad..3d83141 100644
--- a/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
@@ -43,10 +43,22 @@
data: [],
},
{
- field: "orderNo",
- title: "鍗曟嵁缂栧彿",
- type: "string",
- },
+ field: "warehouseId",
+ title: "浠撳簱ID",
+ type: "int",
+ },
+ {
+ field: "orderNo",
+ title: "鍗曟嵁缂栧彿",
+ type: "string",
+ },
+ {
+ title: "鍗曟嵁鐘舵��",
+ field: "orderStatus",
+ type: "select",
+ dataKey: "inboundState",
+ data: [],
+ },
{
title: "涓婃父鍗曟嵁缂栧彿",
field: "upperOrderNo",
@@ -56,6 +68,15 @@
title: "澶囨敞",
field: "remark",
type: "textarea",
+ },
+ ],
+ [
+ {
+ title: "鍒涘缓鏂瑰紡",
+ field: "createType",
+ type: "select",
+ dataKey: "createType",
+ data: [],
},
],
]);
@@ -111,6 +132,13 @@
align: "left",
},
{
+ field: "warehouseId",
+ title: "浠撳簱ID",
+ type: "int",
+ width: 90,
+ align: "left",
+ },
+ {
field: "orderNo",
title: "鍗曟嵁缂栧彿",
type: "string",
@@ -133,7 +161,7 @@
align: "left",
bind: { key: "inOrderType", data: [] },
},
- {
+ {
field: "inoutType",
title: "鍗曟嵁澶х被",
type: "string",
@@ -222,7 +250,6 @@
width: 150,
align: "left",
edit: { type: "" },
-
},
{
field: "materielName",
@@ -270,6 +297,7 @@
type: "string",
width: 180,
align: "left",
+ edit: { type: "" },
bind: { key: "orderDetailStatusEnum", data: [] },
},
{
--
Gitblit v1.9.3