From 1baf4d5e50b43ea9d9c6a128a77e8b233966f113 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Tue, 26 Mar 2024 11:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/claimAndRefund/secondStore/secondStore.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/secondStore/secondStore.vue b/sgzb-ui/src/views/claimAndRefund/secondStore/secondStore.vue index 2c61f9d9..a0ccd69e 100644 --- a/sgzb-ui/src/views/claimAndRefund/secondStore/secondStore.vue +++ b/sgzb-ui/src/views/claimAndRefund/secondStore/secondStore.vue @@ -434,20 +434,22 @@ export default { handleOut(row) {//1 this.reset(); // this.form = row; - console.log(row) + // console.log(row) + this.$set(this.form,'agreementId',row.agreementId) this.$set(this.form,'unitId',row.unitId) this.$set(this.form,'typeId',row.typeId) this.$set(this.form,'unitName',row.unitName) this.$set(this.form,'typeName',row.typeName) this.$set(this.form,'modelName',row.modelName) this.$set(this.form,'zkNum',row.zkNum) - console.log(this.form) + // console.log(this.form) this.openOut = true; this.title = "出库"; }, handleIn(row) {//2 this.reset(); // this.nform = row; + this.$set(this.form,'agreementId',row.agreementId) this.$set(this.nform,'unitId',row.unitId) this.$set(this.nform,'typeId',row.typeId) this.$set(this.nform,'unitName',row.unitName)