소스 검색

库存界面增加钢板号查询

Zhangqy 2 달 전
부모
커밋
3bdf9658e1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/view/ware/storechange.vue

+ 2
- 0
src/view/ware/storechange.vue 파일 보기

413
 					materialName: this.query.materialName,
413
 					materialName: this.query.materialName,
414
 					standard: this.query.standard,
414
 					standard: this.query.standard,
415
 					customerName: this.query.customerName,
415
 					customerName: this.query.customerName,
416
+					plateNo: this.query.plateNo,
416
 					fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"),		//date类型
417
 					fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"),		//date类型
417
 					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"),
418
 					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"),
418
 				}
419
 				}
710
 					materialName: this.query.materialName,
711
 					materialName: this.query.materialName,
711
 					standard: this.query.standard,
712
 					standard: this.query.standard,
712
 					customerName: this.query.customerName,
713
 					customerName: this.query.customerName,
714
+					plateNo: this.query.plateNo,
713
 					fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"),		//date类型
715
 					fromDate:(!this.query.inRecordDate[0]) ? "1970-01-01 00:00:00" : this.query.inRecordDate[0].Format("yyyy-MM-dd HH:mm:ss"),		//date类型
714
 					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"),
716
 					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"),
715
 				}
717
 				}

Loading…
취소
저장