safecheck-client 4.0.2-75 → 4.0.2-77

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,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "4.0.2-75",
4
+ "version": "4.0.2-77",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -262,8 +262,7 @@
262
262
  "表箱号":{"index":11,"type":"string","readonly": true},
263
263
  "燃气表照片1":{"index":12,"type":"picture","checkmust": false},
264
264
  "燃气表照片2":{"index":13,"type":"picture","checkmust": false},
265
- "燃气表照片3":{"index":14,"type":"picture","checkmust": false},
266
- "燃气表照片4":{"index":15,"type":"picture","checkmust": false}
265
+ "燃气表照片3":{"index":14,"type":"picture","checkmust": false}
267
266
  }
268
267
  // 注意,配置项的index必须与上面的固定配置保持'顺序'
269
268
  },
@@ -2008,6 +2007,7 @@
2008
2007
  this.$set('data.f_residential_area' , this.item.f_residential_area)
2009
2008
  this.$set('data.f_idnumber', this.item.f_plan_meters[0].f_idnumber)
2010
2009
  this.$set('data.f_gasproperties', this.item.f_plan_meters[0].f_gasproperties)
2010
+ this.$set('data.f_appliance_type', this.item.f_plan_meters[0].f_appliance_type)
2011
2011
  this.$set('data.f_comments', this.item.f_comments)
2012
2012
  this.$set('data.f_userproperties', this.item.f_userproperties)
2013
2013
  this.$set('data.f_client_evaluation', '满意')
@@ -69,6 +69,10 @@
69
69
  <p class="panel-title col-xs-5 text-left font" style="width: 30%;float: left"><b>用气性质:</b></p>
70
70
  <p class="panel-title col-xs-7 text-left input-font">{{ userinfo.f_gasproperties.slice(0, -2) }}</p>
71
71
  </div>
72
+ <div class="col-xs-12" style="padding: 2px 0" v-show="userinfo.f_check_type == '非民用'">
73
+ <p class="panel-title col-xs-5 text-left font" style="width: 30%;float: left"><b>燃气设施信息:</b></p>
74
+ <p class="panel-title col-xs-7 text-left input-font">{{ userinfo.f_appliance_type }}</p>
75
+ </div>
72
76
  <div class="form-group col-md-12 col-sm-12 col-xs-12" v-show="userinfo.f_check_type == '非民用'">
73
77
  <div class="row">
74
78
  <p class="panel-title col-xs-5 text-left font" style="width: 30%;float: left"><b>用户信息是否一致:</b></p>