From a89c018c3afa43a529f9eb54725bc92ed2b996e8 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 24 九月 2024 15:04:45 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
index 5712ece..bb4071b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
@@ -29,6 +29,7 @@
     const editFormFields = ref({
       orderType: "",
       upperOrderNo: "",
+      orderStatus: "",
       remark: "",
     });
     const editFormOptions = ref([
@@ -45,6 +46,14 @@
           title: "涓婃父鍗曟嵁缂栧彿",
           field: "upperOrderNo",
           type: "string",
+        },
+        {
+          title: "鍗曟嵁鐘舵��",
+          field: "orderStatus",
+          type: "select",
+          dataKey: "inboundState",
+          data: [],
+          readonly: true,
         },
         {
           title: "澶囨敞",
@@ -110,6 +119,7 @@
         type: "string",
         width: 120,
         align: "left",
+        link: true,
       },
       {
         field: "upperOrderNo",
@@ -124,6 +134,7 @@
         type: "string",
         width: 150,
         align: "left",
+        bind: { key: "outOrderType", data: [] },
       },
       {
         field: "orderStatus",
@@ -131,6 +142,7 @@
         type: "decimal",
         width: 90,
         align: "left",
+        bind: { key: "outboundStatusEnum", data: [] },
       },
       {
         field: "createType",
@@ -138,6 +150,7 @@
         type: "string",
         width: 90,
         align: "left",
+        bind: { key: "createType", data: [] },
       },
       {
         field: "creater",
@@ -251,6 +264,7 @@
           type: "string",
           width: 180,
           align: "left",
+          bind: { key: "orderDetailStatusEnum", data: [] },
         },
         {
           field: "creater",

--
Gitblit v1.9.3