|
|
@ -101,6 +101,9 @@ |
|
|
|
import packageTarget from '@/mycomponents/package/packageTarget.vue' |
|
|
|
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
|
|
|
import packUnit from '@/mycomponents/qty/packUnit.vue' |
|
|
|
import { |
|
|
|
getCurrDateTime |
|
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
export default { |
|
|
|
components: { |
|
|
@ -355,7 +358,7 @@ |
|
|
|
asnNumber:item.asnNumber,//ASN |
|
|
|
supplierCode: item.supplierCode, // 供应商 |
|
|
|
qty: item.qty, // 数量 |
|
|
|
printTimes:item.printTimes, // 打印时间 |
|
|
|
printTimes:getCurrDateTime(), // 打印时间 |
|
|
|
barcodeString: item.barcodeString, // 标签信息 |
|
|
|
barcodeBase64: '', |
|
|
|
}) |
|
|
|