This commit is contained in:
2026-04-08 17:49:34 +08:00
parent 8f7394c7dd
commit 70dacc1652

View File

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