123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985 |
- <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">{{ form.qymc }}</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>
- <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="6">
- <div class="yongtu_second_title">从业人数</div>
- <div class="yongtu_first_title">
- {{ form.practiceNumber == null ? "未知" : form.practiceNumber }}
- </div>
- </van-col>
- <van-col :span="6">
- <div class="yongtu_second_title">入驻状态</div>
- <div class="yongtu_first_title">
- {{ getDicType("zt", form.entryStatus) }}
- </div>
- </van-col>
- </van-row>
- </div>
- <div class="list-row" style="padding-top: 0">
- <van-icon
- @click="jumpEditCompanyDetails(id)"
- name="edit"
- style="
- position: absolute;
- color: #1d18bc;
- z-index: 100;
- top: 385rpx;
- left: 210rpx;
- font-size: 46rpx;
- "
- />
- <uni-collapse v-model="value" style="width: 100%">
- <uni-collapse-item
- title="基础信息"
- :open="true"
- @change="selectItems"
- >
- <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 {
- height: 42rpx;
- 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;
- }
- .idclass {
- width: 147rpx;
- height: 100rpx;
- }
- </style>
|