sale-client 3.7.66 → 3.7.67

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.67",
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>
@@ -721,13 +721,13 @@ let loadParamGem = async function (self) {
721
721
  orderFields: {
722
722
  f_userinfo_id: 'no'
723
723
  },
724
- userfilesaddress:this.$appdata.getParam('场站')?[{label: '全部',value: ''}, ...this.$appdata.getParam('场站')] : [],
724
+ userfilesaddress: this.$appdata.getParam('场站')?[{label: '全部',value: ''}, ...this.$appdata.getParam('场站')] : [],
725
725
  createFile: false,
726
- feedmethod:this.$appdata.getParam('供气方式')?[{label: '全部',value: ''}, ...this.$appdata.getParam('供气方式')]:[],
726
+ feedmethod: this.$appdata.getParam('供气方式')?[{label: '全部',value: ''}, ...this.$appdata.getParam('供气方式')]:[],
727
727
  ismgq: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
728
728
  isvacant: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
729
729
  isalone: [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
730
- isempty: [{label: '全部', value: ''},{label: '', value: '是'},{label: '否', value: '否'}],
730
+ isempty: this.$appdata.getParam('客户最新状态')?[{label: '全部',value: ''}, ...this.$appdata.getParam('客户最新状态')] : [],
731
731
  curorgid: [this.$login.f.orgid],
732
732
  f_filialeid: this.$login.f.orgid,
733
733
  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