|
@@ -472,20 +472,20 @@
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
<td>统一社会信用代码</td>
|
|
<td>统一社会信用代码</td>
|
|
- <td>{{fixation.tyshxydm}}</td>
|
|
|
|
|
|
+ <td>{{form.tyshxydm}}</td>
|
|
<td>单位名称</td>
|
|
<td>单位名称</td>
|
|
- <td>{{fixation.jgmc}}</td>
|
|
|
|
|
|
+ <td>{{form.jgmc}}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>单位所属行政区划</td>
|
|
<td>单位所属行政区划</td>
|
|
- <td>{{fixation.ssxzqh}}</td>
|
|
|
|
|
|
+ <td>{{form.ssxzqh}}</td>
|
|
<td>兴办主体</td>
|
|
<td>兴办主体</td>
|
|
<!-- <td>{{fixation.xbzt}}</td>-->
|
|
<!-- <td>{{fixation.xbzt}}</td>-->
|
|
- <td>{{translateDict('CH010',fixation.xbzt)}}</td>
|
|
|
|
|
|
+ <td>{{translateDict('CH010',form.xbzt)}}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>单位通信地址</td>
|
|
<td>单位通信地址</td>
|
|
- <td colspan="3">{{fixation.txdz}}</td>
|
|
|
|
|
|
+ <td colspan="3">{{form.txdz}}</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>消防安全负责人姓名(法定代表人或主要负责人)</td>
|
|
<td>消防安全负责人姓名(法定代表人或主要负责人)</td>
|
|
@@ -805,7 +805,8 @@
|
|
accessoryIndex: 0,
|
|
accessoryIndex: 0,
|
|
accessoryIs: false,
|
|
accessoryIs: false,
|
|
openXQ: false,
|
|
openXQ: false,
|
|
- submitFormLoading:false
|
|
|
|
|
|
+ submitFormLoading:false,
|
|
|
|
+ xzqh:null,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -900,14 +901,14 @@
|
|
return this.selectDictLabel(this.dict.type[type], value)
|
|
return this.selectDictLabel(this.dict.type[type], value)
|
|
},
|
|
},
|
|
changeIsSf(index) {
|
|
changeIsSf(index) {
|
|
- this.yljgJcxmxxList[index].bwsdjtqk = null
|
|
|
|
- this.yljgJcxmxxList[index].zgcs = null
|
|
|
|
- this.yljgJcxmxxList[index].fzr = null
|
|
|
|
- this.yljgJcxmxxList[index].zgwcsx = null
|
|
|
|
- this.yljgJcxmxxList[index].isWczg = null
|
|
|
|
- this.yljgJcxmxxList[index].wczfsj = null
|
|
|
|
- this.yljgJcxmxxList[index].zgwcqk = null
|
|
|
|
- this.yljgJcxmxxList[index].fj = null
|
|
|
|
|
|
+ this.form.yljgJcxmxxList[index].bwsdjtqk = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].zgcs = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].fzr = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].zgwcsx = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].isWczg = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].wczfsj = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].zgwcqk = null
|
|
|
|
+ this.form.yljgJcxmxxList[index].fj = null
|
|
},
|
|
},
|
|
accessory(index, title, is) {
|
|
accessory(index, title, is) {
|
|
if (is == 'true') {
|
|
if (is == 'true') {
|
|
@@ -1182,6 +1183,7 @@
|
|
rules: rules
|
|
rules: rules
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ console.log(this.form.yljgJcxmxxList,'this.form.yljgJcxmxxList');
|
|
this.copyForm=this.deepCopy({...this.form,pbqk:this.form.pbqk.join(',')})
|
|
this.copyForm=this.deepCopy({...this.form,pbqk:this.form.pbqk.join(',')})
|
|
this.title = '修改消防安全自查'
|
|
this.title = '修改消防安全自查'
|
|
})
|
|
})
|