Browse Source

任务提报查看表单隐藏左侧列表

luckysheet-xiaowang-Intelligen
mk 1 year ago
parent
commit
b230968d4c
  1. 6
      src/views/modules/base/smartExcel/cpts/excel-add.vue
  2. 2
      src/views/modules/base/smartExcel/cpts/filling-info.vue

6
src/views/modules/base/smartExcel/cpts/excel-add.vue

@ -310,10 +310,10 @@ export default {
},
handleClickSave() {
console.log(this.form, 'addForm');
this.$refs['dataForm'].validate(async valid => {
this.$refs['dataForm'].validate( async valid => {
if (valid) {
await this.saveLuckysheet()
await this.saveEvent()
await this.saveLuckysheet()
await this.saveEvent()
}
})
},

2
src/views/modules/base/smartExcel/cpts/filling-info.vue

@ -90,7 +90,7 @@
</div>
</div>
<div v-if="showView">
<excel-view @close="close" :workbookId="workbookId" :pageType="'filling'"></excel-view>
<excel-view @close="close" :workbookId="workbookId" :pageType="'filling'" :sheetTotal="true"></excel-view>
</div>
<el-dialog title="转派其他接收人" :visible.sync="showPersonel" width="50%" :close-on-click-modal="false">
<acceptingPersonel :showType="showType" :acceptingId="formData.acceptingId"

Loading…
Cancel
Save