This commit is contained in:
2026-03-23 08:53:53 +08:00
parent 3ec87f9585
commit a83252a35a

View File

@@ -266,7 +266,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})
let row = Object.assign({}, this.materialData, {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) {