sale-client 3.4.102 → 3.4.105

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.
Files changed (27) hide show
  1. package/build/dev-server.js +3 -3
  2. package/package.json +1 -1
  3. package/src/components/FilesManage/UserDeviceInfoTest.vue +6 -0
  4. package/src/components/FilesManage/UserGeneralInfoTest.vue +4 -0
  5. package/src/components/FilesManage/UserMeterInfoTest.vue +5 -1
  6. package/src/components/FilesManageNew/UserGeneralInfoTest.vue +599 -599
  7. package/src/components/charge/ChargeList.vue +897 -897
  8. package/src/components/charge/ChargeManage.vue +243 -243
  9. package/src/components/charge/business/ShowCiTiaoCard.vue +168 -168
  10. package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +171 -171
  11. package/src/components/revenue/HandManager/MeterBookList.vue +3 -2
  12. package/src/components/revenue/HandManager/MeterBookManage.vue +2 -1
  13. package/src/components/revenue/HandManager/MeterBookUser.vue +89 -5
  14. package/src/components/revenue/base/leftview/meterinfodetail.vue +9 -4
  15. package/src/components/revenue/base/rightview/CardList.vue +478 -478
  16. package/src/components/revenue/changeInsurance/InsuranceAdd.vue +4 -4
  17. package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/ReplaceCardManage.vue +415 -415
  18. package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +416 -407
  19. package/src/components/revenue/machineHandManage/machineHand.vue +41 -9
  20. package/src/filiale/macheng/UserEssentialInfoTest.vue +31 -5
  21. package/src/filiale/qianneng/machine/MachineMeterCenter.vue +721 -721
  22. package/src/filiale/qianneng/sale.js +27 -27
  23. package/src/main.js +23 -23
  24. package/src/plugins/CardService.js +1798 -1793
  25. package/src/plugins/ChangeMeterService.js +5 -0
  26. package/src/plugins/FileManageService.js +2 -0
  27. package/src/sale.js +1065 -1065
@@ -12,7 +12,7 @@ var compiler = webpack(config)
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
13
  var bendi = 'http://127.0.0.1:8080/',bendi1 = 'http://119.146.1.106:8300/'
14
14
  // 公司测试服务
15
- var fuwu = 'http://192.168.2.10:8400/'
15
+ var fuwu = 'http://139.214.92.34:8301/'
16
16
  //铜川正式
17
17
  // var fuwu = 'http://61.134.55.234:9999/'
18
18
  //铜川测试
@@ -95,8 +95,8 @@ var proxyTable = {
95
95
  },
96
96
  '/rs': {
97
97
  // target: 'http://192.168.30.63:8081/'
98
- // target: 'http://127.0.0.1:8080'
99
- target: fuwu
98
+ target: 'http://139.214.92.34:8301/'
99
+ // target:fuwu
100
100
  }
101
101
  }
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.102",
3
+ "version": "3.4.105",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -257,6 +257,10 @@ export default {
257
257
  show_devices: {
258
258
  type: Boolean,
259
259
  default: false
260
+ },
261
+ f_input_person: {
262
+ type: String,
263
+ default: undefined
260
264
  }
261
265
  },
262
266
  computed: {
@@ -300,6 +304,8 @@ export default {
300
304
  console.log('设备信息', this.devicesinfo)
301
305
  this.devicesinfo.push({
302
306
  f_devices_type: '家用灶具',
307
+ f_input_person: this.f_input_person,
308
+ f_userinfodevices_state: '正常',
303
309
  f_input_date: this.$login.toStandardTimeString()
304
310
  })
305
311
  },
@@ -153,6 +153,7 @@ export default {
153
153
  f_user_state: '',
154
154
  f_credentials: '',
155
155
  f_cost_type: '',
156
+ f_bz_type: '',
156
157
  f_paper_type: '',
157
158
  f_idnumber: ''
158
159
  },
@@ -385,6 +386,8 @@ export default {
385
386
  // this.data.baseinfo.base.f_user_nature = this.data.baseinfo.base.f_user_nature ? [this.data.baseinfo.base.f_user_nature] : '民用'
386
387
  // this.data.baseinfo.base.f_credentials = this.data.baseinfo.base.f_credentials ? [this.data.baseinfo.base.f_credentials] : '身份证'
387
388
  this.data.baseinfo.base.f_cost_type = this.data.baseinfo.base.f_cost_type ? [this.data.baseinfo.base.f_cost_type] : '现金缴费'
389
+ this.data.baseinfo.base.f_bz_type = this.data.baseinfo.base.f_bz_type ? [this.data.baseinfo.base.f_bz_type] : ''
390
+
388
391
  this.data.baseinfo.base.f_paper_type = this.data.baseinfo.base.f_paper_type ? [this.data.baseinfo.base.f_paper_type] : '国税发票'
389
392
  this.data.baseinfo.bank.f_bank_name = this.data.baseinfo.bank.f_bank_name ? [this.data.baseinfo.bank.f_bank_name] : '中国银行'
390
393
  this.data.baseinfo.base.f_people_num = this.data.baseinfo.base.f_people_num ? this.data.baseinfo.base.f_people_num : (this.peopleNum ? this.peopleNum : 0)
@@ -513,6 +516,7 @@ export default {
513
516
  f_rent_phone: '',
514
517
  f_credentials: '身份证',
515
518
  f_cost_type: '',
519
+ f_bz_type:'',
516
520
  f_address: '',
517
521
  addressid: '',
518
522
  f_idnumber: ''
@@ -20,7 +20,7 @@
20
20
  <!--<img :src="imgmeter" alt="图片加载失败" class="img-rounded" style="width: 50px;margin:10px;">-->
21
21
  </div>
22
22
  <file-user-device-info :devicesinfo.sync="devicesinfo" :show_devices.sync="show_devices"
23
- :userinfoid='data.baseinfo.base.f_userinfo_id'></file-user-device-info>
23
+ :f_input_person="f_input_person" :userinfoid='data.baseinfo.base.f_userinfo_id'></file-user-device-info>
24
24
  </div>
25
25
  </template>
26
26
 
@@ -35,6 +35,7 @@ export default {
35
35
  devicesinfo: [],
36
36
  show_devices: false,
37
37
  fireinfo : {},
38
+ f_input_person: '',
38
39
  show_fire: false,
39
40
  imgdelete: '/images/mainicon/deletedevice.png',
40
41
  imgsrc: '/images/mainicon/biaopan.png',
@@ -107,6 +108,9 @@ export default {
107
108
  this.devicesinfo = []
108
109
  this.show_devices = true
109
110
  this.devicesinfo = row.devicesinfo
111
+ if ( row.f_install_person[0]) {
112
+ this.f_input_person = row.f_install_person[0]
113
+ }
110
114
  console.log('查看设备信息', this.devicesinfo)
111
115
  },
112
116
  showFire (index, row) {