【修改】修改编辑报告流程
This commit is contained in:
@@ -54,18 +54,17 @@
|
||||
v-if="showTransfer" round
|
||||
>转办</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
||||
size="large"
|
||||
class="common-button-primary"
|
||||
class="common-button-primary bgPink"
|
||||
@click="handleSubmit('n')"
|
||||
:loading="btyLoading"
|
||||
v-if="showNoAgree" round>
|
||||
不同意
|
||||
</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="large"
|
||||
class="common-button-primary"
|
||||
class="common-button-primary bgPink"
|
||||
@click="handleSubmit('y')"
|
||||
:loading="tyLoading"
|
||||
v-if="showAgree" round>
|
||||
@@ -90,9 +89,9 @@
|
||||
重置
|
||||
</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
||||
size="large"
|
||||
class="common-button-primary"
|
||||
class="common-button-primary bgPink"
|
||||
@click="handleSubmit"
|
||||
:loading="submitLoading"
|
||||
v-if="showSubmit" round
|
||||
@@ -434,4 +433,9 @@ export default {
|
||||
//background-color:#8400ff;
|
||||
border: none;
|
||||
}
|
||||
.bgPink{
|
||||
background-color: rgba(132, 0, 255, 1);
|
||||
border-color: rgba(132, 0, 255, 1);
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -190,6 +190,9 @@ export default {
|
||||
getReportDetail(){
|
||||
this.$api.report.getReportDetail(this.ids).then(res=>{
|
||||
this.processForm=res.data
|
||||
this.processForm.reportId=this.processForm.id
|
||||
delete this.processForm['id']
|
||||
|
||||
})
|
||||
},
|
||||
handleReset() {
|
||||
|
||||
Reference in New Issue
Block a user