manage-client 3.3.47 → 3.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.47",
3
+ "version": "3.3.48",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -198,6 +198,9 @@
198
198
  <th style="text-align:center">
199
199
  <nobr>操作内容</nobr>
200
200
  </th>
201
+ <th style="text-align:center">
202
+ <nobr>操作原因</nobr>
203
+ </th>
201
204
  <th style="text-align:center">
202
205
  <nobr>操作人(记录)</nobr>
203
206
  </th>
@@ -260,6 +263,9 @@
260
263
  <td style="text-align:center">
261
264
  <nobr>{{row.note}}</nobr>
262
265
  </td>
266
+ <td style="text-align:center">
267
+ <nobr>{{row.f_info}}</nobr>
268
+ </td>
263
269
  <td style="text-align:center">
264
270
  <nobr>{{row.f_operator}}</nobr>
265
271
  </td>
@@ -332,7 +338,7 @@
332
338
  'f_userinfo_code': '客户编号','f_address': '客户地址','f_user_name': '客户姓名',
333
339
  'f_meternumber': '表号','f_meter_brand': '气表品牌','f_instruct_type': '指令类型',
334
340
  'f_instruct_state': '执行状态','f_receive_state': '执行结果','f_inputtor': '指令生成人','f_instruct_date': '指令时间',
335
- 'note':'操作内容','f_operator':'操作人(记录)','f_operate_date':'操作时间(记录)','f_operate_type':'操作类型','f_state':'操作状态',
341
+ 'note':'操作内容','f_info':'操作原因','f_operator':'操作人(记录)','f_operate_date':'操作时间(记录)','f_operate_type':'操作类型','f_state':'操作状态',
336
342
  'f_orgname': '组织机构'
337
343
  }
338
344
  },
@@ -343,6 +343,9 @@
343
343
  <th>
344
344
  <nobr>客户名称</nobr>
345
345
  </th>
346
+ <th>
347
+ <nobr>身份证号</nobr>
348
+ </th>
346
349
  <th>
347
350
  <nobr>小区</nobr>
348
351
  </th>
@@ -536,6 +539,9 @@
536
539
  <td style="text-align: center;">
537
540
  <nobr>{{row.f_user_name}}</nobr>
538
541
  </td>
542
+ <td style="text-align: center;">
543
+ <nobr>{{row.f_idnumber}}</nobr>
544
+ </td>
539
545
  <td style="text-align: center;"><nobr>
540
546
  <nobr>{{row.f_residential_area}}</nobr>
541
547
  </nobr> </td>
@@ -784,7 +790,7 @@
784
790
 
785
791
  <script>
786
792
  import {HttpResetClass, PagedList} from 'vue-client'
787
- import exportConfig from '../../components/sale/config/exportConfig'
793
+ import exportConfig from './config/exportConfig'
788
794
  let cardBtnGen = async function (self, val) {
789
795
  self.cardInfo = val.data
790
796
 
@@ -84,14 +84,16 @@ export default{
84
84
  'f_price_name': '气价名称','f_type': '收费类型', 'f_price': '单价', 'f_gas': '气量','f_money': '气费'
85
85
  },
86
86
  chargeConfig: {
87
- 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
87
+ 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称',
88
+ 'f_idnumber': '身份证号', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
88
89
  'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_times': '购气次数', 'f_price_name': '气价名称',
89
90
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_pregas': '气量', 'fee': '金额', 'f_preamount': '燃气费', 'f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
90
91
  'f_curbalance': '本期结余', 'f_type': '收费类型', 'f_payment': '付款方式', 'f_bank_type': '支付渠道', 'f_state': '状态', 'f_operate_date': '收费日期', 'f_serial_id': '流水号',
91
92
  'f_delaypay': '违约金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
92
93
  'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
93
94
  'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
94
- 'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员','f_residential_area':'小区','f_serial_number':'业务单号'
95
+ 'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员',
96
+ 'f_residential_area': '小区', 'f_serial_number': '业务单号'
95
97
  },
96
98
  loginQueryConfig:{
97
99
  'userid': '登录人编号','username': '登录人名称', 'logindate': '登录时间', 'type': '类型'