From 801ddd3be4d6bf8553cac870435bb5092eca6b60 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期一, 06 一月 2025 18:50:38 +0800 Subject: [PATCH] 更新前端代码 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue" index 918ae60..9bbbdaf 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/purchaseOrder.vue" @@ -76,7 +76,7 @@ title: "鍗曟嵁绫诲瀷", field: "orderType", type: "select", - dataKey: "inOrderType", + dataKey: "purchaseType", data: [], }, { @@ -124,6 +124,7 @@ type: "string", width: 150, align: "left", + bind: { key: "purchaseType", data: [] }, }, { field: "supplierCode", -- Gitblit v1.9.3