From dcecb039035f4b2e82e31c39b74db9402444c536 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 08 四月 2025 21:35:39 +0800 Subject: [PATCH] 代码更新,优化等内容 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrder.vue | 48 +++++++++++++++++++++++------------------------- 1 files changed, 23 insertions(+), 25 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrder.vue" index 9895779..ec93aa4 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrder.vue" @@ -140,7 +140,7 @@ type: "string", width: 150, align: "left", - // bind: { key: "inOrderType", data: [] }, + bind: { key: "inboundState", data: [] }, }, { field: "unPackStock", @@ -184,6 +184,7 @@ type: "string", width: 100, align: "left", + hidden: true, }, { field: "modifyDate", @@ -191,6 +192,7 @@ type: "datetime", width: 160, align: "left", + hidden: true, }, { field: "remark", @@ -204,28 +206,28 @@ cnName: "鍏ュ簱鍗曟槑缁�", table: "mesProInOrderDetail", columns: [ - { - field: "id", - title: "Id", - type: "int", - width: 90, - hidden: true, - readonly: true, - require: true, - align: "left", - }, - { - field: "orderId", - title: "鍏ュ簱鍗曚富閿�", - type: "string", - width: 90, - align: "left", - }, + // { + // field: "id", + // title: "Id", + // type: "int", + // width: 90, + // hidden: true, + // readonly: true, + // require: true, + // align: "left", + // }, + // { + // field: "orderId", + // title: "鍏ュ簱鍗曚富閿�", + // type: "string", + // width: 90, + // align: "left", + // }, { field: "bagNo", title: "鍐呭寘鍙�", type: "string", - width: 150, + width: 180, align: "left", }, { @@ -325,12 +327,6 @@ type: "string", width: 200, align: "left", - }, { - field: "remark", - title: "澶囨敞", - type: "string", - width: 200, - align: "left", }, { field: "creater", @@ -352,6 +348,7 @@ type: "string", width: 100, align: "left", + hidden: true, }, { field: "modifyDate", @@ -359,6 +356,7 @@ type: "datetime", width: 160, align: "left", + hidden: true, }, { field: "remark", -- Gitblit v1.9.3