From 0cf29ba50d05efa7d8db3666aa865c45982bf5d8 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 27 十月 2025 16:32:01 +0800
Subject: [PATCH] 优化前端

---
 新建文件夹/WMS/src/views/outbound/outboundOrder.vue |   36 +++++++++++++++++++++++++-----------
 1 files changed, 25 insertions(+), 11 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
index 4001278..1c1c7d7 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/outbound/outboundOrder.vue"
@@ -1,9 +1,3 @@
-<!--
-*Author锛歫xx
- *Contact锛�283591387@qq.com
- *浠g爜鐢辨鏋剁敓鎴�,浠讳綍鏇存敼閮藉彲鑳藉鑷磋浠g爜鐢熸垚鍣ㄨ鐩�
- *涓氬姟璇峰湪@/extension/widesea_wcs/order/Dt_OutboundOrder_Hty.js姝ゅ缂栧啓
- -->
  
 <template>
     <view-grid ref="grid"
@@ -18,7 +12,7 @@
     </view-grid>
 </template>
 <script>
-    import extend from "@/extension/outbound/outboundOrder_Hty.js";
+    import extend from "@/extension/outbound/outboundOrder.js";
     import { ref, defineComponent } from "vue";
     export default defineComponent({
         setup() {
@@ -78,8 +72,8 @@
                     {
                         title: "搴撴埧鍙�",
                         field: "warehouse_no",
-                        type: "string",
-                        dataKey: "warehouse",
+                        type: "select",
+                        dataKey: "warehouseNuber",
                         data: [],
                         width: 100
                     },
@@ -116,6 +110,7 @@
                 [
                     { title: "鍑哄簱鍗曞彿", field: "out_no", type: "like" },
                     { title: "瀹㈡埛浠g爜", field: "client_no", type: "like" },
+                    { title: "瀹㈡埛浠g爜", field: "warehouse_no", type: "select", dataKey: "warehouseNuber", data: [] },
                     {
                         title: "鍑哄簱鍗曠被鍨�",
                         field: "out_type",
@@ -187,7 +182,7 @@
                     type: 'string',
                     width: 100,
                     align: 'left',
-                    bind: { key: "warehouse", data: [] }
+                    bind: { key: "warehouseNuber", data: [] }
                 },
                 {
                     field: 'account_time',
@@ -268,9 +263,19 @@
                         type: 'string',
                         width: 120,
                         align: 'left',
-                        // bind: { key: "reservoirArea", data: [] }
+                        bind: { key: "warehouseNuber", data: [] },
                         edit:{type:""}
 
+                    },
+                    {
+                        field: "goods_no",
+                        title: "鐗╂枡鍚嶇О",
+                        type: "string",
+                        width: 150,
+                        align: "left",
+                        required: true,
+                        edit:{type:""},
+                        bind: { key: "MaterielNames", data: [] },
                     },
                     {
                         field: 'goods_no',
@@ -291,6 +296,15 @@
                         align: 'left',
                         edit:{type:"number"}
                     },
+                       {
+                        field: 'order_Outqty',
+                        title: '瀹屾垚鏁伴噺',
+                        type: 'decimal',
+                        width: 100,
+                        require: true,
+                        align: 'left',
+                        edit:{type:"number"}
+                    },
                     {
                         field: 'batch_num',
                         title: '鎵瑰彿',

--
Gitblit v1.9.3