YL2767 1 day ago
parent
commit
a9893f6326
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/view/ware/storechange.vue

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

@@ -413,6 +413,7 @@
413 413
 					materialName: this.query.materialName,
414 414
 					standard: this.query.standard,
415 415
 					customerName: this.query.customerName,
416
+					plateNo: this.query.plateNo,
416 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 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,6 +711,7 @@
710 711
 					materialName: this.query.materialName,
711 712
 					standard: this.query.standard,
712 713
 					customerName: this.query.customerName,
714
+					plateNo: this.query.plateNo,
713 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 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…
Cancel
Save