From 94091177be2e21c682debc2e45d3c503b11fb5e9 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 27 Mar 2025 09:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A2=84=E6=9C=9F=E5=88=B0?= =?UTF-8?q?=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=8D=95=E3=80=81=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/storage/deliveryNotice/index.vue | 2 +- .../src/views/storage/receivingGoods/receivingGoodsAdd.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/storage/deliveryNotice/index.vue b/yxt-as-ui/src/views/storage/deliveryNotice/index.vue index 469d08c9eb..e3b7a2c38a 100644 --- a/yxt-as-ui/src/views/storage/deliveryNotice/index.vue +++ b/yxt-as-ui/src/views/storage/deliveryNotice/index.vue @@ -405,7 +405,7 @@ export default { return } this.viewState = 2 - this.$refs['divAdd'].showAdd({ sid: this.selectionList[0] }) + this.$refs['divAdd'].showAdd({ sid: this.selectionList[0].sid }) }, toInfo(row) { this.viewState = 4 diff --git a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue index fa5cda1fb2..70f42a9457 100644 --- a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue +++ b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue @@ -170,6 +170,7 @@ export default { deliveryDate: getCurrentDate(), billState: '新建', remarks: '', + isUpShelf: '', useOrgSid: '', createOrgSid: '', list: [], @@ -287,6 +288,7 @@ export default { deliveryDate: getCurrentDate(), billState: '新建', remarks: '', + isUpShelf: '', useOrgSid: '', createOrgSid: '', list: [],