|
@@ -11,16 +11,16 @@
|
|
|
<a-button @click="Submit" :disabled="!(status=='保存'||status=='返单')">
|
|
|
提交
|
|
|
</a-button>
|
|
|
- <a-button @click="assign" :disabled="!(status=='提交')">
|
|
|
+ <a-button @click="assign" :disabled="!(status=='提交')" v-has="'zpqx:kj'">
|
|
|
指派
|
|
|
</a-button>
|
|
|
- <a-button @click="Approved" :disabled="!(status=='已指派')">
|
|
|
+ <a-button @click="Approved" :disabled="!(status=='已指派')" v-has="'qxan:kj'">
|
|
|
审批通过
|
|
|
</a-button>
|
|
|
- <a-button @click="reject" :disabled="!(status=='已指派')">
|
|
|
+ <a-button @click="reject" :disabled="!(status=='已指派')" v-has="'qxan:kj'">
|
|
|
驳回
|
|
|
</a-button>
|
|
|
- <a-button @click="revokeApproval" :disabled="!(status=='完成')">
|
|
|
+ <a-button @click="revokeApproval" :disabled="!(status=='完成')" v-has="'qxan:kj'">
|
|
|
撤销审批
|
|
|
</a-button>
|
|
|
<a-button @click="handlecLose">
|