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/outbound/proOutOrder.vue | 64 ++++++++++++++++---------------- 1 files changed, 32 insertions(+), 32 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/proOutOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/proOutOrder.vue" index 46b9965..763af28 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/proOutOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/proOutOrder.vue" @@ -151,7 +151,7 @@ type: "string", width: 150, align: "left", - // bind: { key: "outOrderType", data: [] }, + bind: { key: "outOrderType", data: [{key:1,value:"璁㈠崟鍑鸿揣"}] }, }, { field: "proOrderStatus", @@ -159,7 +159,7 @@ type: "decimal", width: 90, align: "left", - // bind: { key: "outboundStatusEnum", data: [] }, + bind: { key: "outboundStatusEnum", data: [] }, }, { field: "plantShipDate", @@ -168,22 +168,22 @@ width: 160, align: "left", }, - { - field: "createType", - title: "鍒涘缓鏂瑰紡", - type: "string", - width: 120, - align: "left", - bind: { key: "createType", data: [] }, - }, - { - field: "departmentCode", - title: "淇敼鏃堕棿", - type: "string", - width: 120, - align: "left", - hidden: true, - }, + // { + // field: "createType", + // title: "鍒涘缓鏂瑰紡", + // type: "string", + // width: 120, + // align: "left", + // bind: { key: "createType", data: [] }, + // }, + // { + // field: "departmentCode", + // title: "淇敼鏃堕棿", + // type: "string", + // width: 120, + // align: "left", + // hidden: true, + // }, { field: "creater", title: "鍒涘缓浜�", @@ -198,20 +198,20 @@ width: 160, align: "left", }, - { - field: "modifier", - title: "淇敼浜�", - type: "string", - width: 100, - align: "left", - }, - { - field: "modifyDate", - title: "淇敼鏃堕棿", - type: "datetime", - width: 160, - align: "left", - }, + // { + // field: "modifier", + // title: "淇敼浜�", + // type: "string", + // width: 100, + // align: "left", + // }, + // { + // field: "modifyDate", + // title: "淇敼鏃堕棿", + // type: "datetime", + // width: 160, + // align: "left", + // }, { field: "remark", title: "澶囨敞", -- Gitblit v1.9.3