|  |  |  | 
|---|
|  |  |  | <div class="info_list_item_label">公司账号:</div> | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.username || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label">法人姓名:</div> | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.legalName || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label">绑定手机号:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.invoiceEmail || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item" style="width: 100%;"> | 
|---|
|  |  |  | <div class="info_list_item_label">电子发票接收地址:</div> | 
|---|
|  |  |  | <div class="info_list_item_label">纸质发票接收地址:</div> | 
|---|
|  |  |  | <div class="info_list_item_val">{{form.invoiceAddr || '-'}}</div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | label="保险方案"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="shopName" | 
|---|
|  |  |  | align="center" | 
|---|
|  |  |  | label="委托商户"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | align="center" | 
|---|
|  |  |  | label="加减保功能"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label" style="width: 100px;">营业执照:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | <div class="image" v-if="form.businessImg.fileurlFull"> | 
|---|
|  |  |  | <div class="image" v-if="form.businessImg && form.businessImg.fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | v-if="form.businessImg.fileurlFull!=null" | 
|---|
|  |  |  | v-if="form.businessImg!=null&&form.businessImg.fileurlFull!=null" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | :src="form.businessImg.fileurlFull" | 
|---|
|  |  |  | :preview-src-list="[form.businessImg.fileurlFull]"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label" style="width: 100px;">法人身份证:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList[0].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>0 && form.idcardImgList[0].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | append-to-body | 
|---|
|  |  |  | v-if="form.idcardImgList[0].fileurlFull" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | 
|---|
|  |  |  | :preview-src-list="[form.idcardImgList[0].fileurlFull]"> | 
|---|
|  |  |  | </el-image> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList[1].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | <div class="image" v-if="form.idcardImgList && form.idcardImgList .length>1 && form.idcardImgList[1].fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | append-to-body | 
|---|
|  |  |  | v-if="form.idcardImgList[1].fileurlFull" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="info_list_item"> | 
|---|
|  |  |  | <!--                <div class="info_list_item"> | 
|---|
|  |  |  | <div class="info_list_item_label" style="width: 100px;">企业签章:</div> | 
|---|
|  |  |  | <div class="info_list_item_val"> | 
|---|
|  |  |  | <div class="image" v-if="form.signImg.fileurlFull"> | 
|---|
|  |  |  | <div class="image" v-if="form.signImg && form.signImg.fileurlFull"> | 
|---|
|  |  |  | <el-image | 
|---|
|  |  |  | v-if="form.signImg.fileurlFull!=null" | 
|---|
|  |  |  | style="width: 90px; height: 90px" | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-image> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div>--> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <!-- 新建/修改 --> | 
|---|
|  |  |  | 
|---|
|  |  |  | this.code = '' | 
|---|
|  |  |  | clearInterval(this.timer) | 
|---|
|  |  |  | this.num = 0 | 
|---|
|  |  |  | }) .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | send () { | 
|---|
|  |  |  | 
|---|
|  |  |  | .then(res => { | 
|---|
|  |  |  | this.num = 60 | 
|---|
|  |  |  | this.setTime() | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }) .catch(e => { | 
|---|
|  |  |  | this.$tip.apiFailed(e) | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | setTime () { | 
|---|
|  |  |  | this.timer = setInterval(() => { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.getDetail() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | getDetail () { | 
|---|
|  |  |  | var that =this | 
|---|
|  |  |  | var that = this | 
|---|
|  |  |  | getById(this.dataId) | 
|---|
|  |  |  | .then(res => { | 
|---|
|  |  |  | this.form = res | 
|---|
|  |  |  | 
|---|
|  |  |  | imgurl: '', | 
|---|
|  |  |  | imgurlfull: '' | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | this.form.file.imgurl = res.businessImg.fileurl | 
|---|
|  |  |  | this.form.file.imgurlfull = res.businessImg.fileurlFull | 
|---|
|  |  |  | this.form.file1.imgurl = res.idcardImgList[0].fileurl | 
|---|
|  |  |  | this.form.file1.imgurlfull = res.idcardImgList[0].fileurlFull | 
|---|
|  |  |  | this.form.file2.imgurl = res.idcardImgList[1].fileurl | 
|---|
|  |  |  | this.form.file2.imgurlfull = res.idcardImgList[1].fileurlFull | 
|---|
|  |  |  | this.form.file3.imgurl = res.signImg.fileurl | 
|---|
|  |  |  | this.form.file3.imgurlfull = res.signImg.fileurlFull | 
|---|
|  |  |  | if(res.businessImg){ | 
|---|
|  |  |  | this.form.file.imgurl = res.businessImg.fileurl | 
|---|
|  |  |  | this.form.file.imgurlfull = res.businessImg.fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (res.idcardImgList&& res.idcardImgList.length>0) { | 
|---|
|  |  |  | this.form.file1.imgurl = res.idcardImgList[0].fileurl | 
|---|
|  |  |  | this.form.file1.imgurlfull = res.idcardImgList[0].fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (res.idcardImgList && res.idcardImgList.length>1) { | 
|---|
|  |  |  | this.form.file2.imgurl = res.idcardImgList[1].fileurl | 
|---|
|  |  |  | this.form.file2.imgurlfull = res.idcardImgList[1].fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (res.signImg) { | 
|---|
|  |  |  | this.form.file3.imgurl = res.signImg.fileurl | 
|---|
|  |  |  | this.form.file3.imgurlfull = res.signImg.fileurlFull | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | listForCompany({ companyId: this.dataId }) | 
|---|
|  |  |  | .then(resa => { | 
|---|
|  |  |  | that.form.solutionList = resa.map(item => { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | solutionBaseId: item.solutionBaseId, | 
|---|
|  |  |  | shopId: item.shopId, | 
|---|
|  |  |  | canAdd: item.canAdd, | 
|---|
|  |  |  | canReduce: item.canReduce | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | that.form.solutionListName = resa.map(item => { | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | solutionName: item.solutionName, | 
|---|
|  |  |  | shopName: item.shopName, | 
|---|
|  |  |  | canAdd: item.canAdd, | 
|---|
|  |  |  | canReduce: item.canReduce | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | align-items: start; | 
|---|
|  |  |  | margin-bottom: 20px; | 
|---|
|  |  |  | .info_list_item_label { | 
|---|
|  |  |  | width: 150px; | 
|---|
|  |  |  | /*width: 150px;*/ | 
|---|
|  |  |  | flex-shrink: 0; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .info_list_item_val { | 
|---|