manage-client 3.3.36 → 3.3.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": "3.3.36",
3
+ "version": "3.3.37",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -7,7 +7,7 @@ export default{
7
7
  'f_address': '客户地址', 'f_residential_area': '小区',
8
8
  'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号',
9
9
  'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_createfile_person': '建档人', 'f_comments': '备注'
10
- , 'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
10
+ ,'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
11
11
  'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '通气时间'
12
12
  },
13
13
 
@@ -591,7 +591,7 @@ export default{
591
591
  GasAnalysisManageConfig: {'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_balance': '期初余额', 'f_pregas': '用气气量', 'f_preamount': '用气金额', 'f_charge_money': '收款', 'f_curbalance': '期末结余'},
592
592
 
593
593
  dataReportConfig: {
594
- 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_address': '地址', 'f_meter_brand': '气表厂家', 'f_operate_date': '充值时间', 'f_stair1price': '1单价', 'f_stair1amount': '1气量',
594
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_address': '地址', 'f_meter_brand': '气表厂家', 'f_meternumber': '表号' ,'f_operate_date': '充值时间', 'f_stair1price': '1单价', 'f_stair1amount': '1气量',
595
595
  'f_stair2price': '2单价', 'f_stair2amount': '2气量', 'f_stair3price': '3单价', 'f_stair3amount': '3气量', 'f_pregas': '气量', 'f_preamount': '应收金额', 'f_collection': '实收金额',
596
596
  'f_balance': '上期结余', 'f_curbalance': '本期结余', 'f_payment': '付款方式', 'f_type': '收费类型', 'f_state': '收费状态', 'f_operator': '操作员',
597
597
  'f_user_type': '用户类型', 'f_comments': '备注'
@@ -110,6 +110,7 @@
110
110
  <th>
111
111
  <data-order field="f_meter_brand" name="气表厂家"></data-order>
112
112
  </th>
113
+ <th><nobr>表号</nobr></th>
113
114
  <th><data-order field="f_operate_date" name="操作时间"></data-order>
114
115
  <!--<nobr>操作时间</nobr>-->
115
116
  </th>
@@ -174,6 +175,7 @@
174
175
  <td style="text-align: left;"><nobr>{{row.f_user_name}}</nobr></td>
175
176
  <td style="text-align: center;"><nobr>{{row.f_address}}</nobr></td>
176
177
  <td style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></td>
178
+ <td style="text-align: center;"><nobr>{{row.f_meternumber}}</nobr></td>
177
179
  <td style="text-align: center;"><nobr>{{row.f_operate_date}}</nobr></td>
178
180
  <!-- <td style="text-align: center;"><nobr>{{row.f_stair1price}}</nobr></td>-->
179
181
  <!-- <td style="text-align: center;"><nobr>{{row.f_stair1amount}}</nobr></td>-->