sale-client 3.6.516 → 3.6.517
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/hantou/WebMeterBatchOperationValve.vue +2 -2
- package/src/filiale/hantou/batchDisable.vue +1 -1
- 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/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<label class="font_normal_body">是否长期未安检</label>
|
|
171
171
|
<v-select :value.sync="model.f_check_day" v-model="model.f_check_day"
|
|
172
172
|
:options='$parent.$parent.checkState' placeholder='请选择'
|
|
173
|
-
condition="f_check_day
|
|
173
|
+
condition="f_check_day > '{}'"
|
|
174
174
|
close-on-select></v-select>
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
@@ -935,7 +935,7 @@ import axios from 'axios'
|
|
|
935
935
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('指令状态')]
|
|
936
936
|
},
|
|
937
937
|
checkState () {
|
|
938
|
-
return [{label: ' 全部 ', value: ''},
|
|
938
|
+
return [{label: ' 全部 ', value: ''}, {label: ' 是 ', value: this.$appdata.getSingleValue('是否长期未安检')}]
|
|
939
939
|
}
|
|
940
940
|
},
|
|
941
941
|
watch: {
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('是否欠费')]
|
|
502
502
|
},
|
|
503
503
|
checkState () {
|
|
504
|
-
return [{label: ' 全部 ', value: ''},
|
|
504
|
+
return [{label: ' 全部 ', value: ''}, {label: ' 是 ', value: this.$appdata.getSingleValue('是否长期未安检')}]
|
|
505
505
|
},
|
|
506
506
|
tablestate () {
|
|
507
507
|
return [{label: ' 全部 ', value: ''}, {label: '正常', value: '正常'}, {label: '停用', value: '停用'}]
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|