|
@@ -275,7 +275,9 @@
|
|
|
|
|
|
<div v-if="ins == 31" style="width: 15%" class="tableRightBtn">
|
|
|
<template v-if="!obtainMonthlyFinancialStatementsRows.lastSendTime">
|
|
|
- <el-button type="success" size="small" @click="confirmTheFinalDraft()">确定定稿</el-button>
|
|
|
+ <el-button type="success" size="small" @click="confirmTheFinalDraft()" :disabled="obtainMonthlyFinancialStatementsRows.status">
|
|
|
+ {{ obtainMonthlyFinancialStatementsRows.status == 1 ? '已定稿' : '确定定稿' }}
|
|
|
+ </el-button>
|
|
|
<el-button type="primary" size="small" @click="immediateVisableCli()" :disabled="!obtainMonthlyFinancialStatementsRows.timesheetDate">立即发送</el-button>
|
|
|
</template>
|
|
|
<el-link type="success" :underline="false" v-else>
|