|
|
|
@ -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-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){
|
|
|
|
|