sale-client 3.6.375-preview → 3.6.376-preview

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.375-preview",
3
+ "version": "3.6.376-preview",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -212,17 +212,17 @@
212
212
  :placeholder="getConfigPlaceholder('f_user_level','用户等级')" close-on-select>
213
213
  </v-select>
214
214
  </div>
215
- <div class="col-sm-4 form-group" v-if="getConfigShowItem('f_user_nature')"
216
- v-show="(formconfig && formconfig.f_user_nature && formconfig.f_user_nature.required) || !onlyshowmust"
217
- :class="[$v.f_user_nature.required ? 'has-error' : '']">
218
- <label for="f_user_nature" class="font_normal_body" title="用户性质">&ensp;{{getConfigLabelName('f_user_nature','用气类型')}}</label>
219
- <input type="text" v-show="false" v-model="baseinfo.base.f_user_nature"
220
- v-validate:f_user_nature=getConfigValidate("f_user_nature",false)>
221
- <v-select :value.sync="baseinfo.base.f_user_nature" :search="false" :value-single="true"
222
- :placeholder="getConfigPlaceholder('f_user_nature','用气类型')"
223
- :options='usernature' close-on-select>
224
- </v-select>
225
- </div>
215
+ <!-- <div class="col-sm-4 form-group" v-if="getConfigShowItem('f_user_nature')"-->
216
+ <!-- v-show="(formconfig && formconfig.f_user_nature && formconfig.f_user_nature.required) || !onlyshowmust"-->
217
+ <!-- :class="[$v.f_user_nature.required ? 'has-error' : '']">-->
218
+ <!-- <label for="f_user_nature" class="font_normal_body" title="用户性质">&ensp;{{getConfigLabelName('f_user_nature','用气类型')}}</label>-->
219
+ <!-- <input type="text" v-show="false" v-model="baseinfo.base.f_user_nature"-->
220
+ <!-- v-validate:f_user_nature=getConfigValidate("f_user_nature",false)>-->
221
+ <!-- <v-select :value.sync="baseinfo.base.f_user_nature" :search="false" :value-single="true"-->
222
+ <!-- :placeholder="getConfigPlaceholder('f_user_nature','用气类型')"-->
223
+ <!-- :options='usernature' close-on-select>-->
224
+ <!-- </v-select>-->
225
+ <!-- </div>-->
226
226
  <div class="col-sm-4 form-group" v-if="getConfigShowItem('f_olduserinfo_code')"
227
227
  v-show="(formconfig && formconfig.f_olduserinfo_code && formconfig.f_olduserinfo_code.required) || !onlyshowmust"
228
228
  :class="[$v.f_olduserinfo_code.required ? 'has-error' : '']">
@@ -267,10 +267,10 @@
267
267
  v-show="(formconfig && formconfig.f_user_gas_type && formconfig.f_user_gas_type.required) || !onlyshowmust">
268
268
  <label for="f_user_gas_type" class="font_normal_body" title="用气类型">&ensp;{{getConfigLabelName('f_user_gas_type','用气类型')}}</label>
269
269
  <input type="text" v-show="false" v-model="baseinfo.base.f_user_gas_type"
270
- v-validate:f_user_tags=getConfigValidate("f_user_gas_type",false)>
270
+ v-validate:f_user_gas_type=getConfigValidate("f_user_gas_type",false)>
271
271
  <v-select :value.sync="baseinfo.base.f_user_gas_type" :search="false" :value-single="true"
272
272
  v-model="baseinfo.base.f_user_gas_type"
273
- :placeholder="getConfigPlaceholder('f_user_gas_type','')"
273
+ :placeholder="getConfigPlaceholder('f_user_gas_type','用气类型')"
274
274
  :options='fugou_gas_type' close-on-select>
275
275
  </v-select>
276
276
  </div>