manage-client 3.2.178 → 3.2.180
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/package.json +1 -1
- package/src/components/sale/businessquery/ArrearsQuery.vue +7 -4
- package/src/filiale/meihekou/HandplanQuery.vue +2 -2
- package/src/filiale/meihekou/YingShouMingXi.vue +21 -3
- package/src/filiale/rizhao/MeterQuery.vue +985 -0
- package/src/filiale/rizhao/config/exportConfig.js +1080 -0
- package/src/filiale/rizhao/sale.js +3 -0
package/package.json
CHANGED
|
@@ -535,8 +535,11 @@
|
|
|
535
535
|
self.getinputtores();
|
|
536
536
|
//加载抄表册
|
|
537
537
|
self.initmeterbook();
|
|
538
|
-
self.$refs.paged.$refs.cri.model.startDate = self.$login.
|
|
538
|
+
self.$refs.paged.$refs.cri.model.startDate = self.$login.toStartAndEndDateString()[0] + ' 00:00:00'
|
|
539
539
|
self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
|
|
540
|
+
|
|
541
|
+
self.$refs.paged.$refs.cri.model.inputstartDate = self.$login.toStartAndEndDateString()[0] + ' 00:00:00'
|
|
542
|
+
self.$refs.paged.$refs.cri.model.inputendDate = self.$login.toStandardDateString() + ' 23:59:59'
|
|
540
543
|
// self.$refs.paged.$refs.cri.search()
|
|
541
544
|
self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
542
545
|
await self.$MagLoadParams.loadParam()
|
|
@@ -563,7 +566,7 @@
|
|
|
563
566
|
dep:[],
|
|
564
567
|
user:[]
|
|
565
568
|
},
|
|
566
|
-
model: new PagedList('rs/sql/arrearsQuery', 20, {startDate: 'this.model.inputstartDate', endDate: 'this.model.inputendDate',startDate1: 'this.model.
|
|
569
|
+
model: new PagedList('rs/sql/arrearsQuery', 20, {startDate: 'this.model.inputstartDate', endDate: 'this.model.inputendDate',startDate1: 'this.model.startDate', endDate1: 'this.model.endDate'}, {
|
|
567
570
|
f_oughtamount: 0,
|
|
568
571
|
f_oughtfee: 0,
|
|
569
572
|
f_debt_money: 0,
|
|
@@ -913,8 +916,8 @@
|
|
|
913
916
|
return {
|
|
914
917
|
startDate: this.$refs.paged.$refs.cri.model.inputstartDate,
|
|
915
918
|
endDate: this.$refs.paged.$refs.cri.model.inputendDate,
|
|
916
|
-
startDate1: this.$refs.paged.$refs.cri.model.
|
|
917
|
-
endDate1: this.$refs.paged.$refs.cri.model.
|
|
919
|
+
startDate1: this.$refs.paged.$refs.cri.model.startDate,
|
|
920
|
+
endDate1: this.$refs.paged.$refs.cri.model.endDate,
|
|
918
921
|
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
|
|
919
922
|
condValue: `${this.model.condValue}`
|
|
920
923
|
}
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
<nobr>{{row.f_inputtor}}</nobr>
|
|
562
562
|
</td>
|
|
563
563
|
<td style="text-align: center;">
|
|
564
|
-
<nobr>{{row.f_input_person}}</nobr>
|
|
564
|
+
<nobr>{{row.f_meter_classify == '物联网表' && row.f_input_person == null ? "抄表系统":row.f_input_person}}</nobr>
|
|
565
565
|
</td>
|
|
566
566
|
<td style="text-align: center;">
|
|
567
567
|
<nobr>{{row.f_whether_pay}}</nobr>
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
<nobr>{{row.f_hand_state}}</nobr>
|
|
575
575
|
</td>
|
|
576
576
|
<td style="text-align: center;">
|
|
577
|
-
<nobr>{{row.f_operator}}</nobr>
|
|
577
|
+
<nobr>{{row.f_meter_classify == '物联网表' && row.f_operator == null?"抄表系统":row.f_operator}}</nobr>
|
|
578
578
|
</td>
|
|
579
579
|
<td style="text-align: center;">
|
|
580
580
|
<nobr>{{row.f_depname}}</nobr>
|
|
@@ -102,6 +102,16 @@
|
|
|
102
102
|
condition="f_inputtor in {}"
|
|
103
103
|
close-on-select></v-select>
|
|
104
104
|
</div>
|
|
105
|
+
<div class="col-sm-2 form-group">
|
|
106
|
+
<label class="font_normal_body">收费类型</label>
|
|
107
|
+
<v-select v-model="model.f_type"
|
|
108
|
+
multiple
|
|
109
|
+
placeholder='请选择'
|
|
110
|
+
condition="f_type in {}"
|
|
111
|
+
:value.sync="model.f_type"
|
|
112
|
+
:options='$parent.$parent.chargetype'
|
|
113
|
+
close-on-select clear-button></v-select>
|
|
114
|
+
</div>
|
|
105
115
|
</div>
|
|
106
116
|
</div>
|
|
107
117
|
</criteria>
|
|
@@ -114,6 +124,7 @@
|
|
|
114
124
|
<th><nobr>客户类型</nobr></th>
|
|
115
125
|
<th><nobr>用气性质</nobr></th>
|
|
116
126
|
<th><nobr>气表类型</nobr></th>
|
|
127
|
+
<th><nobr>收费类型</nobr></th>
|
|
117
128
|
<th><nobr>操作员</nobr></th>
|
|
118
129
|
<th><nobr>抄表员</nobr></th>
|
|
119
130
|
<th><nobr>录入时间</nobr></th>
|
|
@@ -151,9 +162,13 @@
|
|
|
151
162
|
<td style="text-align: center;">
|
|
152
163
|
<nobr>{{row.f_gasproperties}}</nobr>
|
|
153
164
|
</td>
|
|
165
|
+
|
|
154
166
|
<td style="text-align: center;">
|
|
155
167
|
<nobr>{{row.f_meter_classify}}</nobr>
|
|
156
168
|
</td>
|
|
169
|
+
<td style="text-align: center;">
|
|
170
|
+
<nobr>{{row.f_type}}</nobr>
|
|
171
|
+
</td>
|
|
157
172
|
<td style="text-align: center;">
|
|
158
173
|
<nobr>{{row.f_operator}}</nobr>
|
|
159
174
|
</td>
|
|
@@ -497,9 +512,12 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
497
512
|
getfield() {
|
|
498
513
|
return exportConfig.ysConfig
|
|
499
514
|
},
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
515
|
+
usertypes() {
|
|
516
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
517
|
+
},
|
|
518
|
+
chargetype() {
|
|
519
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('收费类型')]
|
|
520
|
+
},
|
|
503
521
|
metertypes() {
|
|
504
522
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
|
|
505
523
|
},
|