manage-client 3.3.160 → 3.3.161
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
CHANGED
|
@@ -307,6 +307,9 @@
|
|
|
307
307
|
<th>
|
|
308
308
|
<nobr>客户电话</nobr>
|
|
309
309
|
</th>
|
|
310
|
+
<th>
|
|
311
|
+
<nobr>表号</nobr>
|
|
312
|
+
</th>
|
|
310
313
|
<th>
|
|
311
314
|
<nobr>备用电话</nobr>
|
|
312
315
|
</th>
|
|
@@ -410,6 +413,9 @@
|
|
|
410
413
|
<td style="text-align: center;">
|
|
411
414
|
<nobr>{{ row.f_user_phone }}</nobr>
|
|
412
415
|
</td>
|
|
416
|
+
<td style="text-align: center;">
|
|
417
|
+
<nobr>{{ row.f_meternumber }}</nobr>
|
|
418
|
+
</td>
|
|
413
419
|
<td style="text-align: center;">
|
|
414
420
|
<nobr>{{ row.f_rent_phone }}</nobr>
|
|
415
421
|
</td>
|
|
@@ -174,7 +174,7 @@ export default{
|
|
|
174
174
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_book_no': '用户证号', 'f_meter_book_sort': '册内序号', 'f_residential_area': '小区名称', 'f_address': '客户地址',
|
|
175
175
|
'f_user_phone': '客户电话', 'f_rent_phone': '备用电话', 'f_inputtor': '抄表员', 'f_book_name': '抄表册', 'f_user_type': '客户类型',
|
|
176
176
|
'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
|
|
177
|
-
'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
|
|
177
|
+
'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费', 'f_meternumber': '表号',
|
|
178
178
|
'overdue': '违约金', 'f_garbage_fee': '附加费', 'f_last_tablebase': '上期抄表底数', 'f_tablebase': '本期抄表底数',
|
|
179
179
|
'f_oughtfee_all': '合计欠费金额', 'f_cost_type': '缴费方式', 'f_meter_type': '气表类型'
|
|
180
180
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
</div>
|
|
68
68
|
</div>
|
|
69
69
|
<div style="height: 97%;" v-if="showPage === 2">
|
|
70
|
-
<iframe src="http://
|
|
70
|
+
<iframe src="http://119.187.112.234:9528/#/delink?link=Y8I%2FK%2FiIq6HlCQCQx8xG%2FeAj2GQ%2Fg1nl7jXauckQJhZrEPV%2BRkyF3HthpF4LVC8pS6MDn5%2BLiEM7mYEgROEQtQ&user=qDn45GDQ0K0EVNcpZy2VoQxHult9RhbeRPXLrq%2BCQz152dmng0uyBYBWn7EjcF2YwD44XdF0gda5h6oFHwJqkg"
|
|
71
71
|
width="100%" height="100%" style="border: none;" ></iframe>
|
|
72
72
|
<!-- <div class="flex-row" style="flex: 1;height: 96%">-->
|
|
73
73
|
<!-- <div style="flex: 1">-->
|