|
|
@ -222,28 +222,26 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</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 == 'mytaskAuditInfo'">
|
|
|
|
v-if="pageType !== 'look' && $route.name == 'mytaskAuditInfo'">
|
|
|
|
<el-button type="danger" @click="newAssets(0)">关停</el-button>
|
|
|
|
<el-button type="danger" @click="newAssets(0)">关停</el-button>
|
|
|
|
<el-button @click="newAssets(1)">取消</el-button>
|
|
|
|
<el-button @click="newAssets(1)">取消</el-button>
|
|
|
|
<el-button type="warning" @click="newAssets(2)">暂存</el-button>
|
|
|
|
<el-button type="warning" @click="newAssets(2)">暂存</el-button>
|
|
|
|
<el-button type="success" @click="newAssets(3)" :loading="loading">提交</el-button>
|
|
|
|
<el-button type="success" @click="newAssets(3)" :loading="loading">提交</el-button>
|
|
|
|
<!-- <el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button> -->
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
|
|
|
|
|
|
|
|
v-if="pageType == 'look'">
|
|
|
|
|
|
|
|
<el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button>
|
|
|
|
<el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
|
|
|
|
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
|
|
|
|
v-if="pageType !== 'look' && $route.name == 'taskAuditInfo'">
|
|
|
|
v-if="pageType !== 'look' && $route.name == 'taskAuditInfo'">
|
|
|
|
<el-button type="danger" @click="JGnewAssets(0)">不通过</el-button>
|
|
|
|
<el-button type="danger" @click="JGnewAssets(0)">不通过</el-button>
|
|
|
|
<el-button type="primary" @click="JGnewAssets(1)">通过</el-button>
|
|
|
|
<el-button type="primary" @click="JGnewAssets(1)">通过</el-button>
|
|
|
|
<!-- <el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button> -->
|
|
|
|
<el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button>
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
<el-row style="margin: 10px 0 ;padding-bottom: 50px; text-align: center;"
|
|
|
|
|
|
|
|
v-else>
|
|
|
|
|
|
|
|
<el-button type="primary" @click="sendBack" class="fanhuipiaofu">返回</el-button>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
|
|
|
|
<baofei ref='baofei' :ruleForm='ruleForm' @assetTaskzc="guanting"></baofei>
|
|
|
|