manage-client 4.0.36 → 4.0.37

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.36",
3
+ "version": "4.0.37",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -214,6 +214,9 @@
214
214
  <th>
215
215
  <nobr>供气合同编号</nobr>
216
216
  </th>
217
+ <th>
218
+ <nobr>收费环节</nobr>
219
+ </th>
217
220
  <th>
218
221
  <nobr>客户名称</nobr>
219
222
  </th>
@@ -304,11 +307,14 @@
304
307
  <nobr>{{row.id}}</nobr>
305
308
  </td>
306
309
  <td style="text-align: center;">
307
- <nobr>{{row.f_contract_id}}</nobr>
310
+ <nobr>{{row.f_install_contract_code}}</nobr>
308
311
  </td>
309
312
  <td style="text-align: center;">
310
313
  <nobr>{{row.f_gas_supply_contract_code}}</nobr>
311
314
  </td>
315
+ <td style="text-align: center;">
316
+ <nobr>{{row.f_charge_source}}</nobr>
317
+ </td>
312
318
  <td style="text-align: center;">
313
319
  <nobr>{{row.f_user_name}}</nobr>
314
320
  </td>
@@ -815,8 +815,9 @@ export default {
815
815
  otherchargeConfig: {
816
816
  'f_userinfo_code': '客户编号',
817
817
  'f_olduserinfo_code': '档案编号',
818
- 'f_contract_id': '安装合同编号',
818
+ 'f_install_contract_code': '安装合同编号',
819
819
  'f_gas_supply_contract_code': '供气合同编号',
820
+ 'f_charge_source': '收费环节',
820
821
  'f_user_name': '客户名称',
821
822
  'f_idnumber': '身份证号',
822
823
  'f_address': '客户地址',