52784 【WELINK】标准调研流程-审核节点 将退回按钮更改为驳回

This commit is contained in:
宋伟佳
2022-05-13 10:44:58 +08:00
parent 7665220db6
commit 591ce818a8
3 changed files with 40 additions and 36 deletions
@@ -88,17 +88,19 @@
<div class="content" v-show="active === '2'"> <div class="content" v-show="active === '2'">
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table> <Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
</div> </div>
<ProcessFooter <ProcessFooter
show-submit show-submit
:submitLoading="isSubmit" show-back
@submit="handleSubmit" approval
show-back @back="handleSubmitNo"
@back="handleSubmitNo" :submitLoading="isSubmit"
show-transfer :saveLoading="saveLoading"
@transfer="handleTransfer" show-transfer
submitBTNText="同意" @transfer="handleTransfer"
> @submit="handleSubmit"
</ProcessFooter> submitBTNText="同意"
>
</ProcessFooter>
<phone-role <phone-role
role-title="转办处理人" role-title="转办处理人"
:is-show-phone.sync="drawerModal" :is-show-phone.sync="drawerModal"
@@ -88,17 +88,19 @@
<div class="content" v-show="active === '2'"> <div class="content" v-show="active === '2'">
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table> <Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
</div> </div>
<ProcessFooter <ProcessFooter
show-submit show-submit
:submitLoading="isSubmit" show-back
@submit="handleSubmit" approval
show-back @back="handleSubmitNo"
@back="handleSubmitNo" :submitLoading="isSubmit"
show-transfer :saveLoading="saveLoading"
@transfer="handleTransfer" show-transfer
submitBTNText="同意" @transfer="handleTransfer"
> @submit="handleSubmit"
</ProcessFooter> submitBTNText="同意"
>
</ProcessFooter>
<phone-role <phone-role
role-title="转办处理人" role-title="转办处理人"
:is-show-phone.sync="drawerModal" :is-show-phone.sync="drawerModal"
@@ -151,7 +153,7 @@
ProcessTitle ProcessTitle
}, },
methods: { methods: {
handleTransfer() { handleTransferhandleTransfer() {
this.drawerModal = true this.drawerModal = true
}, },
checkedRole (data) { checkedRole (data) {
@@ -88,19 +88,19 @@
<div class="content" v-show="active === '2'"> <div class="content" v-show="active === '2'">
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table> <Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
</div> </div>
<ProcessFooter <ProcessFooter
show-submit show-submit
:submitLoading="isSubmit" show-back
:saveLoading="saveLoading" approval
@save="handleSave" @back="handleSubmitNo"
@submit="handleSubmit" :submitLoading="isSubmit"
show-back :saveLoading="saveLoading"
show-transfer show-transfer
@transfer="handleTransfer" @transfer="handleTransfer"
@back="handleSubmitNo" @submit="handleSubmit"
submitBTNText="同意" submitBTNText="同意"
> >
</ProcessFooter> </ProcessFooter>
<phone-role <phone-role
role-title="转办处理人" role-title="转办处理人"
:is-show-phone.sync="drawerModal" :is-show-phone.sync="drawerModal"