浏览代码

订单号查询及导出

LiuCheng 5 个月前
父节点
当前提交
0e2b33108d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/view/ware/storechange.vue

+ 3
- 0
src/view/ware/storechange.vue 查看文件

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
 

正在加载...
取消
保存