|
@@ -184,7 +184,7 @@
|
|
|
<div class="btn btn-medium btn-info" @click="submitProjectRequest()">提交项目</div>
|
|
|
<div class="btn btn-medium btn-info" @click="applyProject()">接受项目</div>
|
|
|
<div class="btn btn-medium btn-info" @click="modifyForm()">修改</div>
|
|
|
- <div class="btn btn-medium btn-info" @click="analyseDemand()">分析需求</div>
|
|
|
+ <!--<div class="btn btn-medium btn-info" @click="analyseDemand()">分析需求</div>-->
|
|
|
<div class="btn btn-medium btn-info" @click="createTask()">新建任务</div>
|
|
|
<div class="btn btn-medium btn-info" @click="createReport()">上传报告</div>
|
|
|
</el-form-item>
|
|
@@ -192,53 +192,53 @@
|
|
|
</div>
|
|
|
|
|
|
<!--<div class="create-body" v-if="!isModifyMode">-->
|
|
|
- <!--<div class="title h2">分析需求</div>-->
|
|
|
- <!--<div class="task-list">-->
|
|
|
- <!--<el-table :data="analyseDemandList" style="width: 100%" max-height="400">-->
|
|
|
- <!--<el-table-column prop="institution" label="承接单位" title="承接单位"></el-table-column>-->
|
|
|
- <!--<el-table-column prop="feasibilityReport" sortable label="可行性分析报告">-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<span v-if="!scope.row.feasibilityReport.url">暂无文件</span>-->
|
|
|
- <!--<a-->
|
|
|
- <!--:href="scope.row.feasibilityReport.url"-->
|
|
|
- <!--v-if="scope.row.feasibilityReport.url"-->
|
|
|
- <!--target="_blank"-->
|
|
|
- <!-->-->
|
|
|
- <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
- <!--{{scope.row.feasibilityReport.name}}-->
|
|
|
- <!--</a>-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
- <!--<el-table-column prop="priceAuditReport" sortable label="可行性分析报告">-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<span v-if="!scope.row.priceAuditReport.url">暂无文件</span>-->
|
|
|
- <!--<a-->
|
|
|
- <!--:href="scope.row.priceAuditReport.url"-->
|
|
|
- <!--v-if="scope.row.priceAuditReport.url"-->
|
|
|
- <!--target="_blank"-->
|
|
|
- <!-->-->
|
|
|
- <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
- <!--{{scope.row.priceAuditReport.name}}-->
|
|
|
- <!--</a>-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
+ <!--<div class="title h2">分析需求</div>-->
|
|
|
+ <!--<div class="task-list">-->
|
|
|
+ <!--<el-table :data="analyseDemandList" style="width: 100%" max-height="400">-->
|
|
|
+ <!--<el-table-column prop="institution" label="承接单位" title="承接单位"></el-table-column>-->
|
|
|
+ <!--<el-table-column prop="feasibilityReport" sortable label="可行性分析报告">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--<span v-if="!scope.row.feasibilityReport.url">暂无文件</span>-->
|
|
|
+ <!--<a-->
|
|
|
+ <!--:href="scope.row.feasibilityReport.url"-->
|
|
|
+ <!--v-if="scope.row.feasibilityReport.url"-->
|
|
|
+ <!--target="_blank"-->
|
|
|
+ <!-->-->
|
|
|
+ <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
+ <!--{{scope.row.feasibilityReport.name}}-->
|
|
|
+ <!--</a>-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
+ <!--<el-table-column prop="priceAuditReport" sortable label="可行性分析报告">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--<span v-if="!scope.row.priceAuditReport.url">暂无文件</span>-->
|
|
|
+ <!--<a-->
|
|
|
+ <!--:href="scope.row.priceAuditReport.url"-->
|
|
|
+ <!--v-if="scope.row.priceAuditReport.url"-->
|
|
|
+ <!--target="_blank"-->
|
|
|
+ <!-->-->
|
|
|
+ <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
+ <!--{{scope.row.priceAuditReport.name}}-->
|
|
|
+ <!--</a>-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
|
|
|
- <!--<el-table-column align="right" label="操作">-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<div-->
|
|
|
- <!--class="btn btn-small btn-info"-->
|
|
|
- <!--@click="handleAccept(scope.$index, scope.row.id)"-->
|
|
|
- <!-->接受-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<div-->
|
|
|
- <!--class="btn btn-small btn-danger"-->
|
|
|
- <!--@click="handleReject(scope.$index, scope.row.id)"-->
|
|
|
- <!-->拒绝-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
- <!--</el-table>-->
|
|
|
- <!--</div>-->
|
|
|
+ <!--<el-table-column align="right" label="操作">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--<div-->
|
|
|
+ <!--class="btn btn-small btn-info"-->
|
|
|
+ <!--@click="handleAccept(scope.$index, scope.row.id)"-->
|
|
|
+ <!-->接受-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div-->
|
|
|
+ <!--class="btn btn-small btn-danger"-->
|
|
|
+ <!--@click="handleReject(scope.$index, scope.row.id)"-->
|
|
|
+ <!-->拒绝-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
+ <!--</el-table>-->
|
|
|
+ <!--</div>-->
|
|
|
<!--</div>-->
|
|
|
|
|
|
<div class="create-body" v-if="!isModifyMode">
|