From fd5a43c2e677740482b8d25195120ffa75c5ac77 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 19 一月 2026 15:47:29 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
index 9cec1aa..8e8389d 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -69,6 +69,17 @@
         },
         { title: "搴撳瓨鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
       ],
+      [
+        {
+          title:"涓婃父绯荤粺",
+          field:"system",
+          type:"select",
+            data: [
+          { key: "SMOM", value: "SMOM" },
+          { key: "ERP", value: "ERP" },
+        ]
+        }
+      ]
     ]);
     const columns = ref([
       {
@@ -172,6 +183,14 @@
         align: "left",
         hidden: true,
       },
+       {
+        field: "system",
+        title: "涓婃父绯荤粺",
+        type: "string",
+        width: 100,
+        align: "left",
+        // hidden: true,
+      },
       {
         field: "stockStatus",
         title: "搴撳瓨鐘舵��",

--
Gitblit v1.9.3