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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.516",
3
+ "version": "3.6.517",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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: ''}, ...this.$appdata.getParam('是否长期安检')]
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: ''}, ...this.$appdata.getParam('是否长期安检')]
504
+ return [{label: ' 全部 ', value: ''}, {label: ' 是 ', value: this.$appdata.getSingleValue('是否长期未安检')}]
505
505
  },
506
506
  tablestate () {
507
507
  return [{label: ' 全部 ', value: ''}, {label: '正常', value: '正常'}, {label: '停用', value: '停用'}]
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Mon Apr 07 14:28:49 CST 2025
2
- gradle.version=5.2.1
Binary file
File without changes