manage-client 4.1.72 → 4.1.73-dexin

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/.eslintrc.js CHANGED
@@ -15,6 +15,8 @@ module.exports = {
15
15
  // allow debugger during development
16
16
  'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
17
17
  // 必须使用全等
18
- 'eqeqeq': 0
18
+ 'eqeqeq': 0,
19
+ "import/no-unresolved": ["error", { "caseSensitive": true }],
20
+ "camelcase": "off"
19
21
  }
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.72",
3
+ "version": "4.1.73-dexin",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -209,6 +209,7 @@
209
209
  <th><nobr>起方(液晶)</nobr></th>
210
210
  <th><nobr>止方</nobr></th>
211
211
  <th><nobr>止方(液晶)</nobr></th>
212
+ <th><nobr>止方(液晶)【公式】</nobr></th>
212
213
  <th><nobr>期间用气量</nobr></th>
213
214
 
214
215
  <th><nobr>期间用气金额</nobr></th>
@@ -262,6 +263,7 @@
262
263
  <th style="text-align:center"><nobr>{{row.f_last_shengyu_gas}}</nobr></th>
263
264
  <th style="text-align:center"><nobr>{{row.f_tablebase}}</nobr></th>
264
265
  <th style="text-align:center"><nobr>{{row.f_shengyu_gas}}</nobr></th>
266
+ <th style="text-align:center"><nobr>{{row.f_shengyu_gas_gongshi}}</nobr></th>
265
267
  <th style="text-align:center"><nobr>{{row.f_actualtablebase}}</nobr></th>
266
268
  <th style="text-align:center"><nobr>{{row.f_real_fee}}</nobr></th>
267
269
  <th style="text-align:center"><nobr>{{row.f_pregas}}</nobr></th>
@@ -676,7 +676,9 @@ export default {
676
676
  'f_network_valve': '自动阀控',
677
677
  'f_defendcard': '防盗卡号',
678
678
  'f_factory_date': '生产年月',
679
- 'f_meteread_date': '最后通讯时间'
679
+ 'f_meteread_date': '最后通讯时间',
680
+ 'f_xiaohushijian': '销户时间',
681
+ 'f_xiaohuyuanyin': '销户原因'
680
682
  // 'latest_f_pregas' : '最后购气量',
681
683
  // 'latest_f_collection':'最后购气金额',
682
684
  // 'f_max_operate_date': '最后购气日期'
@@ -1895,26 +1897,44 @@ export default {
1895
1897
  },
1896
1898
  GasStatistics: {
1897
1899
  'f_userinfo_code': '客户编号',
1898
- 'f_user_name': '客户姓名',
1900
+ 'f_user_name': '客户名称',
1899
1901
  'f_residential_area': '小区',
1900
1902
  'f_address': '地址',
1901
1903
  'f_user_phone': '电话',
1902
1904
  'f_table_state': '气表状态',
1903
1905
  'f_gascode': '燃气证号',
1904
- 'f_meternumber': '表号',
1905
1906
  'f_meter_brand': '气表品牌',
1907
+ 'f_meternumber': '表号',
1906
1908
  'f_meter_classify': '表具类型',
1907
1909
  'f_meter_title': '表描述',
1908
1910
  'f_price_name': '气价名称',
1909
- 'f_user_type': '用户类型',
1911
+ 'f_detailprice': '气价详情',
1910
1912
  'f_gasproperties': '用气性质',
1911
- 'f_balance': '期初余额',
1913
+ 'f_last_gas': '期初余量',
1914
+ 'f_last_balance': '期初余额',
1912
1915
  'f_last_tablebase': '起方',
1916
+ 'f_last_shengyu_gas': '起方(液晶)',
1913
1917
  'f_tablebase': '止方',
1914
- 'f_oughtamount': '期间用气量',
1915
- 'f_oughtfee': '期间用气金额',
1916
- 'f_collection': '期末充值金额',
1917
- 'f_curbalance': '期末余额',
1918
+ 'f_shengyu_gas': '止方(液晶)',
1919
+ 'f_shengyu_gas_gongshi': '止方(液晶)【公式】',
1920
+ 'f_actualtablebase': '期间用气量',
1921
+ 'f_real_fee': '期间用气金额',
1922
+ 'f_pregas': '期间充值气量',
1923
+ 'f_during_price': '期间充值单价',
1924
+ 'f_collection': '期间充值金额',
1925
+ 'f_bq_f_pregas': '期间补气量',
1926
+ 'f_bq_preamount': '期间补气金额',
1927
+ 'f_remain_gas': '期末余量',
1928
+ 'f_remain_curbalance': '期末余额',
1929
+ 'f_remain_stair1price': '一阶剩余单价',
1930
+ 'f_remain_stair1amount': '一阶剩余气量',
1931
+ 'f_remain_stair1fee': '一阶剩余金额',
1932
+ 'f_remain_stair2price': '二阶剩余单价',
1933
+ 'f_remain_stair2amount': '二阶剩余气量',
1934
+ 'f_remain_stair2fee': '二阶剩余金额',
1935
+ 'f_remain_stair3price': '三阶剩余单价',
1936
+ 'f_remain_stair3amount': '三阶剩余气量',
1937
+ 'f_remain_stair3fee': '三阶剩余金额',
1918
1938
  'f_gas_state': '用气状态',
1919
1939
  'f_changetable_state': '是否换表',
1920
1940
  'f_first_input_date': '首次抄表时间',