fix bug
This commit is contained in:
@@ -722,6 +722,11 @@ export default {
|
||||
},
|
||||
addReceipt() {
|
||||
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.receiptTitle = `新增总装箱单`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user