|
|
|
@ -1078,7 +1078,7 @@ export default { |
|
|
|
let labelList = this.labelFormatList.filter((item)=> item.labelType === 'Logistic Label') |
|
|
|
for (let i = 0; i < this.currentPartLogistic.countOfPallets; i++) { |
|
|
|
let row = { |
|
|
|
qrCode: `(00)${this.currentPartLogistic.partNo? this.currentPartLogistic.partNo : ''}(01)${this.currentPartLogistic.unitQtyPerPallet? this.currentPartLogistic.unitQtyPerPallet : ''}(02)${this.currentPartLogistic.umName? this.currentPartLogistic.umName : ''}(03)(04)(05)(06)(07)(08)(09)(10)${this.currentPartLogistic.partNo? this.currentPartLogistic.partNo : ''}`, |
|
|
|
qrCode: `(00)${this.currentPartLogistic.partNo? this.currentPartLogistic.partNo : ''}(01)${this.currentPartLogistic.unitQtyPerPallet? this.currentPartLogistic.unitQtyPerPallet : ''}(02)${this.currentPartLogistic.umName? this.currentPartLogistic.umName : ''}(03)(04)(05)(06)(07)(08)(09)(10)${this.currentPartLogistic.poNo? this.currentPartLogistic.poNo : ''}`, |
|
|
|
partNo:this.currentPartLogistic.partNo, |
|
|
|
partDesc:this.currentPartLogistic.partDesc, |
|
|
|
poNo:this.currentPartLogistic.poNo, |
|
|
|
|