sale-client 3.6.108 → 3.6.109

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.
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [serverRul, localUrl ] = ['http://121.36.106.17:8400/', 'http://121.36.106.17:8400/']
2
+ const [serverRul, localUrl ] = ['http://192.168.50.4:8400/', 'http://127.0.0.1:8080/']
3
3
  var merge = require('webpack-merge')
4
4
  var baseConfig = require('./webpack.dev.conf')
5
5
  var devConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.108",
3
+ "version": "3.6.109",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -473,7 +473,7 @@
473
473
  billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
474
474
  printType: '普通收据', // 收据/电子票/专用发票/国税发票
475
475
  payment: '',
476
- hasArrearsChange: true, // 是否可以有欠费换表 收费时用来判断是否查询旧表欠费
476
+ hasArrearsChange: false, // 是否可以有欠费换表 收费时用来判断是否查询旧表欠费
477
477
  overdraftBalance: false // 是否支持系统余额透支
478
478
  },
479
479
  model: {
@@ -225,7 +225,8 @@
225
225
  v-model="model.f_stair_use" placeholder="旧表阶梯使用量">
226
226
  </div>
227
227
  <div class="col-sm-4 "
228
- v-if="model.metermessage.gasbrand[0].f_meter_type ==='物联网表' && model.metermessage.gasbrand[0].f_hascard ==='是'">
228
+ v-if="(model.metermessage.gasbrand[0].f_meter_type ==='物联网表' && model.metermessage.gasbrand[0].f_hascard ==='是')
229
+ || (model.f_type.includes('清零') && row.f_meter_type ==='物联网表' && row.f_hascard ==='是')">
229
230
  <label class=" font_normal_body">开户方式</label>
230
231
  <v-select id="f_open_type"
231
232
  v-model="f_payment"
@@ -244,10 +244,10 @@
244
244
  v-model="model.f_stair_use" placeholder="旧表阶梯使用量">
245
245
  </div>
246
246
  <div class="col-sm-4 "
247
- v-if="model.metermessage.gasbrand[0].f_meter_type ==='物联网表' && model.metermessage.gasbrand[0].f_hascard ==='是'">
247
+ v-if="row.f_meter_type ==='物联网表' && row.f_hascard ==='是'">
248
248
  <label class=" font_normal_body">开户方式</label>
249
249
  <v-select id="f_open_type"
250
- v-model="f_payment"
250
+ v-model="model.f_open_type"
251
251
  placeholder='开户方式'
252
252
  :search="false"
253
253
  :value-single="true"
@@ -202,7 +202,7 @@ export default {
202
202
  'f_hand_num': '实抄户数',
203
203
  'f_oughtamount': '用气量',
204
204
  'f_oughtfee': '用气金额',
205
- 'handplansate1': '抄表率'
205
+ 'f_hand_lv': '抄表率'
206
206
  }
207
207
  },
208
208
  inputtores: [{label: '全部', value: ''}], // 抄表员