|
@@ -239,6 +239,7 @@
|
239
|
239
|
wareId:'',
|
240
|
240
|
inRecordDate:[],
|
241
|
241
|
fkcustmerName:'',
|
|
242
|
+ ordNo:'',
|
242
|
243
|
},
|
243
|
244
|
multipleSelection: [],
|
244
|
245
|
tableData: [],
|
|
@@ -429,6 +430,7 @@
|
429
|
430
|
fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"), //date类型
|
430
|
431
|
toDate :(!this.query.inRecordDate[1]) ? new Date().Format("yyyy-MM-dd HH:mm:ss") :this.query.inRecordDate[1].Format("yyyy-MM-dd HH:mm:ss"),
|
431
|
432
|
fkcustmerName : this.query.fkcustmerName,
|
|
433
|
+ ordNo : this.query.ordNo,
|
432
|
434
|
}
|
433
|
435
|
axios.get(url, param).then(response => {
|
434
|
436
|
if (response.data.code == 0) {
|
|
@@ -735,6 +737,7 @@
|
735
|
737
|
fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"), //date类型
|
736
|
738
|
toDate :(!this.query.inRecordDate[1]) ? new Date().Format("yyyy-MM-dd HH:mm:ss") :this.query.inRecordDate[1].Format("yyyy-MM-dd HH:mm:ss"),
|
737
|
739
|
fkcustmerName : this.query.fkcustmerName,
|
|
740
|
+ ordNo : this.query.ordNo,
|
738
|
741
|
}
|
739
|
742
|
|
740
|
743
|
|