|
|
|
@ -25,8 +25,8 @@ |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<!-- --> |
|
|
|
<el-button type="danger" v-if="pageType === 'add'" @click="handleClickCurrencyEvent('rejected')"> 驳回重提</el-button> |
|
|
|
<el-button type="primary" v-if="pageType === 'add'" @click="handleClickCurrencyEvent('archived')"> 审核存档</el-button> |
|
|
|
<el-button type="danger" v-if="pageType === 'add' && !sheetTotal" @click="handleClickCurrencyEvent('rejected')"> 驳回重提</el-button> |
|
|
|
<el-button type="primary" v-if="pageType === 'add'&& !sheetTotal" @click="handleClickCurrencyEvent('archived')"> 审核存档</el-button> |
|
|
|
<el-button type="primary" v-if="pageType === 'filling'" @click="handleClickCurrencyEvent('submit')"> 保存</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|