From bc23bea79e99d8c280ea64766be52743ce044c28 Mon Sep 17 00:00:00 2001
From: pan <antony1029@163.com>
Date: 星期四, 27 十一月 2025 11:20:13 +0800
Subject: [PATCH] 提交
---
项目代码/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
index ea17874..1b81cea 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
@@ -57,6 +57,7 @@
type: "select",
dataKey: "inOrderType",
data: [],
+ hidden:true
},
{
field: "inboundOrderNo",
@@ -78,7 +79,7 @@
const searchFormFields = ref({
inboundOrderNo: "",
upperOrderNo: "",
- orderType: "",
+ orderType: "0",
orderStatus: "",
createType: "",
creater: "",
@@ -93,7 +94,8 @@
field: "orderType",
type: "select",
dataKey: "inOrderType",
- data: [],
+ data: [0],
+ hidden:true
},
{
title: "鍗曟嵁鐘舵��",
@@ -142,20 +144,13 @@
align: "left",
},
{
- field: "warehouseId",
- title: "浠撳簱",
- type: "string",
- width: 90,
- align: "left",
- bind:{key: "warehouses", data: []}
- },
- {
field: "orderType",
title: "鍗曟嵁绫诲瀷",
type: "string",
width: 150,
align: "left",
bind: { key: "inOrderType", data: [] },
+ hidden:true
},
{
field: "businessType",
@@ -182,6 +177,13 @@
bind: { key: "createType", data: [] },
},
{
+ field: "factoryArea",
+ title: "鍘傚尯",
+ type: "string",
+ width: 120,
+ align: "left"
+ },
+ {
field: "creater",
title: "鍒涘缓浜�",
type: "string",
--
Gitblit v1.9.3