|
@@ -196,17 +196,9 @@
|
|
scope.row.unallocatedAmount > 0)
|
|
scope.row.unallocatedAmount > 0)
|
|
" @click="allot(scope.row)" type="primary">分配</el-button>
|
|
" @click="allot(scope.row)" type="primary">分配</el-button>
|
|
<!-- <el-button v-if='scope.row.approveStatus=="已驳回"' @click="del(0,scope.row)" type="primary">删除</el-button> -->
|
|
<!-- <el-button v-if='scope.row.approveStatus=="已驳回"' @click="del(0,scope.row)" type="primary">删除</el-button> -->
|
|
- <el-button v-if="scope.row.status == '已驳回'" @click="del(0, scope.row)" type="danger">删除</el-button>
|
|
|
|
- <el-button v-if="
|
|
|
|
- scope.row.approveStatus == '待财务审核' ||
|
|
|
|
- scope.row.approveStatus == '待决策人审核' ||
|
|
|
|
- scope.row.approveStatus == '待内勤审核'
|
|
|
|
- " @click="aduit(scope.row)" type="primary">审核</el-button>
|
|
|
|
- <el-button v-if="
|
|
|
|
- !scope.row.approveStatus &&
|
|
|
|
- scope.row.expensesType == 2 &&
|
|
|
|
- scope.row.status == '待付款'
|
|
|
|
- " @click="payment(scope.row)" type="primary">付款</el-button>
|
|
|
|
|
|
+ <el-button v-if='scope.row.status=="已驳回"' @click="del(0,scope.row)" type="danger">删除</el-button>
|
|
|
|
+ <el-button v-if='scope.row.approveStatus=="待财务审核"||scope.row.approveStatus=="待决策人审核"||scope.row.approveStatus=="待内勤审核"||scope.row.approveStatus=="待单证中心审核"' @click="aduit(scope.row)" type="primary">审核</el-button>
|
|
|
|
+ <el-button v-if='!scope.row.approveStatus&&scope.row.expensesType==2&&scope.row.status=="待付款"' @click="payment(scope.row)" type="primary">付款</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="expenseRemarks" label="分配状态">
|
|
<el-table-column prop="expenseRemarks" label="分配状态">
|