| | |
| | | <div class="box_table_head"> |
| | | <div class="box_table_head_item5">备注</div> |
| | | <div class="box_table_head_item5"> |
| | | <input v-model="form.checkInfo" style="width: 100%;height: 45px;border: 0px;outline: none;" placeholder="请输入" v-trim/> |
| | | <input v-model="form.checkInfo" style="width: 100%;height: 45px;border: 0px;outline: none;" placeholder="请输入" v-trim/> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <el-button type="primary" :loading="isWorking.export" @click="check(0)">提交通过</el-button> |
| | | <!-- <el-button type="danger" :loading="isWorking.export" @click="check(1)">审核不通过</el-button>--> |
| | | <el-button @click="visible=false">取消</el-button> |
| | | </template> |
| | | <template v-else-if="type==2" v-slot:footer> |
| | | <el-button @click="visible=false">返回</el-button> |
| | | </template> |
| | | <template v-else v-slot:footer> |
| | | <el-button type="primary" :loading="isWorking.export" @click="exportComFilesDo">企业证件</el-button> |
| | |
| | | import BaseOpera from '@/components/base/BaseOpera' |
| | | import GlobalWindow from '@/components/common/GlobalWindow' |
| | | import {getChangeDetailList, exportJiajianBaoExcel} from "@/api/business/insuranceApply"; |
| | | import {check } from "@/api/business/applyChange"; |
| | | import {exportComFiles} from "@/api/business/company"; |
| | | // import {all as solutionAll} from "@/api/business/solutions"; |
| | | export default { |
| | | name: 'ApplyChangeDetails', |
| | | extends: BaseOpera, |
| | |
| | | // 验证规则 |
| | | rules: { |
| | | }, |
| | | reverse: true, |
| | | reverse: false, |
| | | tableData: [] |
| | | } |
| | | }, |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | open(title,target,target2){ |
| | | open(title,target,target2,target3){ |
| | | this.title=title |
| | | this.visible=true |
| | | this.apply = target |
| | | this.model = target2 |
| | | this.form.id=target.id |
| | | this.form.id=target2.id |
| | | this.type=target3 |
| | | this.getDetailListDo() |
| | | }, |
| | | check (type) { |
| | | this.form.dealBackApply = type |
| | | this.$dialog.messageConfirm('确认进行该操作吗?') |
| | | .then(() => { |
| | | this.isWorking = true |
| | | check(this.form) |
| | | .then(response => { |
| | | this.visible = false |
| | | this.$emit('success') |
| | | }).catch(err => { |
| | | this.$tip.apiFailed(err) |
| | | }) |
| | | }) |
| | | .catch(() => { |
| | | }) |
| | | }, |
| | | getDetailListDo() { |
| | | this.detailList = [] |
| | | var that = this |
| | |
| | | } |
| | | }) |
| | | var index = addDetailList.length > delDetailList.length?addDetailList.length : delDetailList.length |
| | | for(var i = 0;i<index;i++){ |
| | | for (var i = 0;i<index;i++) { |
| | | var addModel = addDetailList.length > i?addDetailList[i]:{} |
| | | var delModel = delDetailList.length > i?delDetailList[i]:{} |
| | | that.detailList.push({add:addModel,del:delModel}); |
| | | console.log(detailList) |
| | | } |
| | | }).catch(err => {}) |
| | | }, |
| | |
| | | font-weight: bold; |
| | | text-align: center; |
| | | padding: 15px; |
| | | box-sizing: border-box; |
| | | } |
| | | .box_header { |
| | | width: 100%; |
| | |
| | | flex-wrap: wrap; |
| | | border-top: 1px solid #b4bbc5; |
| | | border-left: 1px solid #b4bbc5; |
| | | box-sizing: border-box; |
| | | .box_header_item { |
| | | width: 50%; |
| | | height: 50px; |
| | |
| | | color: black; |
| | | background: #f2f2f2; |
| | | border-right: 1px solid #b4bbc5; |
| | | box-sizing: border-box; |
| | | } |
| | | .box_header_item_val { |
| | | flex: 1; |
| | |
| | | border-bottom: 1px solid #b4bbc5; |
| | | box-sizing: border-box; |
| | | &:nth-child(2) { |
| | | flex: 5; |
| | | flex: 5.5; |
| | | } |
| | | } |
| | | .box_form_item { |