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 +1 -1
- package/src/filiale/tongchuan/FileUserFiles.vue +6 -6
- package/src/filiale/tongchuan/UserEssentialInfoTest.vue +3 -3
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -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"
|
|
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='
|
|
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: '全部',
|
|
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 "
|
|
116
|
+
<label for="f_is_empty" class="font_normal_body "> 最新状态</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='
|
|
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:
|
|
309
|
+
isempty: this.$appdata.getParam('客户最新状态'),
|
|
310
310
|
costtype: this.$appdata.getParam('付款类型'),
|
|
311
311
|
usernature: this.$appdata.getParam('用户性质'),
|
|
312
312
|
userlevel: this.$appdata.getParam('用户等级'),
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|