manage-client 3.3.179 → 3.3.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +11 -7
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +234 -234
- package/gradlew.bat +89 -89
- package/package.json +1 -1
- package/src/components/SellReport/BusinessClassify.vue +292 -292
- package/src/components/SellReport/GasMoneyPublicConReport.vue +258 -258
- package/src/components/handReport/WebGastypeMonthReport.vue +190 -190
- package/src/components/sale/businessquery/BusinessManage.vue +212 -212
- package/src/components/sale/businessquery/CardHandplanQuery.vue +546 -546
- package/src/components/sale/businessquery/ChargeQuery.vue +6 -0
- package/src/components/sale/businessquery/FMYGasQuery.vue +813 -813
- package/src/components/sale/businessquery/TransferQuery.vue +502 -502
- package/src/components/sale/businessquery/WebMeterMonthUserGasQuery.vue +471 -471
- package/src/components/sale/config/exportConfig.js +1245 -1245
- package/src/components/sale/filesquery/RecordInfoQuery.vue +1443 -1443
- package/src/components/webmeter/gasStatistics/GasStatistics.vue +525 -525
- package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +541 -541
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +3 -1
- package/src/filiale/WEINAN/InspectListGas.vue +616 -616
- package/src/filiale/jingyang/RechargeList.vue +346 -346
- package/src/filiale/jingyang/sale.js +6 -6
- package/src/filiale/kelai/GasStatistics.vue +536 -536
- package/src/filiale/liaoyuan/HandplanQuery.vue +1289 -1289
- package/src/filiale/lixianV3/RecordInfoQuery.vue +22 -1
- package/src/filiale/meihekou/AreaGeneralQuery.vue +206 -0
- package/src/filiale/meihekou/CardHandplanQuery.vue +664 -664
- package/src/filiale/meihekou/ChargeQuery.vue +1274 -1274
- package/src/filiale/meihekou/CollectManage.vue +3 -3
- package/src/filiale/meihekou/HandplanQuery.vue +1248 -1248
- package/src/filiale/meihekou/OtherChargeQuery.vue +4 -5
- package/src/filiale/meihekou/UserSellHeadDetail.vue +492 -0
- package/src/filiale/meihekou/config/exportConfig.js +1 -2
- package/src/filiale/meihekou/sale.js +5 -0
- package/src/filiale/ningjin/UserLostContactAnalysis.vue +623 -623
- package/src/filiale/qianneng/exportConfig.js +232 -232
- package/src/filiale/shaoguan/errorHandplanQuery.vue +386 -386
- package/src/filiale/taizhoukesi/ChangeMeterQuery.vue +683 -683
- package/src/filiale/taizhoukesi/config/exportConfig.js +2379 -2379
- package/src/filiale/taizhoukesi/sale.js +11 -11
- package/src/filiale/tongchuan/InspectListGas.vue +700 -700
- package/src/filiale/tongchuan/ResSelectGroupNew.vue +188 -188
- package/src/filiale/yangchun/ManageBusSummaryNew.vue +239 -239
- package/src/filiale/yangchun/RecordInfoQuery.vue +1477 -0
- package/src/filiale/yangchun/UserQuery.vue +980 -980
- package/src/filiale/yangchun/config/DefaultPrint.js +6 -6
- package/src/filiale/yangchun/config/exportConfig.js +1230 -1231
- package/src/filiale/yangchun/config/tableConfig.js +58 -58
- package/src/filiale/yangchun/reportManage.js +6 -6
- package/src/filiale/yangchun/sale.js +12 -8
- package/src/filiale/yangchun/webmeterManage.js +5 -5
- package/src/reportManage.js +768 -768
- package/src/saleManage.js +689 -689
|
@@ -519,7 +519,9 @@
|
|
|
519
519
|
getCondition() {
|
|
520
520
|
let condition=this.$refs.paged.$refs.cri.condition + this.orgCondtionStr
|
|
521
521
|
return {
|
|
522
|
-
condition: condition
|
|
522
|
+
condition: condition,
|
|
523
|
+
startDate: this.$refs.paged.$refs.cri.model.startDate,
|
|
524
|
+
endDate: this.$refs.paged.$refs.cri.model.endDate
|
|
523
525
|
}
|
|
524
526
|
},
|
|
525
527
|
usertypes() {
|