sale-client 3.6.72 → 3.6.73

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": "sale-client",
3
- "version": "3.6.72",
3
+ "version": "3.6.73",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -104,13 +104,21 @@
104
104
 
105
105
  </div>
106
106
  <div class="col-sm-4 form-group" v-if="gasmessage.f_meter_type[0].includes('卡表')||gasmessage.f_meter_type[0].includes('物联网表')">
107
- <label for="hasCard" class="font_normal_body">支持累购</label>
107
+ <label for="hasCard" class="font_normal_body">是否累购</label>
108
108
  <v-select :value.sync="gasmessage.f_support_purchase"
109
109
  :value-single="true"
110
110
  v-model="gasmessage.f_support_purchase"
111
111
  :options='isdecimal' placeholder='是否支持累购'
112
112
  close-on-select style="width: 60%"></v-select>
113
113
  </div>
114
+ <div class="col-sm-4 form-group" v-if="gasmessage.f_meter_type[0].includes('物联网表')">
115
+ <label for="hasCard" class="font_normal_body">是否扣费</label>
116
+ <v-select :value.sync="gasmessage.f_issupport_feededuction"
117
+ :value-single="true"
118
+ v-model="gasmessage.f_issupport_feededuction"
119
+ :options='isdecimal' placeholder='是否支持扣费'
120
+ close-on-select style="width: 60%"></v-select>
121
+ </div>
114
122
  <div v-if="gasmessage.f_meter_type[0].includes('卡表') || gasmessage.f_hascard[0]==='是'" class="row">
115
123
  <div class="col-sm-4 form-group" :class="[$v.f_cardnumber.required ? 'has-error' : 'has-success']">
116
124
  <label for="f_card_password" class="font_normal_body">&nbsp;&nbsp;&nbsp;卡号&nbsp;&nbsp;&nbsp;</label>
@@ -199,6 +207,7 @@ export default {
199
207
  f_hascard: '',
200
208
  f_support_bluetooth: '',
201
209
  f_support_purchase: '',
210
+ f_issupport_feededuction: '',
202
211
  f_share_times: '',
203
212
  f_share_open: '',
204
213
  f_priority: 100,
@@ -391,6 +400,7 @@ export default {
391
400
  f_hascard: '',
392
401
  f_support_bluetooth: '',
393
402
  f_support_purchase: '',
403
+ f_issupport_feededuction: '',
394
404
  f_police_gas: '',
395
405
  f_overdr_lines: '',
396
406
  f_share_times: '',
@@ -575,10 +575,7 @@
575
575
  },
576
576
  props: ['f_filialeid', 'meter', 'isdecimal', 'valid', 'f_userinfo_id', 'overdueset', 'curuser'],
577
577
  async ready () {
578
- console.log('看看meter里面的数据', this.meter, this.row)
579
578
  this.user_State = this.curuser.f_user_state
580
- console.log(this.user_State)
581
- console.log(this.curuser.f_user_state)
582
579
  this.row = Object.assign(this.row, this.meter, {f_use_limit : this.$appdata.getSingleValue('报废年限')})
583
580
  if (this.row.f_meter_classify) {
584
581
  if (this.row.f_meter_classify === '物联网表') {
@@ -595,13 +592,6 @@
595
592
  }
596
593
  await this.getConcentrators()
597
594
  co(meterBookGen(this))
598
- console.log('-----------------111111111-----------------------')
599
- console.log(this.curuser)
600
- console.log(this.row.f_user_state)
601
- console.log(this.row.meter)
602
- console.log(this.row.f_meter_classify)
603
- console.log(this.user_State)
604
- console.log('-------------------11111111---------------------')
605
595
  },
606
596
  methods: {
607
597
  gasDateChange () {
@@ -681,13 +671,6 @@
681
671
  co(brandChangeGen(this))
682
672
  }
683
673
  this.meternumberValidate()
684
- console.log('----------------------------------------')
685
- console.log(this.user_State)
686
- console.log(this.row.f_whether_hairpin)
687
- console.log(this.row.f_user_state)
688
- console.log(this.row.gasbrand.length)
689
- console.log(this.row.gasbrand)
690
- console.log('----------------------------------------')
691
674
  },
692
675
  userTypeChange () {
693
676
  this.gasproperties = []
@@ -78,7 +78,7 @@
78
78
  <th v-show="false"><nobr>抄表月份</nobr></th>
79
79
  <th v-show="false"><nobr>用气周期</nobr></th>
80
80
  <th><nobr>上传日期</nobr></th>
81
- <th><nobr>下发日期</nobr></th>
81
+ <th><nobr>录入日期</nobr></th>
82
82
  <th><nobr>上期底数</nobr></th>
83
83
  <th><nobr>本期底数</nobr></th>
84
84
  <th><nobr>上期余额</nobr></th>
@@ -71,7 +71,7 @@
71
71
  <th v-show="false"><nobr>抄表月份</nobr></th>
72
72
  <th v-show="false"><nobr>用气周期</nobr></th>
73
73
  <th><nobr>上传日期</nobr></th>
74
- <th><nobr>下发日期</nobr></th>
74
+ <th><nobr>录入日期</nobr></th>
75
75
  <th><nobr>上期底数</nobr></th>
76
76
  <th><nobr>本期底数</nobr></th>
77
77
  <th><nobr>上期余额</nobr></th>
@@ -236,6 +236,7 @@ let LogicService = {
236
236
  f_is_step: model.f_is_step,
237
237
  f_priority: model.f_priority,
238
238
  f_support_purchase: model.f_support_purchase,
239
+ f_issupport_feededuction: model.f_issupport_feededuction,
239
240
  f_hascard: model.f_hascard,
240
241
  f_share_times: model.f_share_times,
241
242
  f_share_open: model.f_share_open,