From f947d43adfe6a204b6afe920ce88a30d78015f1d Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 28 二月 2025 10:44:44 +0800
Subject: [PATCH] 板料优化,成品流程,测试架...

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 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 e5c696c..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"
@@ -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