sale-client 3.6.205 → 3.6.210
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/FilesManage/MeterinfoTest.vue +2 -2
- package/src/components/FilesManageNew/MeterinfoTest.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +5 -1
- package/src/components/revenue/HandManager/MeterBookUser.vue +6 -5
- package/src/components/revenue/cardHandManage/cardsHand.vue +1 -1
- package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +7 -0
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +3 -2
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +17 -0
- package/src/filiale/lixianV3/ChangeMeter.vue +1137 -0
- package/src/filiale/lixianV3/machineHand.vue +2070 -0
- package/src/filiale/lixianV3/sale.js +4 -0
- package/src/filiale/qianneng/archives/UserfilesList.vue +17 -0
- package/src/filiale/yuansheng/meterinfodetail.vue +10 -0
- package/src/filiale/yuncheng/FilesManageNew/MeterinfoTest.vue +3 -4
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
v-show="(formconfig && formconfig.f_defendcard && formconfig.f_defendcard.required) || !onlyshowmust"
|
|
39
39
|
v-if="getConfigShowItem('f_defendcard',false)">
|
|
40
40
|
<label class="font_normal_body">防盗卡号1</label>
|
|
41
|
-
<input type="
|
|
41
|
+
<input type="text" class="input_search" style="width:60%" v-model="row.f_defendcard"
|
|
42
42
|
v-validate:f_defendcard=getConfigValidate("f_defendcard",false)
|
|
43
43
|
:value.sync="row.f_defendcard"
|
|
44
44
|
placeholder='防盗卡号1' >
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
v-show="(formconfig && formconfig.f_defendcard_two && formconfig.f_defendcard_two.required) || !onlyshowmust"
|
|
48
48
|
v-if="getConfigShowItem('f_defendcard_two',false)">
|
|
49
49
|
<label class="font_normal_body">防盗卡号2</label>
|
|
50
|
-
<input type="
|
|
50
|
+
<input type="text" class="input_search" style="width:60%" v-model="row.f_defendcard_two"
|
|
51
51
|
v-validate:f_defendcard_two=getConfigValidate("f_defendcard_two",false)
|
|
52
52
|
:value.sync="row.f_defendcard_two"
|
|
53
53
|
placeholder='防盗卡号2' >
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
v-show="(formconfig && formconfig.f_defendcard && formconfig.f_defendcard.required) || !onlyshowmust"
|
|
21
21
|
v-if="getConfigShowItem('f_defendcard',false)">
|
|
22
22
|
<label class="font_normal_body">防盗卡号1</label>
|
|
23
|
-
<input type="
|
|
23
|
+
<input type="text" class="input_search" style="width:60%" v-model="row.f_defendcard"
|
|
24
24
|
v-validate:f_defendcard=getConfigValidate("f_defendcard",false)
|
|
25
25
|
:value.sync="row.f_defendcard"
|
|
26
26
|
placeholder='防盗卡号1' >
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
v-show="(formconfig && formconfig.f_defendcard_two && formconfig.f_defendcard_two.required) || !onlyshowmust"
|
|
30
30
|
v-if="getConfigShowItem('f_defendcard_two',false)">
|
|
31
31
|
<label class="font_normal_body">防盗卡号2</label>
|
|
32
|
-
<input type="
|
|
32
|
+
<input type="text" class="input_search" style="width:60%" v-model="row.f_defendcard_two"
|
|
33
33
|
v-validate:f_defendcard_two=getConfigValidate("f_defendcard_two",false)
|
|
34
34
|
:value.sync="row.f_defendcard_two"
|
|
35
35
|
placeholder='防盗卡号2' >
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
<th><nobr>用户编号</nobr></th>
|
|
60
60
|
<th><nobr>姓名</nobr></th>
|
|
61
61
|
<th><nobr>住址</nobr></th>
|
|
62
|
+
<th><nobr>上期底数</nobr></th>
|
|
63
|
+
<th><nobr>本期底数</nobr></th>
|
|
62
64
|
<th><nobr>气量</nobr></th>
|
|
63
65
|
<th><nobr>应交</nobr></th>
|
|
64
66
|
<th><nobr>缴费金额 </nobr></th>
|
|
@@ -77,6 +79,8 @@
|
|
|
77
79
|
<td style="text-align:center">{{row.f_userinfo_code}}</td>
|
|
78
80
|
<td style="text-align:center">{{row.f_user_name}}</td>
|
|
79
81
|
<td style="text-align:center">{{row.f_address}}</td>
|
|
82
|
+
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
83
|
+
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
80
84
|
<td style="text-align:center">{{row.gas}}</td>
|
|
81
85
|
<td style="text-align:center;white-space:nowrap;">{{row.fee}}</td>
|
|
82
86
|
<td style="text-align:center;white-space:nowrap;">{{row.f_collection}}</td>
|
|
@@ -134,7 +138,7 @@
|
|
|
134
138
|
searchValue: this.$appdata.getSingleValue('综合条件查询') ? this.$appdata.getSingleValue('综合条件查询') : 'f_userfiles_id',
|
|
135
139
|
// row数据
|
|
136
140
|
rowsdata: [],
|
|
137
|
-
fields: {'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_address': '地址', 'fee': '金额', 'gas': '气量', 'f_type': '类型', 'f_operator': '操作员', 'f_operate_date': '操作时间'},
|
|
141
|
+
fields: {'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_address': '地址','f_last_tablebase': '上期底数','f_tablebase': '本期底数', 'fee': '金额', 'gas': '气量', 'f_type': '类型', 'f_operator': '操作员', 'f_operate_date': '操作时间'},
|
|
138
142
|
defaultfield: [
|
|
139
143
|
'f_userinfo_code', 'f_user_name', 'fee', 'gas', 'f_type', 'f_operate_date'
|
|
140
144
|
],
|
|
@@ -153,6 +153,10 @@
|
|
|
153
153
|
<th v-if="$parent.$parent.$parent.editsort"><nobr>操作</nobr></th>
|
|
154
154
|
<th><nobr>客户编号</nobr></th>
|
|
155
155
|
<th><nobr>客户名称</nobr></th>
|
|
156
|
+
<th>
|
|
157
|
+
<data-order field="f_address" name="客户地址"
|
|
158
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
159
|
+
</th>
|
|
156
160
|
<th>
|
|
157
161
|
<data-order field="f_street" name="街道"
|
|
158
162
|
:order.sync="$parent.$parent.$parent.orderFields.f_street"></data-order>
|
|
@@ -177,10 +181,7 @@
|
|
|
177
181
|
<data-order field="f_room" name="房间号"
|
|
178
182
|
:order.sync="$parent.$parent.$parent.orderFields.f_room"></data-order>
|
|
179
183
|
</th>
|
|
180
|
-
|
|
181
|
-
<data-order field="f_address" name="客户地址"
|
|
182
|
-
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
183
|
-
</th>
|
|
184
|
+
|
|
184
185
|
<th><nobr>客户电话</nobr></th>
|
|
185
186
|
<th><nobr>表号</nobr></th>
|
|
186
187
|
<th>
|
|
@@ -207,13 +208,13 @@
|
|
|
207
208
|
</td>
|
|
208
209
|
<td style="text-align:center"><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a><b>{{row.f_userinfo_code}}</b></a></span></nobr></td>
|
|
209
210
|
<td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
|
|
211
|
+
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_address}}</nobr></td>
|
|
210
212
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_street}}</nobr></td>
|
|
211
213
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_residential_area}}</nobr></td>
|
|
212
214
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_building}}</nobr></td>
|
|
213
215
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_unit}}</nobr></td>
|
|
214
216
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_floor}}</nobr></td>
|
|
215
217
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_room}}</nobr></td>
|
|
216
|
-
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_address}}</nobr></td>
|
|
217
218
|
<td style="text-align:center"><nobr>{{row.f_user_phone}}</nobr></td>
|
|
218
219
|
<td style="text-align:center;white-space: nowrap;"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
219
220
|
<td style="text-align:center;"><nobr>{{row.f_meter_book_sort}}</nobr></td>
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
</td>
|
|
354
354
|
|
|
355
355
|
<td style="text-align: center;">{{ row.f_actualtablebase }}</td>
|
|
356
|
-
<td style="text-align: center;">{{ row.
|
|
356
|
+
<td style="text-align: center;">{{ row.f_shengyu_gas }}</td>
|
|
357
357
|
<td style="text-align: center;">{{ row.f_meter_state }}</td>
|
|
358
358
|
<td style="text-align: center;">
|
|
359
359
|
|
|
@@ -180,6 +180,9 @@
|
|
|
180
180
|
<th>
|
|
181
181
|
<nobr>购买年限</nobr>
|
|
182
182
|
</th>
|
|
183
|
+
<th>
|
|
184
|
+
<nobr>操作人</nobr>
|
|
185
|
+
</th>
|
|
183
186
|
<th>
|
|
184
187
|
<nobr>备注信息</nobr>
|
|
185
188
|
</th>
|
|
@@ -247,6 +250,9 @@
|
|
|
247
250
|
<td style="text-align: center;">
|
|
248
251
|
<nobr>{{row.f_salecount}}</nobr>
|
|
249
252
|
</td>
|
|
253
|
+
<td style="text-align: center;">
|
|
254
|
+
<nobr>{{row.f_operator}}</nobr>
|
|
255
|
+
</td>
|
|
250
256
|
<td style="text-align: center;">
|
|
251
257
|
<nobr>{{row.f_comments}}</nobr>
|
|
252
258
|
</td>
|
|
@@ -338,6 +344,7 @@
|
|
|
338
344
|
'f_ins_number': '保险单号',
|
|
339
345
|
'f_insurance_type': '险种',
|
|
340
346
|
'f_salecount': '购买年限',
|
|
347
|
+
'f_operator': '操作人',
|
|
341
348
|
'f_comments': '备注信息'
|
|
342
349
|
},
|
|
343
350
|
f_filialeid: this.$login.f.orgid,
|
package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue
CHANGED
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
:options='printstyle'
|
|
47
47
|
close-on-select clear-button></v-select>
|
|
48
48
|
</div>
|
|
49
|
-
<div class="col-sm-8">
|
|
49
|
+
<div class="col-sm-8" :class="[$v.f_contract_id.required ? 'has-error' : '']" >
|
|
50
50
|
<label for="f_contract" class="font_normal_body">*合同编号</label>
|
|
51
51
|
<input type="text" v-model="model.f_contract_id" class="input_search" style="width:80%"
|
|
52
|
-
placeholder="合同编号">
|
|
52
|
+
v-validate:f_contract_id=config.f_contract_id placeholder="合同编号">
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
55
|
<div class="row" style="margin-top:10px;">
|
|
@@ -203,6 +203,7 @@
|
|
|
203
203
|
hasBillManage: false, // 默认不启用发票管理
|
|
204
204
|
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
205
205
|
payment: '现金缴费',
|
|
206
|
+
f_contract_id: '',
|
|
206
207
|
printType: '普通收据' // 收据/电子票/专用发票/国税发票
|
|
207
208
|
},
|
|
208
209
|
bankinfo: false,
|
|
@@ -243,6 +243,13 @@
|
|
|
243
243
|
:options='opentype'
|
|
244
244
|
close-on-select clear-button></v-select>
|
|
245
245
|
</div>
|
|
246
|
+
<div v-if="config.aroundmeter" class="col-sm-4 form-group" :class="[$v.f_newaroundmeter.required ? 'has-error' : '']">
|
|
247
|
+
<label class="font_normal_body">新表表向</label>
|
|
248
|
+
<v-select :value.sync="model.f_newaroundmeter" :options='aroundmeters' placeholder='新表表向'
|
|
249
|
+
:value-single="true"
|
|
250
|
+
close-on-select
|
|
251
|
+
v-model='model.f_newaroundmeter'></v-select>
|
|
252
|
+
</div>
|
|
246
253
|
</div>
|
|
247
254
|
<div class="row auto">
|
|
248
255
|
<div class="col-sm-12"
|
|
@@ -261,6 +268,11 @@
|
|
|
261
268
|
></textarea>
|
|
262
269
|
</div>
|
|
263
270
|
</div>
|
|
271
|
+
|
|
272
|
+
<div class="col-sm-12" v-if="config.changeReason">
|
|
273
|
+
<label class="font_normal_body ">换表原因</label>
|
|
274
|
+
<textarea class="input_textarea" rows="3" style="width:87%;" v-model="model.f_changetables_reason"></textarea>
|
|
275
|
+
</div>
|
|
264
276
|
<div style="text-align:right;height:auto;">
|
|
265
277
|
<button class="button_search" v-show="config.approve == true ? applyButtonShow : false" type="button" @click="apply()"
|
|
266
278
|
:disabled="(!meterinfo && !(model.f_type.includes('清零') || model.f_type.includes('换卡控流量计'))) || !$v.valid"
|
|
@@ -423,6 +435,8 @@ export default {
|
|
|
423
435
|
hasArrearsChange: false, // 是否可以有欠费换表
|
|
424
436
|
f_change_operator: false, // 换表人是否必填
|
|
425
437
|
castInt: true,
|
|
438
|
+
aroundmeter: false, // 表向
|
|
439
|
+
changeReason: false, // 换表原因
|
|
426
440
|
dispatch: false, // 是否派工
|
|
427
441
|
showupload: true, //
|
|
428
442
|
approve: false // 是否开启审核
|
|
@@ -503,6 +517,9 @@ export default {
|
|
|
503
517
|
}
|
|
504
518
|
},
|
|
505
519
|
computed: {
|
|
520
|
+
aroundmeters () {
|
|
521
|
+
return this.$appdata.getParam('左右表')
|
|
522
|
+
},
|
|
506
523
|
flowmeterbrands () {
|
|
507
524
|
let gasbrand = this.$GetSaleParam.getGasbrand()
|
|
508
525
|
let flowmeterbrands = []
|