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,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
 

Loading…
Cancel
Save