manage-client 4.1.46 → 4.1.48
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/config/exportConfig.js +1 -0
- package/src/components/sale/filesquery/RecordInfoQuery.vue +2 -1
- package/src/filiale/wuhai/config/DefaultSelect.js +18 -18
- package/src/filiale/jinbin/exportConfig.js +0 -1110
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
- package/src/filiale/jinbin/sale.js +0 -7
package/package.json
CHANGED
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
<th><nobr>最后购气量</nobr></th>
|
|
628
628
|
<th><nobr>最后购气金额</nobr></th>
|
|
629
629
|
<th><nobr>最后购气日期</nobr></th>
|
|
630
|
-
|
|
630
|
+
<th><nobr>最后通讯时间</nobr></th>
|
|
631
631
|
<th><nobr>自动阀控</nobr></th>
|
|
632
632
|
<th><nobr>阀门状态</nobr></th>
|
|
633
633
|
|
|
@@ -784,6 +784,7 @@
|
|
|
784
784
|
<td style="text-align: center;"><nobr>{{row.latest_f_pregas}}</nobr></td>
|
|
785
785
|
<td style="text-align: center;"><nobr>{{row.latest_f_collection}}</nobr></td>
|
|
786
786
|
<td style="text-align: center;"><nobr>{{row.f_max_operate_date}}</nobr></td>
|
|
787
|
+
<td style="text-align: center;"><nobr>{{row.f_meteread_date}}</nobr></td>
|
|
787
788
|
<td style="text-align: center;"><nobr>{{row.f_network_valve}}</nobr></td>
|
|
788
789
|
<td style="text-align: center;"><nobr>{{row.f_valve_state}}</nobr></td>
|
|
789
790
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export default{
|
|
2
|
-
compreConfig: {
|
|
3
|
-
'f_userinfo_code': '客户编号',
|
|
4
|
-
'f_card_id': '卡号',
|
|
5
|
-
'f_user_name': '客户名称',
|
|
6
|
-
'f_residential_area': '小区名称',
|
|
7
|
-
'f_address': '详细地址',
|
|
8
|
-
'f_user_phone': '联系电话',
|
|
9
|
-
'f_gas_date': '通气日期',
|
|
10
|
-
'f_meternumber': '表号',
|
|
11
|
-
'f_user_type': '客户类型',
|
|
12
|
-
'f_open_date': '开户时间',
|
|
13
|
-
'f_balance_amount': '表剩余金额',
|
|
14
|
-
'f_total_gas': '表累购气量',
|
|
15
|
-
'f_total_fee': '表累购金额',
|
|
16
|
-
'f_maxdate': '换表时间'
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
export default{
|
|
2
|
+
compreConfig: {
|
|
3
|
+
'f_userinfo_code': '客户编号',
|
|
4
|
+
'f_card_id': '卡号',
|
|
5
|
+
'f_user_name': '客户名称',
|
|
6
|
+
'f_residential_area': '小区名称',
|
|
7
|
+
'f_address': '详细地址',
|
|
8
|
+
'f_user_phone': '联系电话',
|
|
9
|
+
'f_gas_date': '通气日期',
|
|
10
|
+
'f_meternumber': '表号',
|
|
11
|
+
'f_user_type': '客户类型',
|
|
12
|
+
'f_open_date': '开户时间',
|
|
13
|
+
'f_balance_amount': '表剩余金额',
|
|
14
|
+
'f_total_gas': '表累购气量',
|
|
15
|
+
'f_total_fee': '表累购金额',
|
|
16
|
+
'f_maxdate': '换表时间'
|
|
17
|
+
}
|
|
18
|
+
}
|