Browse Source

任务接收者在提交表单时,上面加“自动检查”和下载按钮。

resetPassword
是小王呀\24601 5 months ago
parent
commit
350f1d22ba
  1. 4
      src/views/modules/base/smartExcel/cpts/excel-view.vue

4
src/views/modules/base/smartExcel/cpts/excel-view.vue

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

Loading…
Cancel
Save