sale-client 3.7.66 → 3.7.68

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.7.66",
3
+ "version": "3.7.68",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -388,11 +388,11 @@
388
388
  </div>
389
389
  <div
390
390
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
391
- class="form-group">
392
- <label class="font_normal_body" style="width: auto">是否空房</label>
391
+ class="form-group" title="参数名称:【客户最新状态】">
392
+ <label class="font_normal_body" style="width: auto">客户最新状态</label>
393
393
  <v-select :options='$parent.$parent.isempty' :value.sync="model.f_is_empty"
394
394
  close-on-select condition="f_is_empty='{}'"
395
- placeholder='是否空房' v-model="model.f_is_empty"></v-select>
395
+ placeholder='客户最新状态' v-model="model.f_is_empty"></v-select>
396
396
  </div>
397
397
  </div>
398
398
  </div>
@@ -424,6 +424,9 @@
424
424
  <th>
425
425
  <nobr>用气性质</nobr>
426
426
  </th>
427
+ <th>
428
+ <nobr>客户最新状态</nobr>
429
+ </th>
427
430
  <th>
428
431
  <nobr>二级用气性质</nobr>
429
432
  </th>
@@ -475,9 +478,6 @@
475
478
  <th v-if="!$parent.$parent.$parent.createFile">
476
479
  <nobr>是否孤寡老人</nobr>
477
480
  </th>
478
- <th v-if="!$parent.$parent.$parent.createFile">
479
- <nobr>是否空房</nobr>
480
- </th>
481
481
  <!--<th>-->
482
482
  <!--<nobr v-if="this.$login.r.includes('通知单打印')||this.$login.r.includes('流程表打印') ">下载</nobr>-->
483
483
  <!--</th>-->
@@ -499,6 +499,7 @@
499
499
  </td>
500
500
  <td style="text-align: center;">{{row.f_user_type}}</td>
501
501
  <td style="text-align: center;">{{row.f_gasproperties}}</td>
502
+ <td style="text-align: center;">{{row.f_is_empty}}</td>
502
503
  <td style="text-align: center;">{{row.f_gasproperties_second}}</td>
503
504
  <td style="text-align: center;">{{row.f_meter_classify}}</td>
504
505
  <td style="text-align: center;">{{row.f_meter_brand}}</td>
@@ -516,7 +517,7 @@
516
517
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_mgq}}</td>
517
518
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_vacant}}</td>
518
519
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_alone}}</td>
519
- <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_empty}}</td>
520
+
520
521
  <td style="text-align: center;">
521
522
  <button type="button" name="button" class="button_search button_spacing width-60"
522
523
  v-if="row.f_user_state === '正常' || row.f_user_state==='预备'"
@@ -721,13 +722,13 @@ let loadParamGem = async function (self) {
721
722
  orderFields: {
722
723
  f_userinfo_id: 'no'
723
724
  },
724
- userfilesaddress:this.$appdata.getParam('场站')?[{label: '全部',value: ''}, ...this.$appdata.getParam('场站')] : [],
725
+ userfilesaddress: this.$appdata.getParam('场站')?[{label: '全部',value: ''}, ...this.$appdata.getParam('场站')] : [],
725
726
  createFile: false,
726
- feedmethod:this.$appdata.getParam('供气方式')?[{label: '全部',value: ''}, ...this.$appdata.getParam('供气方式')]:[],
727
+ feedmethod: this.$appdata.getParam('供气方式')?[{label: '全部',value: ''}, ...this.$appdata.getParam('供气方式')]:[],
727
728
  ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
728
729
  isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
729
730
  isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
730
- isempty: [{label: '全部', value: ''},{label: '', value: '是'},{label: '否', value: '否'}],
731
+ isempty: this.$appdata.getParam('客户最新状态')?[{label: '全部',value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
731
732
  curorgid: [this.$login.f.orgid],
732
733
  f_filialeid: this.$login.f.orgid,
733
734
  pcdslist:[],
@@ -113,9 +113,9 @@
113
113
  close-on-select></v-select>
114
114
  </div>
115
115
  <div style="" class="col-sm-4 form-group">
116
- <label for="f_is_empty" class="font_normal_body ">空&ensp;&ensp;房</label>
116
+ <label for="f_is_empty" class="font_normal_body ">&ensp;最新状态</label>
117
117
  <v-select id="f_is_empty" :value.sync="baseinfo.base.f_is_empty" v-model="baseinfo.base.f_is_empty"
118
- :options='isempty' placeholder='是否空房' style="width: 65%" :value-single="true"
118
+ :options='isempty' placeholder='客户最新状态' style="width: 65%" :value-single="true"
119
119
  close-on-select></v-select>
120
120
  </div>
121
121
  <div class="col-sm-4 form-group">
@@ -306,7 +306,7 @@
306
306
  mgq: this.$appdata.getParam('是否煤改气'),
307
307
  isvacant: [{label: '是', value: '是'}, {label: '否', value: '否'}],
308
308
  isalone: [{label: '是', value: '是'}, {label: '否', value: '否'}],
309
- isempty: [{label: '', value: '是'}, {label: '否', value: '否'}],
309
+ isempty: this.$appdata.getParam('客户最新状态'),
310
310
  costtype: this.$appdata.getParam('付款类型'),
311
311
  usernature: this.$appdata.getParam('用户性质'),
312
312
  userlevel: this.$appdata.getParam('用户等级'),
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Wed May 13 15:19:48 CST 2026
2
- gradle.version=5.2.1
File without changes