From d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 18 十月 2025 15:04:56 +0800
Subject: [PATCH] 前端,pda,后端接口更改,新增,优化

---
 WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 8 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
index 3816dd5..467bd51 100644
--- a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -40,7 +40,7 @@
           required: true,
           field: "orderType",
           type: "select",
-          dataKey: "outOrderType",
+          dataKey: "inOrderType",
           data: [],
         },
         {
@@ -87,10 +87,10 @@
         { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
         { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" },
         {
-          title: "鍗曟嵁绫诲瀷",
+          title: "鍗曟嵁澶х被",
           field: "orderType",
           type: "select",
-          dataKey: "outOrderType",
+          dataKey: "inOrderType",
           data: [],
         },
         {
@@ -102,6 +102,14 @@
         },
       ],
       [
+        {
+        field: "outWareHouse",
+        title: "鍑哄簱浠撳簱",
+        type: "select",
+        width: 120,
+        align: "left",
+        datakey:"",data:[{key:"SC01_BC", value:"鏉挎潗浠�"},{key:"SC02_BC", value:"鏉挎潗浠�(2)"}]
+      },
         {
           title: "鍒涘缓鏂瑰紡",
           field: "createType",
@@ -125,10 +133,25 @@
         align: "left",
       },
       {
+        field: "id",
+        title: "涓婚敭",
+        type: "int",
+        width: 90,
+        align: "left",
+      },
+      {
+        field: "outWareHouse",
+        title: "浠撳簱",
+        type: "string",
+        width: 120,
+        align: "left",
+        bind:{key:"",data:[{key:"SC01_BC", value:"鏉挎潗浠�"},{key:"SC02_BC", value:"鏉挎潗浠�(2)"}]}
+      },
+      {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
         type: "string",
-        width: 120,
+        width: 170,
         align: "left",
         link: true,
       },
@@ -141,11 +164,19 @@
       },
       {
         field: "orderType",
-        title: "鍗曟嵁绫诲瀷",
+        title: "鍗曟嵁澶х被",
         type: "string",
         width: 150,
         align: "left",
-        bind: { key: "outOrderType", data: [] },
+        bind: { key: "inOrderType", data: [] },
+      },
+      {
+        field: "inoutType",
+        title: "鍑哄叆搴撶被鍨�",
+        type: "string",
+        width: 90,
+        align: "left",
+        bind: { key: "inoutTypeEnum", data: [] },
       },
       {
         field: "orderStatus",
@@ -236,14 +267,23 @@
           type: "string",
           width: 150,
           align: "left",
-                edit: { type: "string" },
+          edit: { type: "string" },
           required: true,
         },
         {
           field: "batchNo",
           title: "鎵规鍙�",
           type: "decimal",
-          width: 90,
+          width: 150,
+          align: "left",
+          edit: { type: "string" },
+          required: true,
+        },
+        {
+          field: "supplierBatch",
+          title: "渚涘簲鍟嗘壒娆″彿",
+          type: "decimal",
+          width: 180,
           align: "left",
           edit: { type: "string" },
           required: true,

--
Gitblit v1.9.3