change
This commit is contained in:
@@ -385,7 +385,7 @@
|
||||
this.disabled1 = false
|
||||
return
|
||||
}
|
||||
let row = Object.assign({}, this.materialData, {pcsn: this.pcsn, create_time: this.date, qty: this.num, bag_code: this.val1, validity_period: this.date})
|
||||
let row = Object.assign({}, this.materialData, {total_qty: this.totalQty, pcsn: this.pcsn, create_time: this.date, qty: this.num, bag_code: this.val1, validity_period: this.date})
|
||||
try {
|
||||
let res = await printBag(row, this.$store.getters.printUrl)
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user