From a296223898d61a9838bbd35ed75c87575e308a36 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期五, 07 十一月 2025 17:19:38 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
index 0d14565..0c12476 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
@@ -33,8 +33,8 @@
});
const searchFormOptions = ref([
[
- { "title": "璁㈠崟缂栧彿", "field": "printCode", "type": "text" },
- { "title": "涓婃父鍗曞彿", "field": "orderNo", "type": "text" },
+ { "title": "璁㈠崟缂栧彿", "field": "orderNo", "type": "text" },
+ { "title": "涓婃父鍗曞彿", "field": "upperOrderNo", "type": "text" },
{ "title": "闇�姹傚垎绫�", "field": "demandClassification", "type": "text" },
{ "title": "鍗曟嵁绫诲瀷", "field": "orderType", "type": "text" },
@@ -57,6 +57,7 @@
{ field: 'upperOrderNo', title: '涓婃父鍗曞彿', type: 'string', width: 180, align: 'left' },
{ field: 'materialNo', title: '鐗╂枡缂栫爜', type: 'string', width: 180, align: 'left' },
{ field: 'materialName', title: '鐗╂枡鍚嶇О', type: 'string', width: 180, align: 'left' },
+ {field: 'quantity', title: '鏁伴噺', type: 'string', width: 90, align: 'left' },
{ field: 'demandClassification', title: '闇�姹傚垎绫�', type: 'string', width: 180, align: 'left' },
{ field: 'orderType', title: '鍗曟嵁绫诲瀷', type: 'string', width: 110, align: 'left' },
{ field: 'warehouseName', title: '浠撳簱鍚嶇О', type: 'string', width: 120, align: 'left' },
@@ -67,7 +68,6 @@
{ field: 'specs', title: '瑙勬牸', type: 'string', width: 180, align: 'left' },
{ field: 'unit', title: '鍗曚綅', type: 'string', width: 90, align: 'left' },
{ field: 'texture', title: '鏉愯川', type: 'string', width: 180, align: 'left' },
- {field: 'quantity', title: '鏁伴噺', type: 'string', width: 90, align: 'left' },
{field: 'orderStatus', title: '璁㈠崟鐘舵��', type: 'string', width: 90, align: 'left' },
{ field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 120, align: 'left' },
{ field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
--
Gitblit v1.9.3