fix bug
This commit is contained in:
@@ -722,6 +722,11 @@ export default {
|
|||||||
},
|
},
|
||||||
addReceipt() {
|
addReceipt() {
|
||||||
this.addForm('receiptForm')
|
this.addForm('receiptForm')
|
||||||
|
for (let i = 0; i < this.project.length; i++) {
|
||||||
|
if (this.projectValue === this.project[i].value) {
|
||||||
|
this.receiptForm.名称 = this.project[i].label
|
||||||
|
}
|
||||||
|
}
|
||||||
this.receiptVisible = true
|
this.receiptVisible = true
|
||||||
this.receiptTitle = `新增总装箱单`
|
this.receiptTitle = `新增总装箱单`
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user