Browse Source

订单号查询及导出

LiuCheng 2 months ago
parent
commit
0e2b33108d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/view/ware/storechange.vue

+ 3
- 0
src/view/ware/storechange.vue View File

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

Loading…
Cancel
Save