|
@@ -1068,8 +1068,11 @@ export default {
|
|
|
materialNumber: this.screenForm.goodsCode,
|
|
|
materialOldNumber: this.screenForm.goodsOldCode,
|
|
|
specification: this.screenForm.model,
|
|
|
+ printStatus: this.screenForm.printStatus,
|
|
|
+ invoicePrintStatus: this.screenForm.invoicePrintStatus,
|
|
|
+ discriminate: this.screenForm.discriminate,
|
|
|
createBy: this.screenForm.createBy,
|
|
|
-
|
|
|
+ refEnginRecordNo: this.screenForm.refEnginRecordNo,
|
|
|
createStartTime: this.screenForm.createDate ? this.screenForm.createDate[0] : '',
|
|
|
createEndTime: this.screenForm.createDate ? this.screenForm.createDate[1] : '',
|
|
|
startTime: this.screenForm.deliverDate ? this.screenForm.deliverDate[0] : '',
|