Pārlūkot izejas kodu

修改库存导出的查询条件

YL2767 2 mēnešus atpakaļ
vecāks
revīzija
529a127121
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4
    1
      src/view/ware/storechange.vue

+ 4
- 1
src/view/ware/storechange.vue Parādīt failu

@@ -740,7 +740,10 @@
740 740
 					model: this.query.model,
741 741
 					materialName: this.query.materialName,
742 742
 					standard: this.query.standard,
743
-					customerName: this.query.customerName
743
+					customerName: this.query.customerName,
744
+					plateNo: this.query.plateNo.length == 0 ? '' : this.query.plateNo.join(','),
745
+					ordNo: this.query.ordNo == 0 ? '' : this.query.ordNo.join(','),
746
+					remark1: this.query.remark1
744 747
 				}
745 748
 
746 749
 

Notiek ielāde…
Atcelt
Saglabāt