|
@@ -185,7 +185,7 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<el-tab-pane name="3" label="准入范围" :disabled="!certId">
|
|
<el-tab-pane name="3" label="准入范围" :disabled="!certId">
|
|
|
<tech-list ref="techList" :data.sync="techList" @close="getbuslist" :canadd="add_flat" height="360px"
|
|
<tech-list ref="techList" :data.sync="techList" @close="getbuslist" :canadd="add_flat" height="360px"
|
|
|
- style="margin-top: 20px"></tech-list>
|
|
|
|
|
|
|
+ style="margin-top: 20px" :candelete="delete_flat"></tech-list>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<el-tab-pane name="4" label="企业资质" :disabled="!certId">
|
|
<el-tab-pane name="4" label="企业资质" :disabled="!certId">
|
|
|
<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="add_flat" @close="selectAuditOrg"
|
|
<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="add_flat" @close="selectAuditOrg"
|
|
@@ -308,6 +308,7 @@
|
|
|
|
|
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
|
|
+ delete_flat:true,
|
|
|
activeName: '1',
|
|
activeName: '1',
|
|
|
chooseAuditorVisible: false,
|
|
chooseAuditorVisible: false,
|
|
|
showReturn: 1,
|
|
showReturn: 1,
|
|
@@ -481,8 +482,18 @@
|
|
|
} else {
|
|
} else {
|
|
|
this.initDatas()
|
|
this.initDatas()
|
|
|
}
|
|
}
|
|
|
|
|
+ this.Jurisdiction()
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ Jurisdiction(){
|
|
|
|
|
+ api.getJurisdiction(this.$axios).then(res => {
|
|
|
|
|
+ if(!res.data.item){
|
|
|
|
|
+ this.delete_flat=false
|
|
|
|
|
+ }
|
|
|
|
|
+ }).catch(err => {
|
|
|
|
|
+ console.error(err)
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
confirm () {
|
|
confirm () {
|
|
|
this.$confirm('确认提交入库','提示',{
|
|
this.$confirm('确认提交入库','提示',{
|
|
|
confirmButtonText: '确认',
|
|
confirmButtonText: '确认',
|