sale-client 3.7.57 → 3.7.59

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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed May 13 15:19:48 CST 2026
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.57",
3
+ "version": "3.7.59",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -165,8 +165,8 @@ export default {
165
165
  if (res.data.array[j].uploadday == this.files[i].days) {
166
166
  // 如果使用类型包含导入字样,则是execl文件导入的,不做显示
167
167
  if (res.data.array[j].fusetype && res.data.array[j].f_filetype.includes('xls')) {
168
- res.data.array[j].splice(i, 1)
169
- i--
168
+ // res.data.array[j].splice(i, 1)
169
+ // i--
170
170
  continue
171
171
  }
172
172
  if ((res.data.array[j].fusetype == '安检照片' && res.data.array[j].f_filename.includes('amr'))) {
@@ -71,8 +71,8 @@
71
71
  <th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
72
72
  <th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
73
73
  <th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
74
- <th style="text-align:center"><nobr>{{row.f_magneticInterference}}</nobr></th>
75
- <th style="text-align:center"><nobr>{{row.f_compensateState}}</nobr></th>
74
+ <th style="text-align:center"><nobr>{{row.f_magneticinterference}}</nobr></th>
75
+ <th style="text-align:center"><nobr>{{row.f_compensatestate}}</nobr></th>
76
76
  </tr>
77
77
  </template>
78
78
  <template partial='foot'></template>
@@ -74,17 +74,17 @@
74
74
  <th style="text-align:center"><nobr>{{row.f_snr}}</nobr></th>
75
75
  <th style="text-align:center"><nobr>{{row.f_batterylevel}}</nobr></th>
76
76
  <th style="text-align:center"><nobr>{{row.f_lowlithiumbattery ? ((row.f_lowlithiumbattery - 0) == 0 ? '正常' : '异常') : '未知'}}</nobr></th>
77
- <th style="text-align:center"><nobr>{{row.flowmeterTemperature ? row.flowmeterTemperature : '0'}}</nobr></th>
78
- <th style="text-align:center"><nobr>{{row.flowmeterPressure ? row.flowmeterPressure : '0'}}</nobr></th>
79
- <th style="text-align:center"><nobr>{{row.operatingmodetotal ? row.operatingmodetotal : '0'}}</nobr></th>
80
- <th style="text-align:center"><nobr>{{row.standardconditiontotal ? row.standardconditiontotal : '0'}}</nobr></th>
81
- <th style="text-align:center"><nobr>{{row.operatingmodeflow ? row.operatingmodeflow : '0'}}</nobr></th>
82
- <th style="text-align:center"><nobr>{{row.standardconditionflow ? row.standardconditionflow : '0'}}</nobr></th>
83
- <th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
77
+ <th style="text-align:center"><nobr>{{row.flowmetertemperature ? row.flowmetertemperature : '0'}}</nobr></th>
78
+ <th style="text-align:center"><nobr>{{row.flowmeterpressure ? row.flowmeterpressure : '0'}}</nobr></th>
79
+ <th style="text-align:center"><nobr>{{row.operatingmodetotal ? row.operatingmodetotal : '0'}}</nobr></th>
80
+ <th style="text-align:center"><nobr>{{row.standardconditiontotal ? row.standardconditiontotal : '0'}}</nobr></th>
81
+ <th style="text-align:center"><nobr>{{row.operatingmodeflow ? row.operatingmodeflow : '0'}}</nobr></th>
82
+ <th style="text-align:center"><nobr>{{row.standardconditionflow ? row.standardconditionflow : '0'}}</nobr></th>
83
+ <th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
84
84
  <th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
85
85
  <th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
86
- <th style="text-align:center"><nobr>{{row.f_magneticInterference}}</nobr></th>
87
- <th style="text-align:center"><nobr>{{row.f_compensateState}}</nobr></th>
86
+ <th style="text-align:center"><nobr>{{row.f_magneticinterference}}</nobr></th>
87
+ <th style="text-align:center"><nobr>{{row.f_compensatestate}}</nobr></th>
88
88
  </tr>
89
89
  </template>
90
90
  <template partial='foot'></template>
@@ -55,6 +55,16 @@
55
55
  close-on-select search="true">
56
56
  </v-select>
57
57
  </div>
58
+ <div class="col-sm-6 form-group " v-if="!is_pecial"
59
+ :class="[$v.f_address_type.required ? 'has-error' : 'has-success']">
60
+ <label class="font_normal_body">地区类型</label>
61
+ <input type="text" style="width:41%" v-show="false" v-model="model.f_address_type"
62
+ v-validate:f_address_type='{required: true }'>
63
+ <v-select :value.sync="model.f_address_type" :value-single="true"
64
+ :options='iscity' placeholder='请选择'
65
+ close-on-select search="true">
66
+ </v-select>
67
+ </div>
58
68
  <div class="col-sm-6 form-group " v-if="is_pecial">
59
69
  <label class="font_normal_body">小区名称</label>
60
70
  <v-select :value.sync="model.f_residential_area_id" :value-single="true"
@@ -271,6 +281,7 @@
271
281
  streetslist: [],
272
282
  // 初始化街道数据
273
283
  areaslist: [],
284
+ iscity:[{label: '城市', value: '城市'}, {label: '农村', value: '农村'}],
274
285
  config: {
275
286
  f_building_suffix: '号楼',
276
287
  f_unit_suffix: '单元',