sale-client 3.6.52 → 3.6.53

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.52",
3
+ "version": "3.6.53",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -116,7 +116,18 @@
116
116
  condition="f_receive_date <= '{}'">
117
117
  </datepicker>
118
118
  </div>
119
-
119
+ <div :class="$parent.$parent.styles" >
120
+ <label class="font_normal_body">表通道类型</label>
121
+ <v-select
122
+ placeholder='表通道类型'
123
+ :value.sync="model.f_iot_type"
124
+ style="width:60%"
125
+ v-model="model.f_iot_type"
126
+ :options='$parent.$parent.iottypes'
127
+ close-on-select
128
+ condition="f_iot_type='{}'">
129
+ </v-select>
130
+ </div>
120
131
  </div>
121
132
  </div>
122
133
  </div>
@@ -223,6 +234,7 @@ export default {
223
234
  meterbrand: [],
224
235
  azstate: [{label: '全部', value: ''}, {label: '已安装', value: '已安装'}, {label: '未安装', value: '未安装'}],
225
236
  isreceived:[{label: '全部', value: ''}, {label: '已领用', value: '是'}, {label: '未领用', value: '否'}],
237
+ iottypes: this.$appdata.getParam('表通道类型') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('表通道类型')] : [],
226
238
  has_admin_permission: false,
227
239
  has_sh_permission: false,
228
240
  jurisdiction: this.$login.r,