YL2767 2 kuukautta sitten
vanhempi
commit
a9893f6326
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      src/view/ware/storechange.vue

+ 2
- 0
src/view/ware/storechange.vue Näytä tiedosto

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…
Peruuta
Tallenna