刘翔宇-旅管家 3 years ago
parent 6c6967da24
commit 9a40f843a8

@ -192,9 +192,10 @@
<Button class="slot-btns-item" size="small" type="primary" @click="askProcess(scope.row)"> <Button class="slot-btns-item" size="small" type="primary" @click="askProcess(scope.row)">
</Button> </Button>
</template> </template>
<!--会签状态为 待会签 请示流程完成||()-->
<!--不需要走采购流程那么直接就是会签如果采购方式不需要招标的也是直接会签-->
<template <template
v-if="(scope.row.join_status === 1 && ((scope.row.invite_status === 3)||((scope.row.purchase_way ? scope.row.purchase_way.remark === 'true' : false) && scope.row.purchase_status === 3)) || ( scope.row.is_substitute && scope.row.join_status === 1) ) "> v-if="(scope.row.join_status === 1 && ((scope.row.invite_status === 3)||((scope.row.purchase_way ? scope.row.purchase_way.remark === 'false' : false) && scope.row.purchase_status === 3)) || ( scope.row.is_substitute && scope.row.join_status === 1) ) ">
<Button class="slot-btns-item" size="small" type="primary" @click="signProcess(scope.row)"> <Button class="slot-btns-item" size="small" type="primary" @click="signProcess(scope.row)">
</Button> </Button>

Loading…
Cancel
Save