This commit is contained in:
chenjianan
2019-03-26 13:45:08 +08:00
parent 196494dcd2
commit 41306060d0

View File

@@ -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 = `新增总装箱单`
},