From a9a3f943efb083de8ed88b293897886b3ef612a2 Mon Sep 17 00:00:00 2001 From: helongyang <647556386@qq.com> Date: 星期一, 11 八月 2025 17:37:09 +0800 Subject: [PATCH] 功能增添优化 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/proOutOrder.vue | 84 +++++++++++++++++++---------------------- 1 files changed, 39 insertions(+), 45 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..561afc3 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" @@ -89,29 +89,23 @@ }); const searchFormOptions = ref([ [ - { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" }, + { title: "鍑哄簱鍗曞彿", field: "proOutOrderNo", type: "like" }, { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" }, { title: "鍗曟嵁绫诲瀷", - field: "orderType", + field: "proOrderType", type: "select", - dataKey: "outOrderType", + dataKey: "proOutOrderTypeEnum", data: [], }, - { - title: "鍗曟嵁鐘舵��", - field: "orderStatus", - type: "select", - dataKey: "outboundStatusEnum", - data: [], - }, + ], [ { - title: "鍒涘缓鏂瑰紡", - field: "createType", + title: "鍗曟嵁鐘舵��", + field: "proOrderStatus", type: "select", - dataKey: "createType", + dataKey: "outboundStatusEnum", data: [], }, { title: "鍒涘缓鑰�", field: "creater", type: "like" }, @@ -151,7 +145,7 @@ type: "string", width: 150, align: "left", - // bind: { key: "outOrderType", data: [] }, + bind: { key: "proOutOrderType", data: [{key:1,value:"璁㈠崟鍑鸿揣"},,{key:2,value:"閿�鍞嚭搴�"}] }, }, { field: "proOrderStatus", @@ -159,7 +153,7 @@ type: "decimal", width: 90, align: "left", - // bind: { key: "outboundStatusEnum", data: [] }, + bind: { key: "outboundStatusEnum", data: [] }, }, { field: "plantShipDate", @@ -168,22 +162,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 +192,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