manage-client 3.3.211 → 3.3.212-mc

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": "3.3.211",
3
+ "version": "3.3.212-mc",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1904,6 +1904,32 @@ export default {
1904
1904
  'f_first_input_date': '首次抄表时间',
1905
1905
  'f_input_date': '最后通讯日期'
1906
1906
  },
1907
+ GasStatisticsOld: {
1908
+ 'f_userinfo_code': '客户编号',
1909
+ 'f_user_name': '客户姓名',
1910
+ 'f_residential_area': '小区',
1911
+ 'f_address': '地址',
1912
+ 'f_user_phone': '电话',
1913
+ 'f_table_state': '气表状态',
1914
+ 'f_gascode': '燃气证号',
1915
+ 'f_meternumber': '表号',
1916
+ 'f_meter_brand': '气表品牌',
1917
+ 'f_meter_classify': '表具类型',
1918
+ 'f_meter_title': '表描述',
1919
+ 'f_price_name': '气价名称',
1920
+ 'f_user_nature': '用气类型',
1921
+ 'f_gasproperties': '用气性质',
1922
+ 'f_balance': '期初余额',
1923
+ 'f_last_tablebase': '起方',
1924
+ 'f_tablebase': '止方',
1925
+ 'f_oughtamount': '期间用气量',
1926
+ 'f_oughtfee': '期间用气金额',
1927
+ 'f_collection': '期末充值金额',
1928
+ 'f_curbalance': '期末余额',
1929
+ 'f_gas_state': '用气状态',
1930
+ 'f_changetable_state': '是否换表',
1931
+ 'f_input_date': '最后通讯日期'
1932
+ },
1907
1933
  ArrearageConfig: {
1908
1934
  'f_userinfo_code': '客户编号',
1909
1935
  'f_meternumber': '表号',
@@ -490,7 +490,7 @@
490
490
  }
491
491
  },
492
492
  getfield () {
493
- return exportConfig.GasStatistics
493
+ return exportConfig.GasStatisticsOld
494
494
  },
495
495
  usertypes() {
496
496
  return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]