apply-clients 4.1.13-weinan-1 → 4.1.15-weinan

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": "apply-clients",
3
- "version": "4.1.13-weinan-1",
3
+ "version": "4.1.15-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -104,7 +104,7 @@ export default{
104
104
  _this.$back()
105
105
  },
106
106
  search () {
107
- var condition = "1=1 and defname = '现场勘察'"
107
+ var condition = "1=1 and (f_apply_type! = '居民报建' or (f_apply_type = '居民报建' and defname = '现场勘察'))"
108
108
  var param = {condition: condition,condValue:[],data:{"id": Vue.user.id,orgid: Vue.user.orgid}}
109
109
  let http = new HttpResetClass()
110
110
  http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,{data:param}).then(res=>{
@@ -8,7 +8,7 @@
8
8
  <div class="col-sm-11 form-group">
9
9
  <div v-for="(index,item) in data.fields">
10
10
  <!--input-->
11
- <div v-if="item.type==='input'" v-show="!item.hidden" :class="[data.fields[index].required&&!(data.fields[index].value) ? 'has-error' : '',data.fields[index].bootstraped?data.fields[index].bootstraped+' form-group':'col-sm-4 form-group']">
11
+ <div v-if="item.type==='input' || item.type==='number'" v-show="!item.hidden" :class="[data.fields[index].required&&!(data.fields[index].value) ? 'has-error' : '',data.fields[index].bootstraped?data.fields[index].bootstraped+' form-group':'col-sm-4 form-group']">
12
12
  <label :class="item.label_bootstraped?item.label_bootstraped+' control-label':'control-label col-sm-6'">{{item.label}}:</label>
13
13
  <div :class="item.value_bootstraped?item.value_bootstraped:'col-sm-6'">
14
14
  <input class="form-control"