From 0b2fe3d6ad04ae4a941e1807b84a946855789af5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 26 三月 2024 15:46:35 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev --- src/views/overview/AddOverviewDialog.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue index 2eb8910..e84bc86 100644 --- a/src/views/overview/AddOverviewDialog.vue +++ b/src/views/overview/AddOverviewDialog.vue @@ -1005,7 +1005,7 @@ { label: "璁¢噺鍗曚綅", prop: "unit" }, { label: "浜у搧瑙勬牸", prop: "specs" }, { label: "浜у搧鍨嬪彿", prop: "model" }, - // { label: "璋冨嚭浣嶇疆", prop: "fromLocationId", sonLocation: true, isRequird: true }, + { label: "璋冨叆浣嶇疆", prop: "fromLocationId", sonLocation: true, isRequird: true }, { label: "鏁伴噺", prop: "amount", inputFloat: true } ] } else if (this.workType === 3) { @@ -1015,8 +1015,8 @@ { label: "璁¢噺鍗曚綅", prop: "unit" }, { label: "浜у搧瑙勬牸", prop: "specs" }, { label: "浜у搧鍨嬪彿", prop: "model" }, - { label: "璋冨嚭浣嶇疆", prop: "fromLocationId", sonLocation: true, isRequird: true }, - { label: "璋冨叆浣嶇疆", prop: "toLocationId", toLocation: true, isRequird: true }, + { label: "璋冨叆浣嶇疆", prop: "fromLocationId", sonLocation: true, isRequird: true }, + { label: "璋冨嚭浣嶇疆", prop: "toLocationId", toLocation: true, isRequird: true }, { label: "鏁伴噺", prop: "amount", inputFloat: true } ] } -- Gitblit v1.8.0