From d8db1698c125618c1b5f62b009204ddc5d4eed5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 19 三月 2025 20:34:08 +0800 Subject: [PATCH] 成品代码更新.... --- 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" index bf25d44..c34330c 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" @@ -14,7 +14,7 @@ </view-grid> </template> <script> - import extend from "@/extension/outbound/outboundOrderDetail.js"; + import extend from "@/extension/outbound/mesOutboundOrder.js"; import { ref, defineComponent } from "vue"; export default defineComponent({ setup() { @@ -34,12 +34,14 @@ ]); const searchFormFields = ref({ orderNo: "", + taskNo:"", materialCode: "", batchNo: "", }); const searchFormOptions = ref([ [ { title: "鍗曟嵁缂栧彿", field: "orderNo", type:"like" }, + { title: "MES浠诲姟鍗曞彿", field: "taskNo", type:"like" }, { title: "鐗╂枡缂栧彿", field: "materialCode" ,type:"like"}, { title: "鎵规鍙�", field: "batchNo" ,type:"like"}, ], @@ -71,7 +73,7 @@ }, { field: "taskNo", - title: "浠诲姟鍗曞彿", + title: "MES浠诲姟鍗曞彿", type: "string", width: 150, align: "left", @@ -154,6 +156,14 @@ type: "string", width: 100, align: "left", + hidden: true + }, + { + field: "createDate", + title: "鍒涘缓鏃堕棿", + type: "datetime", + width: 160, + align: "left", }, { field: "width", -- Gitblit v1.9.3