From f82511343cf2c8ecf3981954e7eb92172d72a905 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期二, 05 十一月 2024 17:26:08 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" index 6cf1a61..3569acc 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" @@ -28,6 +28,7 @@ }); const editFormFields = ref({ orderType: "", + orderNo:"", upperOrderNo: "", remark: "", }); @@ -41,6 +42,11 @@ dataKey: "inOrderType", data: [], }, + { + field: "orderNo", + title: "鍗曟嵁缂栧彿", + type: "string", + }, { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", @@ -110,6 +116,7 @@ type: "string", width: 120, align: "left", + link: true, }, { field: "upperOrderNo", @@ -203,11 +210,11 @@ { field: "materielCode", title: "鐗╂枡缂栧彿", - type: "string", + type: "select", width: 150, align: "left", - edit: { type: "string" }, - required: true, + edit: { type: "" }, + }, { field: "materielName", @@ -255,6 +262,7 @@ type: "string", width: 180, align: "left", + bind: { key: "orderDetailStatusEnum", data: [] }, }, { field: "creater", -- Gitblit v1.9.3