sale-client 3.5.159 → 3.5.161

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.5.159",
3
+ "version": "3.5.161",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -196,11 +196,17 @@
196
196
  </div>
197
197
  <div class="col-sm-4 form-group">
198
198
  <label for="f_gas_person" class="font_normal_body">&ensp;通&ensp;气&ensp;人</label>
199
- <input type="text" class="input_search" style="width:60%" style="width:60%" v-model="row.f_gas_person"
200
- placeholder='通气人'></input>
201
- <!-- <v-select :value.sync="row.f_gas_person" v-model="row.f_gas_person"
202
- :options='gasperson' placeholder='通气人'
203
- close-on-select></v-select> -->
199
+ <!-- <input type="text" class="input_search" style="width:60%" style="width:60%" v-model="row.f_gas_person"-->
200
+ <!-- placeholder='通气人'></input>-->
201
+ <v-select id="f_gas_person"
202
+ :value.sync="row.f_gas_person"
203
+ v-model="row.f_gas_person"
204
+ :options='gasperson'
205
+ :value-single="true"
206
+ placeholder='通气人'
207
+ search
208
+ close-on-select>
209
+ </v-select>
204
210
  </div>
205
211
  <div class="col-sm-4 form-group">
206
212
  <input type="text" v-model="$refs.f_gas_date.value" v-show="false" >
@@ -984,6 +990,9 @@
984
990
  aroundmeters () {
985
991
  return this.$appdata.getParam('左右表')
986
992
  },
993
+ gasperson () {
994
+ return this.$appdata.getParam('通气人')
995
+ },
987
996
  positions () {
988
997
  return this.$appdata.getParam('安装位置')
989
998
  },