From fb8169d1d8e4e8e4c2091cc128c05a8966cc5915 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 19 一月 2026 15:51:07 +0800
Subject: [PATCH] 盘点流程

---
 WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   71 +++++++++++------------------------
 1 files changed, 23 insertions(+), 48 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
index 3756d65..bbb00a2 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -63,31 +63,17 @@
     });
     const searchFormOptions = ref([
       [
-        { title: "鐗╂枡缂栧彿", field: "materielCode",type:"like"},
-        { title: "鐗╂枡鍚嶇О", field: "materielName",type:"like" },
-        { title: "鐗╂枡璇︽儏", field: "orderNo" ,type:"like"},
-        
-        
+        { title: "鐗╂枡缂栧彿", field: "materielCode",type :"like"},
+        { title: "鐗╂枡鍚嶇О", field: "materielName",type :"like"},
+        { title: "鍗曟嵁缂栧彿", field: "orderNo",type :"like"},
+        { title: "鍏宠仈搴撳瓨缂栧彿", field: "stockId",type :"int"},
       ],
       [
-      { title: "鐗╂枡鎵规", field: "batchNo",type:"like" },
-        { title: "鐗╂枡鎵规璇︽儏", field: "batchNoName",type:"like" },
-        { title: "閲嶉噺", field: "stockQuantity",type:"like" },
+        { title: "鎵规鍙�", field: "batchNo",type :"like"},
+        {title: "搴撳瓨鏄庣粏鐘舵��",field: "status",type: "select",dataKey:"stockStatusEmun", data: []},
+        { title: "渚涘簲鍟嗘壒娆�", field: "supplierBatch",type :"like"},
+        { title: "鍒涘缓鏃ユ湡",field: "createDate",type: "datetime"},
       ],
-      [
-      {
-          title: "搴撳瓨鏄庣粏鐘舵��",
-          field: "stockQuantity",
-          type:"like"
-        },
-        {
-        field: "stockId",
-        title: "搴撳瓨淇℃伅涓婚敭",
-        type: "string",
-        width: 90,
-        align: "left",
-      },
-      ]
     ]);
     const columns = ref([
       {
@@ -106,7 +92,7 @@
         type: "string",
         width: 90,
         align: "left",
-        sort:true,
+        // sort:true,
       },
       {
         field: "materielCode",
@@ -114,7 +100,7 @@
         type: "string",
         width: 150,
         align: "left",
-        sort:true,
+        // sort:true,
       },
       {
         field: "materielName",
@@ -122,15 +108,7 @@
         type: "string",
         width: 150,
         align: "left",
-        sort:true,
-      },
-      {
-        field: "orderNo",
-        title: "鐗╂枡璇︽儏",
-        type: "decimal",
-        width: 90,
-        align: "left",
-        sort:true,
+        // sort:true,
       },
       {
         field: "batchNo",
@@ -138,31 +116,29 @@
         type: "string",
         width: 120,
         align: "left",
-        sort:true,
+        // sort:true,
       },
       {
-        field: "serialNumber",
-        title: "鍖呭彿",
+        field: "orderNo",
+        title: "鍗曟嵁缂栧彿",
         type: "string",
-        width: 50,
+        width: 180,
         align: "left",
-        sort:true,
-        },
+
+      },
       {
-        field: "batchNoName",
-        title: "鐗╂枡鎵规璇︽儏",
-        type: "int",
-        width: 120,
+        field: "supplierBatch",
+        title: "渚涘簲鍟嗘壒娆�",
+        type: "string",
+        width: 150,
         align: "left",
-        sort:true,
       },
       {
         field: "stockQuantity",
-        title: "閲嶉噺",
+        title: "鐗╂枡鏁伴噺",
         type: "string",
         width: 80,
         align: "left",
-        sort:true,
       },
       {
         field: "status",
@@ -170,7 +146,6 @@
         type: "string",
         width: 120,
         align: "left",
-        sort:true,
         bind: { key: "stockStatusEmun", data: [] },
       },
       {
@@ -179,7 +154,7 @@
         type: "string",
         width: 90,
         align: "left",
-        sort:true,
+        // sort:true,
       },
       {
         field: "createDate",

--
Gitblit v1.9.3