李劲龙 2 weeks ago
parent c785db1a5d
commit 65b1a03417

@ -440,7 +440,8 @@ export default {
taskId: row.taskId,
assetId: row.id,
type: this.activeName,
zcdwmc: row.zcdwmc
zcdwmc: row.zcdwmc,
taskInfo:'taskInfo'
}
})
}

@ -271,12 +271,11 @@
<el-button type="warning" @click="newAssets(2)"></el-button>
<el-button type="primary" @click="newAssets(3)" :loading="loading">提交</el-button>
</el-row>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
</el-form>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
<el-button type="danger" @click="JGnewAssets(0)"></el-button>
<el-button type="primary" @click="JGnewAssets(1)" >通过</el-button>
</el-row>
</el-form>
</div>
</div>
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
@ -394,6 +393,9 @@ export default {
this.getInfo()
this.disabled = false;
}
if(this.$route.query.taskInfo == 'taskInfo'){
this.disabled = true;
}
},
methods:{
getInfo(id){

@ -319,12 +319,13 @@
<el-button type="primary" @click="newAssets(3)" :loading="loading">提交</el-button>
</el-row>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
</el-form>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
v-if="pageType !== 'look' && $route.name == 'taskAuditInfo'">
<el-button type="danger" @click="JGnewAssets(0)"></el-button>
<el-button type="primary" @click="JGnewAssets(1)"></el-button>
</el-row>
</el-form>
</div>
</div>
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
@ -441,6 +442,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
if(this.$route.query.taskInfo == 'taskInfo'){
this.disabled = true;
}
},
methods: {

@ -213,11 +213,12 @@
<el-button type="primary" @click="newAssets(3)" :loading="loading">提交</el-button>
</el-row>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
</el-form>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
<el-button type="danger" @click="JGnewAssets(0)"></el-button>
<el-button type="primary" @click="JGnewAssets(1)" >通过</el-button>
</el-row>
</el-form>
</div>
</div>
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
@ -314,6 +315,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
if(this.$route.query.taskInfo == 'taskInfo'){
this.disabled = true;
}
},
methods:{
getInfo(id){

@ -189,11 +189,12 @@
<el-button type="primary" @click="newAssets(3)" :loading="loading">提交</el-button>
</el-row>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
</el-form>
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;" v-if="pageType !== 'look' &&$route.name == 'taskAuditInfo'" >
<el-button type="danger" @click="JGnewAssets(0)"></el-button>
<el-button type="primary" @click="JGnewAssets(1)" >通过</el-button>
</el-row>
</el-form>
</div>
</div>
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
@ -292,6 +293,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
if(this.$route.query.taskInfo == 'taskInfo'){
this.disabled = true;
}
},
methods:{
getInfo(id){

Loading…
Cancel
Save