|
|
@ -19,7 +19,7 @@ |
|
|
|
<div> |
|
|
|
<el-button type="text" round @click="handelClickBack" icon="el-icon-back" |
|
|
|
v-if="(!sheetTotal && pageType == 'filling') || (sheetTotal && pageType != 'filling')">返回</el-button> |
|
|
|
<el-button type="warning" v-if="pageType === 'add'" @click="handleClickInspect"> 自动检查</el-button> |
|
|
|
<el-button type="warning" v-if="pageType === 'add'||pageType==='filling'" @click="handleClickInspect"> 自动检查</el-button> |
|
|
|
<el-button type="success" @click="onClickUplond()" > 智能填表</el-button> |
|
|
|
</div> |
|
|
|
<div> |
|
|
@ -29,7 +29,7 @@ |
|
|
|
@click="handleClickCurrencyEvent('archived')"> 审核存档</el-button> |
|
|
|
<el-button type="primary" v-if="pageType === 'filling' && taskStateName !== '已存档'" |
|
|
|
@click="handleClickCurrencyEvent('submit')"> 提交</el-button> |
|
|
|
<el-button type="primary" @click="handleClickExportExcel()" v-if="sheetTotal"> 导出</el-button> |
|
|
|
<el-button type="primary" @click="handleClickExportExcel()" v-if="sheetTotal||pageType==='filling'"> 导出</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="luckysheet" :style="{ height: tableHeight }"></div> |
|
|
|