前端问题修改

This commit is contained in:
zhouzy062 2024-03-26 11:32:17 +08:00
parent df2f7805e4
commit 1baf4d5e50
1 changed files with 4 additions and 2 deletions

View File

@ -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)