From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde_hty.vue |   43 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 40 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde_hty.vue"
index 8e737e0..c7e2a75 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrde_hty.vue"
@@ -13,7 +13,7 @@
   ></view-grid>
 </template>
     <script>
-import extend from "@/extension/stock/stockInfo.js";
+import extend from "@/extension/taskinfo/task.js";
 import { ref, defineComponent } from "vue";
 export default defineComponent({
   setup() {
@@ -58,13 +58,50 @@
         align: "left"
       },
       {
-        field: "OrderNo",
-        title: "鍗曟嵁缂栧彿",
+        field: "num",
+        title: "鏁伴噺",
         type: "string",
         width: 90,
         align: "left"
       },
       {
+        field: "materielName",
+        title: "鐗╂枡鍚嶇О",
+        type: "string",
+        width: 90,
+        align: "left"
+      },
+      {
+        field: "boundOrderType",
+        title: "鍗曟嵁绫诲瀷",
+        type: "int",
+        width: 90,
+        align: "left",
+        bind: {
+          key: "FillingStatusEnum",
+          data: [
+            { key: "1", value: "鍙戣揣鍑哄簱" },
+            { key: "2", value: "鍏朵粬鍑哄簱" },
+            { key: "3", value: "绉诲簱鍑哄簱" },
+          ]
+        }
+      },
+      {
+        field: "boundOrderStatue",
+        title: "鍗曟嵁鐘舵��",
+        type: "int",
+        width: 90,
+        align: "left",
+        bind: {
+          key: "FillingStatusEnum",
+          data: [
+            { key: "1", value: "鏂板缓鍗曟嵁" },
+            { key: "2", value: "鍗曟嵁鎵ц涓�" },
+            { key: "3", value: "鍗曟嵁宸插畬鎴�" },
+          ]
+        }
+      },
+      {
         field: "creater",
         title: "鍒涘缓浜�",
         type: "string",

--
Gitblit v1.9.3