12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019 |
- <template>
- <div class="housedetails">
- <div class="list">
- <div class="allpd32rpx bgcFFFFFF mb16rpx">
- <van-row>
- <van-col :span="24">
- <div class="detailstitle width100 mt24rpx border_bottom_ccc">
- <div class="float_left width80">
- <div>{{ form.qymc }}</div>
- <span style="color: #aaaaaa; font-size: 24rpx">
- {{ "园区入住时间:" + form.rzsj + 1111 }}
- </span>
- </div>
- <div class="width20 float_left">
- <div
- class="companystatus"
- style="margin-top: -7rpx; float: right; width: 100%"
- >
- {{ getDicType("type", form.settleInType) }}
- <!-- {{form.settleInType}}-->
- </div>
- </div>
- </div>
- </van-col>
- <van-col :span="24">
- <div
- class="typestitle width100 mt24rpx mb16rpx border_bottom_ccc fontcolor251FCA"
- >
- <div
- class="float_left"
- style="width: 90%"
- @click="jumpDeleteTgas()"
- >
- <span
- v-for="(item, index) in qymcString"
- :key="index"
- v-if="qymcString && qymcString.length > 0"
- >
- {{ item }}
- ·
- </span>
- <span v-if="!qymcString || qymcString.length == 0">
- 暂无标签
- </span>
- </div>
- <van-icon
- @click="jumpChosseTags()"
- class="float_right"
- style="font-size: 50rpx; width: 50rpx; margin-top: -12rpx"
- name="edit"
- />
- </div>
- </van-col>
- </van-row>
- <van-row class="border_bottom_ccc">
- <van-col :span="8">
- <div class="yongtu_second_title">入驻状态</div>
- <div class="yongtu_first_title">
- {{ getDicType("zt", form.entryStatus) }}
- </div>
- </van-col>
- <!-- <van-col :span="6">
- <div class="yongtu_second_title">所属楼盘</div>
- <div class="yongtu_first_title chaochuyincang">
- {{ !form.areaName ? "暂无" : form.areaName }}
- </div>
- </van-col> -->
- <!-- <van-col :span="6">
- <div class="yongtu_second_title">招商经理</div>
- <div class="yongtu_first_title chaochuyincang">
- {{
- form.investmentManagerName == null
- ? "暂无"
- : form.investmentManagerName
- }}
- </div>
- </van-col> -->
- <van-col :span="8">
- <div class="yongtu_second_title">从业人数</div>
- <div class="yongtu_first_title">
- {{ form.practiceNumber == null ? "未知" : form.practiceNumber }}
- </div>
- </van-col>
- <van-col :span="8">
- <div class="yongtu_second_title">所属行业</div>
- <div class="yongtu_first_title">
- {{ form.industry == null ? "未知" : form.industry }}
- </div>
- </van-col>
- </van-row>
- <div
- style="
- border-top: 2rpx solid #cccccc;
- font-size: 24rpx;
- color: #777777;
- "
- >
- <div style="margin: 16rpx 0">
- 所属楼盘:{{ !form.areaName ? "暂无" : form.areaName }}
- </div>
- <div style="margin: 16rpx 0">
- 当前企服专员{{
- !form.serviceCommissionerName
- ? "暂无"
- : form.serviceCommissionerName
- }}
- </div>
- </div>
- </div>
- <div class="list-row" style="padding-top: 0">
- <uni-collapse v-model="value" style="width: 100%">
- <uni-collapse-item
- title="基础信息"
- :open="true"
- @change="selectItems"
- >
- <view slot="title" class="uni-collapse-item__title-text"
- >基础信息
- <van-icon
- @click="jumpEditCompanyDetails(id)"
- name="edit"
- style="
- color: #1d18bc;
- z-index: 100;
- font-size: 35rpx;
- font-weight: bold;
- margin-left: 10px;
- "
- />
- </view>
- <div style="height: auto">
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">公司名称:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.qymc"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">统一社会信用代码:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.shxydm"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">注册资金(万元):</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.zczj"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">币种</view>
- <div style="color: #777" class="input_value float_left">
- {{ getDicType("money", form.currency) }}
- </div>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">注册时间:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.zcsj"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">法定代表人:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.fddbr"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">法人电话 :</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.lxdh"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">法人邮箱 :</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.frEmail"
- />
- </view>
- <view
- v-if="!form.frsfzh || form.frsfzh.length == 0"
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">法人身份证:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- />
- </view>
- <view
- v-if="form.frsfzh && form.frsfzh.length != 0"
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date"
- style="height: 194rpx"
- >
- <view class="input_title">法人身份证:</view>
- <view class="width100" style="position: relative">
- <img
- @click="choosefrsfzh_zhenmian()"
- :src="
- BASE_URI +
- '/FileController/download/' +
- form.frsfzh_zhenmian
- "
- class="idclass margin12rpx float_left"
- placeholder="请输入"
- />
- <img
- @click="choosefrsfzh_fanmian()"
- :src="
- BASE_URI +
- '/FileController/download/' +
- form.frsfzh_fanmian
- "
- class="idclass margin12rpx float_left"
- placeholder="请输入"
- />
- </view>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">企业联系人</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.qylxr"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">联系人电话:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.lxdh"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">联系人邮箱:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.email"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">财务负责人:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.cwfzr"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">负责人电话:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.cwfzrdh"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">入驻类型</view>
- <div class="input_value float_left">
- {{ getDicType("type", form.settleInType) }}
- {{ form.settleInType + "123123123" }}
- </div>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date"
- style="display: flex"
- >
- <view class="input_title float_left">招商经理:</view>
- <view style="color: #777; font-size: 28rpx; width: 60%">
- {{ form.investmentManagerName }}
- </view>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">所属楼盘:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.area"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">注册地址:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.zcdz"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">经营地址:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.jydz"
- />
- </view>
- <view class="width100 mt24rpx padb24rpx list_date height300rpx">
- <view class="input_title mb16rpx">经营范围:</view>
- <textarea
- v-model="form.jyfw"
- :maxlength="2000"
- placeholder="请输入"
- type="textarea"
- style="
- height: 200rpx;
- background: rgba(249, 249, 249, 1);
- padding: 20rpx;
- width: calc(100% - 40rpx);
- "
- />
- <div
- style="
- background: rgba(249, 249, 249, 1);
- text-align: right;
- padding-right: 10px;
- padding-bottom: 10rpx;
- "
- >
- {{ form.jyfw ? form.jyfw.length : 0 }}/2000
- </div>
- </view>
- <view class="width100 mt24rpx list_date height40rpx">
- <view class="input_title float_left" style="width: 52%"
- >营业执照副本:(限1张)</view
- >
- </view>
- <view class="custom-image-box" style="position: relative">
- <img
- :src="
- !form.yyzzfbzp || form.yyzzfbzp == 'undefined'
- ? '../../../static/unuploadzhizhao.png'
- : BASE_URI + '/FileController/download/' + form.yyzzfbzp
- "
- style="color: #777; width: 300rpx; height: 260rpx"
- placeholder="请输入"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height300rpxs"
- >
- <view class="input_title float_left">荣誉信息(限6张)</view>
- <textarea
- :maxlength="2000"
- placeholder="请输入"
- v-model="form.honorInformation"
- type="textarea"
- style="
- height: 270rpx;
- background: rgba(249, 249, 249, 1);
- padding: 20rpx;
- width: calc(100% - 40rpx);
- "
- />
- <div
- style="
- background: rgba(249, 249, 249, 1);
- text-align: right;
- padding-right: 10px;
- padding-bottom: 10rpx;
- margi-bottom: 10rpx;
- "
- >
- {{
- form.honorInformation ? form.honorInformation.length : 0
- }}/2000
- </div>
- <view
- class="custom-image-box"
- style="margin-top: 20rpx; display: flex"
- >
- <img
- v-for="item in form.ryxxzp"
- :key="item"
- :src="BASE_URI + '/FileController/download/' + item"
- class="idclass margin12rpx float_left"
- placeholder="请输入"
- />
- </view>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left height80rpx">
- 全年研发投入:
- <br />
- (万元)
- </view>
- <input
- disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.rdInvestment"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left height80rpx"
- >全年技改投入:<br />(万元)</view
- >
- <input
- disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.jgInvestment"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left height80rpx"
- >拥有知识产权<br />(个数)</view
- >
- <input
- :disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.zscqgs"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left"
- >四技合同金额:<br />(技术开发)(万元)</view
- >
- <input
- disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.fourOpennessAmount"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left"
- >四技合同金额:<br />(转让)(万元)</view
- >
- <input
- disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.fourTransferenceAmount"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left"
- >四技合同金额:<br />(服务)(万元)</view
- >
- <input
- disabled="true"
- style="color: #777; height: 80rpx; line-height: 80rpx"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.fourServiceAmount"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height80rpx"
- >
- <view class="input_title float_left">
- 四技合同金额:<br />(咨询)(万元)
- </view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="form.fourConsultAmount"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date"
- style="display: flex"
- >
- <view class="input_title float_left">关联企业:</view>
- <div style="color: #777; width: 60%" class="float_left">
- {{ form.associationCompanyName }}
- </div>
- </view>
- </div>
- </uni-collapse-item>
- </uni-collapse>
- </div>
- <div class="list-row" style="padding-top: 0">
- <uni-collapse v-model="value1" style="width: 100%">
- <uni-collapse-item
- title="走访信息"
- :open="true"
- @change="selectItems"
- >
- <div
- style="height: auto; margin: 32rpx 0 32rpx 0"
- v-for="item in interviewList"
- :key="item.id"
- >
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">走访时间:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="item.interviewTime"
- />
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">走访类型:</view>
- <div
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- >
- {{ getDicTypeZoufang(item.interviewType) }}
- </div>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date"
- style="display: flex"
- >
- <view class="input_title float_left">走访记录:</view>
- <div style="color: #777; width: 60%" class="float_left">
- {{ item.interviewRecord }}
- </div>
- </view>
- <view
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">是否需要处理:</view>
- <!-- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="onetext8172"
- /> -->
- <div class="input_value float_left">
- <span style="color: #777" v-if="item.isStatus == 2">是</span>
- <span style="color: #777" v-if="item.isStatus == 1">否</span>
- </div>
- </view>
- <view
- v-if="item.isStatus == 2"
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date height40rpx"
- >
- <view class="input_title float_left">处理人:</view>
- <input
- disabled="true"
- style="color: #777"
- class="input_value float_left"
- placeholder="暂无"
- v-model="item.handleUserName"
- />
- </view>
- <view
- v-if="item.isStatus == 2"
- class="width100 mt24rpx padb24rpx border_bottom_ccc list_date"
- style="display: flex"
- >
- <view class="input_title float_left">处理结果:</view>
- <div style="color: #777; width: 60%" class="float_left">
- {{
- !item.handleResult || item.handleResult == "null"
- ? ""
- : item.handleResult
- }}
- </div>
- </view>
- <div
- color="#1D18BC"
- class="dengjibutton"
- @click="openHandleReportDialog(item)"
- v-if="
- item.isStatus == 2 &&
- !item.handleUserName &&
- !item.handleResult
- "
- >
- 处理登记
- </div>
- <div
- color="#1D18BC"
- class="dengjibutton"
- style="background: #e6e8e9"
- v-if="
- item.isStatus != 2 ||
- (item.handleUserName && item.handleResult)
- "
- >
- 无需处理
- </div>
- </div>
- </uni-collapse-item>
- </uni-collapse>
- </div>
- </div>
- <handle-report ref="handleReport" @changeActive="changeActive" />
- </div>
- </template>
- <script>
- import {
- getCompanyHouseDetails,
- getByCodes,
- getCompanyTagsByQybq,
- interviewEscalationListAll,
- findCompanyTags,
- } from "@/js_sdk/http";
- import handleReport from "../companyreport/components/handlereport.vue";
- export default {
- components: {
- handleReport,
- },
- data() {
- return {
- BASE_URI: this.$constant.BASE_URI,
- id: "",
- qymcString: [],
- dic_SelectList: {},
- interviewList: [],
- dic_key: [
- "MNP_BUILDING_TYPE",
- "SETTLE_IN_STATUS",
- "interviewType",
- "CURRENCY",
- ],
- activeNames: [],
- StatusBar: 0,
- search: {
- pageSize: 10,
- pageNum: 1,
- },
- form: {
- id: "",
- settleInType: null,
- },
- // value: true,
- value1: true,
- list: [],
- value: ["0"],
- modeIndex: -1,
- styleIndex: -1,
- current: 0,
- mode: "default",
- dotsStyles: {},
- swiperDotIndex: 0,
- };
- },
- onLoad(option) {
- try {
- this.id = option.id;
- this.getByCodes();
- } catch (error) {
- console.log(error);
- }
- },
- onShow() {
- this.findCompanyTags(this.id);
- },
- methods: {
- async findCompanyTags(id) {
- let data = await findCompanyTags(id);
- this.qymcString = data.map((e) => {
- return e.tagName;
- });
- },
- jumpEditCompanyDetails(e) {
- uni.navigateTo({
- url: "/pages/subPackages/companyDetailsEdit/companyDetailsEdit?id=" + e,
- });
- },
- jumpDeleteTgas() {
- uni.navigateTo({
- url: "/pages/subPackages/companyTagsDelete/index?id=" + this.form.id,
- });
- },
- jumpChosseTags() {
- try {
- uni.navigateTo({
- url: "/pages/subPackages/chooseCompanyTags/index?id=" + this.form.id,
- });
- } catch (error) {}
- },
- openHandleReportDialog(item) {
- let that = this;
- that.$refs.handleReport.openDianlog(item);
- },
- getDicTypeZoufang(value) {
- if (!value && this.dic_SelectList.interviewType) return;
- let interviewType = this.dic_SelectList.interviewType;
- let index = interviewType.findIndex((e) => e.value == value);
- if (index != -1) return interviewType[index].label;
- },
- getDicType(type, value) {
- if (type == "money" && this.dic_SelectList.CURRENCY) {
- let CURRENCY = this.dic_SelectList.CURRENCY;
- let index = CURRENCY.findIndex((e) => e.value == value);
- if (index != -1) return CURRENCY[index].label;
- else return "暂无";
- }
- if (type == "type" && this.dic_SelectList.MNP_BUILDING_TYPE) {
- console.log(type);
- console.log(value);
- if (value) {
- let MNP_BUILDING_TYPE = this.dic_SelectList.MNP_BUILDING_TYPE;
- let index = MNP_BUILDING_TYPE.findIndex((e) => e.value == value);
- console.log("indexindexindexindex", index);
- if (index != -1) {
- console.log(MNP_BUILDING_TYPE);
- console.log(MNP_BUILDING_TYPE[index].label);
- return MNP_BUILDING_TYPE[index].label;
- } else return "暂无";
- } else {
- return "";
- }
- }
- if (type == "zt" && this.dic_SelectList.SETTLE_IN_STATUS) {
- // console.log('entryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatus',value)
- // console.log('entryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatusentryStatus',this.dic_SelectList.SETTLE_IN_STATUS)
- let SETTLE_IN_STATUS = this.dic_SelectList.SETTLE_IN_STATUS;
- let index = SETTLE_IN_STATUS.findIndex((e) => e.value == value);
- if (index != -1) return SETTLE_IN_STATUS[index].label;
- else return "暂无";
- }
- },
- async getByCodes() {
- try {
- this.search.pageNum = 1;
- let data = await getByCodes(JSON.stringify(this.dic_key));
- console.log("1213123333333333333333", data);
- this.dic_SelectList = this.$common.handleDicList(data);
- let interviewList = await interviewEscalationListAll(this.id);
- this.getCompanyHouseDetails(this.id);
- this.interviewList = interviewList;
- } catch (error) {
- console.log(error);
- }
- },
- async changeActive() {
- let interviewList = await interviewEscalationListAll(this.id);
- this.interviewList = interviewList;
- },
- selectItems(e) {
- this.$nextTick(() => {
- this.$refs.collapse.resize();
- });
- },
- choosefrsfzh_zhenmian() {
- let that = this;
- uni.previewImage({
- urls: [
- that.BASE_URI +
- "/FileController/download/" +
- that.form.frsfzh_zhenmian,
- ],
- longPressActions: {
- itemList: ["发送给朋友", "保存图片", "收藏"],
- success: function (data) {},
- fail: function (err) {},
- },
- });
- },
- choosefrsfzh_fanmian() {
- let that = this;
- uni.previewImage({
- urls: [
- that.BASE_URI +
- "/FileController/download/" +
- that.form.frsfzh_fanmian,
- ],
- longPressActions: {
- itemList: ["发送给朋友", "保存图片", "收藏"],
- success: function (data) {},
- fail: function (err) {},
- },
- });
- },
- async getCompanyHouseDetails(e) {
- try {
- let that = this;
- let detail = await getCompanyHouseDetails(e);
- let qymcString = await getCompanyTagsByQybq(detail.data.qybq);
- that.findCompanyTags(e);
- that.form = detail.data;
- that.form.qymcString = qymcString;
- if (detail.data.ryxxzp && detail.data.ryxxzp.length > 0) {
- that.form.ryxxzp = detail.data.ryxxzp.split(",");
- }
- if (detail.data.frsfzh && detail.data.frsfzh.length > 0) {
- let sfzlist = detail.data.frsfzh.split(",");
- that.form.frsfzh_fanmian = sfzlist[0];
- that.form.frsfzh_zhenmian = sfzlist[1];
- that.$forceUpdate();
- }
- for (const key in that.form) {
- if (that.form[key] == null || that.form[key] == "null") {
- // that.form[key] == undefined;
- that.form[key] = "暂无";
- }
- }
- that.$forceUpdate();
- } catch (error) {}
- },
- onChange(event) {
- this.activeNames = event.detail;
- },
- },
- };
- </script>
- <style scoped lang="scss">
- .chaochuyincang {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dengjibutton {
- margin-top: 24rpx;
- margin-left: 60rpx;
- margin-right: 60rpx;
- width: calc(100% - 120rpx);
- height: 60rpx;
- text-align: center;
- background: #1d18bc;
- color: white;
- line-height: 60rpx;
- }
- .housedetails {
- margin-bottom: 200rpx;
- }
- .housedetails {
- .detailstitle {
- display: flex;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- padding-bottom: 16rpx;
- }
- .typestitle {
- display: flex;
- font-size: 24rpx;
- font-weight: 500;
- padding-bottom: 16rpx;
- margin-bottom: 16rpx;
- }
- }
- </style>
- <style lang="scss">
- ::v-deep .is-open + .uni-collapse-item__wrap {
- height: auto !important;
- }
- ::v-deep .uni-collapse-item__wrap-content {
- height: auto !important;
- }
- .pageconfig {
- background: #ffffff;
- padding: 32rpx;
- }
- .input_title {
- width: 40%;
- font-size: 28rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #333333;
- }
- .input_value {
- width: 60%;
- font-size: 28rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #777777;
- }
- .uni-collapse-item__title-box {
- padding: 0 !important;
- }
- .uni-collapse-item__title-text {
- color: #1d18bc !important;
- font-size: 32rpx !important;
- margin: 32rpx 0;
- font-weight: bold;
- }
- .idclass {
- width: 147rpx;
- height: 100rpx;
- }
- </style>
|