12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442 |
- <template>
- <view class="container qualifications" :style="{ paddingBottom: isIphoneX ? '68rpx' : '0' }">
- <view class="remarks-content-club" @click="handleClickClunInfo">
- <view class="content-club-le">
- <view class="club-le-text">
- <text class="label">机构名称:</text> <text class="text">{{ clubInfo.name }}</text>
- </view>
- <view class="club-le-text">
- <text class="label">联系人:</text> <text class="text">{{ clubInfo.linkMan }}</text>
- <text class="label phone">手机号:</text> <text class="text">{{ clubInfo.contractMobile }}</text>
- </view>
- <view class="club-le-text">
- <text class="label">地址:</text>
- <text class="text" v-if="clubInfo.provincialAddress"
- >{{ clubInfo.provincialAddress }}{{ clubInfo.address }}</text
- >
- </view>
- </view>
- <view class="content-club-ri"> <text class="iconfont icon-xiayibu"></text> </view>
- </view>
- <view class="remarks-content">
- <view class="list-view-title">
- <view class="list-view-h1"><text>*</text>沟通情况:</view>
- </view>
- <view class="remarks-category">
- <radio-group @change="radioChange">
- <label class="uni-list-cell uni-list-cell-pd" v-for="(item, index) in items" :key="item.value">
- <radio
- :value="item.value"
- style="transform:scale(0.7)"
- color="#FF5B00"
- :checked="index === current"
- />
- <label :for="item.value" class="label">
- <text>{{ item.name }}</text>
- </label>
- </label>
- </radio-group>
- <checkbox-group v-if="current === 0" @change="checkboxChange" style="margin-top: 10rpx;">
- <label class="label" v-for="item in checkboItems" :key="item.value">
- <checkbox :value="item.value" :checked="item.checked" style="transform:scale(0.7)" color="#FF5B00" />
- {{item.name}}
- </label>
- </checkbox-group>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1"><text>*</text>咨询人:</view>
- </view>
- <view class="remarks-input">
- <input
- class="input"
- type="text"
- v-model="remarksParams.questionMan"
- value=""
- placeholder="请输入和你聊天的客户姓名"
- maxlength="15"
- />
- </view>
- <view class="list-view-title"> <view class="list-view-h1">客户来源:</view> </view>
- <view class="list-view-radio">
- <picker @change="bindPickerChange(4, $event)" :value="index" :range="sourceActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="sourceStateText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title"> <view class="list-view-h1">客户性别:</view> </view>
- <view class="list-view-radio">
- <picker @change="bindPickerChange(5, $event)" :value="index" :range="genderActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="genderText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title"> <view class="list-view-h1">客户年龄:</view> </view>
- <view class="list-view-radio">
- <picker @change="bindPickerChange(6, $event)" :value="index" :range="ageActions" range-key="name">
- <input class="input" type="text" disabled="false" v-model="customerAge" value="" placeholder="请选择" />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title"> <view class="list-view-h1">加群情况:</view> </view>
- <view class="list-view-radio">
- <picker @change="bindPickerChange(7, $event)" :value="index" :range="additiveActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="additiveText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title" v-if="current === 0">
- <view class="list-view-h1"><text>*</text>咨询类别:</view>
- </view>
- <view class="remarks-category" v-if="current === 0">
- <view
- class="checkbox-list"
- :class="category.isChecked ? 'checked' : ''"
- v-for="(category, index) in categorys"
- :key="index"
- @click="choiceCategorys(category, index)"
- >
- <text class="iconfont" :class="category.isChecked ? 'icon-yixuanze' : 'icon-weixuanze'"></text>
- {{ category.className }}
- </view>
- </view>
- <!-- <view class="list-view-title"> <view class="list-view-h1">机构类型:</view> </view>
- <view class="remarks-input">
- <input
- class="input"
- type="text"
- v-model="remarksParams.clubType"
- value=""
- placeholder="如美甲店,医院"
- maxlength="15"
- />
- </view> -->
- <view class="list-view-title"> <view class="list-view-h1">咨询商品:</view> </view>
- <view class="tui-remarks-content">
- <view class="tui-remarks-goods-input" v-if="handleGoods.length === 0" @click="handleShowGoodPopup">
- <view class="input-add"> <text class="iconfont icon-jiahao"></text> </view>
- <view class="input-text"> 点击添加客户咨询的商品 </view>
- </view>
- <view class="tui-remarks-showgoods" v-else>
- <view class="tui-remarks-goods" v-for="(pros, index) in handleGoods" :key="index">
- <view class="goods-image"> <image :src="pros.image" mode=""></image> </view>
- <view class="goods-main">
- <view class="name"> {{ pros.name }} </view>
- <view class="shop"> 供应商:{{ pros.shopName }} </view>
- </view>
- </view>
- <view class="tui-remarks-btn">
- <view class="btn delete" @click="handleClean">删除</view>
- <view class="btn update" @click="handleShowGoodPopup">更换</view>
- </view>
- </view>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">标签记录:</view>
- <view class="list-view-p">
- 请总结客户的个人画像和咨询内容,尽量使用简短的描述性词语,杜绝口语化的词语 (优先选择以下展示的标签)
- </view>
- </view>
- <view class="list-view-list-main">
- <view class="list-label-list">
- <text class="list-label"
- :class="item.isChecked ? 'active' : ''"
- v-for="(item, index) in labelsList"
- :key="index"
- @click="handleCheckedLabel(item,index)"
- >
- {{ item.label }}
- </text>
- </view>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">机构静态标签:</view>
- <view class="list-view-p"> (若你对客户的静态特点有更多维度进行描述,请手动填) </view>
- </view>
- <view class="list-view-list-main">
- <view class="list-view-list" v-for="(item, index) in staticLabelsList" :key="index">
- <view class="list-view-input">
- <input
- class="input"
- type="text"
- v-model="item.label"
- placeholder="请输入标签,不超过10个汉字"
- maxlength="10"
- @focus="hideStaticLabelsAction(item, $event)"
- @blur="hideStaticLabelsAction(item, $event)"
- @input="handleStaticLabelsAction(index, $event)"
- />
- <view class="list-view-assAction" v-if="item.isAssociation">
- <scroll-view class="tui-popup-scroll train" scroll-y="true">
- <view
- class="ass-list"
- v-for="(ass, assIndex) in staticLabelsActionList"
- :key="assIndex"
- @click="handleSelectStaticLabels(ass.label, item)"
- >{{ ass.label }}</view
- >
- </scroll-view>
- </view>
- </view>
- <view class="list-view-btn">
- <text
- class="iconfont icon-zengjia"
- v-if="staticLabelsList.length < 9 && index === staticLabelsList.length - 1"
- @click="handleAddStaticLabels(item, index)"
- ></text>
- <text
- class="iconfont icon-shanchu4"
- v-if="staticLabelsList.length > 1 && index != staticLabelsList.length - 1"
- @click="handleDelStaticLabels(item, index)"
- ></text>
- </view>
- </view>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">机构动态标签:</view>
- <view class="list-view-p"> (若你对客户的购买诉求有更多维度进行描述,请手动填) </view>
- </view>
- <view class="list-view-list-main">
- <view class="list-view-list" v-for="(item, index) in trendsLabelsList" :key="index">
- <view class="list-view-input">
- <input
- class="input"
- type="text"
- v-model="item.label"
- placeholder="请输入标签,不超过10个汉字"
- maxlength="10"
- @focus="hideTrendsLabelsAction(item, $event)"
- @blur="hideTrendsLabelsAction(item, $event)"
- @input="handleTrendsLabelsAction(index, $event)"
- />
- <view class="list-view-assAction" v-if="item.isAssociation">
- <scroll-view class="tui-popup-scroll train" scroll-y="true">
- <view
- class="ass-list"
- v-for="(ass, assIndex) in trendsLabelsActionList"
- :key="assIndex"
- @click="handleSelectTrendsLabels(ass.label, item)"
- >{{ ass.label }}</view
- >
- </scroll-view>
- </view>
- </view>
- <view class="list-view-btn">
- <text
- class="iconfont icon-zengjia"
- v-if="trendsLabelsList.length < 9 && index === trendsLabelsList.length - 1"
- @click="handleAddTrendsLabels(item, index)"
- ></text>
- <text
- class="iconfont icon-shanchu4"
- v-if="trendsLabelsList.length > 1 && index != trendsLabelsList.length - 1"
- @click="handleDelTrendsLabels(item, index)"
- ></text>
- </view>
- </view>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">关联报备:</view>
- <view class="list-view-p">(若客户咨询的事项不确定采美能不能做,请创建并关联报备向上级反馈)</view>
- </view>
- <view class="list-view-radio" @click="handleShowReportPopup">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="reportText"
- value=""
- placeholder="请选择报备"
- />
- <text class="iconfont icon-xiangyou"></text>
- </view>
- <view class="list-view-title" v-if="current === 0">
- <view class="list-view-h1"><text>*</text>价格敏感度:</view>
- </view>
- <view class="list-view-radio" v-if="current === 0">
- <picker @change="bindPickerChange(1, $event)" :value="index" :range="priceActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="priceFlagText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title" v-if="current === 0">
- <view class="list-view-h1"><text>*</text>意向程度:</view>
- </view>
- <view class="list-view-radio" v-if="current === 0">
- <picker @change="bindPickerChange(2, $event)" :value="index" :range="intenActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="intenFlagText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title" v-if="current === 0">
- <view class="list-view-h1"><text>*</text>跟进状态:</view>
- </view>
- <view class="list-view-radio" v-if="current === 0">
- <picker @change="bindPickerChange(3, $event)" :value="index" :range="stateActions" range-key="name">
- <input
- class="input"
- type="text"
- disabled="false"
- v-model="followStateText"
- value=""
- placeholder="请选择"
- />
- <text class="iconfont icon-xiangyou"></text>
- </picker>
- </view>
- <view class="list-view-title"> <view class="list-view-h1">额外说明:</view> </view>
- <view class="remarks-textarea">
- <textarea
- class="textarea"
- v-model="remarksParams.extra"
- value=""
- placeholder="请输入其他需要说明的内容"
- maxlength="200"
- @input="conInput"
- />
- <text class="limit-text">{{ min }}/{{ max }}</text>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">上传图片</view>
- <view class="list-view-p">(可上传与客户的聊天截图或其他重要图片资料,最多10张)</view>
- </view>
- <view class="list-view-upload clearfix">
- <view class="photo-item" v-for="(image, imageIndex) in remarksParams.imageList" :key="imageIndex">
- <image
- :src="image"
- mode="aspectFill"
- @click.stop="previewImg(remarksParams.imageList, imageIndex)"
- ></image>
- <text
- class="iconfont icon-iconfontguanbi"
- @click.stop="deletePhotoFn(remarksParams.imageList, imageIndex)"
- ></text>
- </view>
- <view
- class="photo-item add"
- @click.stop="uploadPhotoFn(remarksParams.imageList)"
- v-if="remarksParams.imageList.length < 10 || remarksParams.imageList.length == 0"
- >
- <text class="iconfont icon-jiahao"></text>
- </view>
- </view>
- <view class="list-view-title">
- <view class="list-view-h1">上传文件</view>
- <view class="list-view-p">(可上传与客户相关的文件资料,最多10份,支持word,excel,ppt和pdf格式文件)</view>
- </view>
- <view class="list-view" v-for="(file, fileIndex) in remarksParams.fileList" :key="fileIndex">
- <view class="list-view-text">
- <view class="input">{{ file.fileName }}</view>
- <view class="delbtn" @click.stop="deleteFileFn(remarksParams.fileList, fileIndex)">删除</view>
- </view>
- </view>
- <view class="list-view">
- <view class="list-view-file" @click="uploadFile(remarksParams.fileList)">选择文件</view>
- </view>
- </view>
- <view class="remarks-btn" :style="{ paddingBottom: isIphoneX ? '68rpx' : '34rpx' }">
- <view class="edit-button" @click="editButtonConfim">确定</view>
- </view>
- <!-- 商品列表弹窗 -->
- <cm-goodspopup
- ref="cmgoodspopup"
- v-if="isGoodspopup"
- :show="isGoodspopup"
- @handleChoiceaGoods="handleChoiceaGoodsData"
- />
- <!-- 机构报备弹窗 -->
- <cm-reportpopup
- ref="cmreportpopup"
- v-if="isReportpopup"
- :show="isReportpopup"
- :popupType="1"
- :reportInfo="reportInfo"
- @handleChoiceaReport="handleChoiceaReportData"
- />
- <!-- 提示弹窗 -->
- <tui-modal
- :show="modal"
- @click="handleClick"
- :content="contentModalText"
- :button="modalButton"
- color="#333"
- :size="32"
- shape="circle"
- :maskClosable="false"
- />
- </view>
- </template>
- <script>
- import { mapState, mapMutations } from 'vuex'
- import authorize from '@/common/config/authorize.js'
- import { uploadFileImage, uploadFilePdfDocDocxXlsx } from '@/services/public.js'
- import cmGoodspopup from '../components/cm-goods-popup'
- import cmReportpopup from '../components/cm-report-popup'
- import addMixins from './mixins/addMixins.js'
- var isPreviewImg
- export default {
- mixins: [addMixins],
- components: {
- cmGoodspopup,
- cmReportpopup
- },
- data() {
- return {
- hideButton: true,
- isIphoneX: this.$store.state.isIphoneX,
- shopOrderId: 0,
- logisticsBatchId: 0,
- productActions: [],
- remarksParams: {
- clubId: 0,
- questionMan: '',
- clubType: '', //机构类型
- extra: '', //额外说明
- fileList: [],
- imageList: [],
- serviceProviderId: 0,
- consult: '', // 咨询类别
- pinceSensitve: 0, //价格敏感度
- satisfied: 0, // 意向程度
- followup: 0, // 跟进状态
- productId: 0, // 商品Id
- reportId: 0 ,// 报备Id
- communicationSituation:'', // 沟通情况 0 已沟通 1联系不上
- communicationMethods:'', //沟通方式 1:电话 2:微信
- customerSource:'',//客户来源 0 网址 1 小程序 2 公众号 3 小红书 4 微博 5 搜狐 6 其他
- customerGender:'',// 客户性别 0 男 1 女
- customerAge:'',// 客户年龄
- groupAddition:'' ,// 加群情况 0 以加群 1 未加群
- remarks: null, // 关键词
- trendsKeyword:null,// 动态标签
- stateKeyword:null // 静态标签
-
- },
- min: 0,
- max: 200,
- handleType: '',
- clubUserId: 0,
- clubInfo: {},
- userInfo: {},
- checkedCategorysList: [],
- categorys: [],
- isConfirmLoding: false,
- reportText: '',
- checkRemarkIndex: 0,
- assActionList: [],
- isGoodspopup: false,
- isReportpopup: false,
- isHashReport: false,
- handleGoods: [],
- reportInfo: {
- clubId: 0,
- name: '',
- linkMan: ''
- },
- modal: false,
- contentModalText: '', //操作文字提示语句
- modalButton: [
- {
- text: '知道了',
- customStyle: {
- color: '#fff',
- bgColor: 'linear-gradient(90deg, #F28F31 0%, #FF5B00 100%)'
- },
- plain: false
- }
- ],
- }
- },
- onLoad(option) {
- console.log(option)
- if (option.type == 'edit') {
- this.handleType = option.type
- this.getPriorKeyword()
- this.getUserClubConsults()
- this.getUserClubRemarksDetail(option.remarksId)
- uni.setNavigationBarTitle({ title: '修改记录' })
- } else {
- this.clubUserId = option.userId
- this.getCulbInfo(option.userId)
- this.getHistoryInfo(option.userId)
- this.getPriorKeyword()
- this.getUserClubConsults()
- }
- },
- methods: {
- ...mapMutations(['login']),
- async getCulbInfo(userId) {
- // 查询机构信息
- try{
- const userInfos = await this.$api.getStorage()
- const res = await this.UserService.OrganizationUpdateModifyInfo({ userId: userId })
- const data = res.data
- this.clubInfo = data.club
- this.userInfo = data.user
- this.reportInfo.name = this.clubInfo.name
- this.reportInfo.linkMan = this.clubInfo.linkMan
- this.remarksParams.clubId = this.reportInfo.clubId = this.clubInfo.clubId
- this.remarksParams.serviceProviderId = userInfos.serviceProviderId ? userInfos.serviceProviderId : 0
- if (this.handleType != 'edit') {
- this.remarksParams.questionMan = this.clubInfo.linkMan
- }
- }catch(error){
- console.log('=============>', error.msg)
- }
- },
- async getUserClubRemarksDetail(remarksId) {
- //修改回显资料备注信息
- try{
- const res = await this.UserService.getUserClubRemarksDetail({ remarksId: remarksId })
- const data = res.data
- this.clubUserId = data.userId
- this.remarksParams.remarksId = data.remarksId
- this.remarksParams.communicationSituation = this.current = data.communicationSituation
- this.remarksParams.communicationMethods = data.communicationMethods
- if(data.communicationMethods === '1,2' || data.communicationMethods === '2,1'){
- this.checkboItems = this.checkboItems.map(el => {
- el.checked = true
- return el
- })
- }else{
- this.checkboItems = this.checkboItems.map(el => {
- if (el.value*1 === data.communicationMethods*1) {
- el.checked = true
- }
- return el
- })
- }
- this.remarksParams.extra = data.extra
- this.remarksParams.clubType = data.clubType
- this.remarksParams.pinceSensitve = data.pinceSensitve
- this.remarksParams.customerSource = data.customerSource
- this.remarksParams.customerGender = data.customerGender
- this.remarksParams.customerAge = this.customerAge = data.customerAge
- this.remarksParams.groupAddition = data.groupAddition
- this.remarksParams.satisfied = data.satisfied
- this.remarksParams.followup = data.followup
- this.remarksParams.fileList = data.fileList
- this.remarksParams.imageList = data.imageList
- this.remarksParams.productId = data.productId
- if (this.handleType == 'edit') {
- if (data.reportId) {
- this.isHashReport = true
- this.remarksParams.reportId = data.reportId
- }
- this.remarksParams.questionMan = data.questionMan
- this.remarksParams.consult = data.consult
- this.checkedCategorysList = data.consult.split(',').map(i => parseInt(i, 0))
- this.categorys = this.categorys.map((el, index) => {
- if(this.contains(this.checkedCategorysList,el.id)){
- el.isChecked = true
- }else{
- el.isChecked = false
- }
- return el
- })
- }
- if (data.productId) {
- let pro = {
- image: data.mainImage,
- name: data.productName,
- shopName: data.shopName
- }
- this.handleGoods.push(pro)
- }
- if(data.remarks){
- this.firstLabelList = data.remarks.map((el, index) => {
- return el.label
- })
- this.labelsList = this.labelsList.map((el, index) => {
- if (this.contains(this.firstLabelList, el.label)) {
- el.isChecked = true
- }
- return el
- })
- }
- if(data.stateKeyword){
- this.staticLabelsList = data.stateKeyword.map((el, index) => {
- el.isAssociation = false
- return el
- })
- }
- if(data.trendsKeyword){
- this.trendsLabelsList = data.trendsKeyword.map((el, index) => {
- el.isAssociation = false
- return el
- })
- }
- this.reportText = data.reportText ? data.reportText : ''
- this.priceFlagText = this.pinceFilters(data.pinceSensitve)
- this.intenFlagText = this.intenActionsFilters(data.satisfied)
- this.followStateText = this.followupFilters(data.followup)
- this.sourceStateText = this.sourceActionsFilters(data.customerSource)
- this.genderText = this.genderActionsFilters(data.customerGender)
- this.additiveText = this.additiveActionsFilters(data.groupAddition)
- this.getCulbInfo(data.userId)
- }catch(error){
- this.$util.msg(error.msg, 2000)
- }
- },
- async getHistoryInfo(userId) {
- //查询机构历史填写信息
- try{
- const res = await this.UserService.getHistoryInfo({ userId:userId })
- const data = res.data
- this.remarksParams.customerSource = data.customerSource
- this.remarksParams.customerGender = data.customerGender
- this.remarksParams.customerAge = this.customerAge = data.customerAge
- this.remarksParams.groupAddition = data.groupAddition
- this.sourceStateText = this.sourceActionsFilters(data.customerSource)
- this.genderText = this.genderActionsFilters(data.customerGender)
- this.additiveText = this.additiveActionsFilters(data.groupAddition)
- }catch(error){
- console.log('=========>查询机构历史填写信息失败')
- }
- },
- async getPriorKeyword() {
- //查询优先展示标签
- try{
- const res = await this.UserService.getPriorKeyword()
- const data = res.data
- this.labelsList = data.map((el, index) => {
- el.isChecked = false
- return el
- })
- }catch(error){
- console.log('=========>获取优先展示标签列表失败')
- }
- },
- async getUserClubConsults() {
- //查询咨询类别
- try{
- const res = await this.UserService.getUserClubConsults()
- const data = res.data
- this.categorys = data.map((el, index) => {
- el.isChecked = false
- return el
- })
- }catch(error){
- console.log('=========>获取咨询类别列表失败')
- }
- },
- async editButtonConfim() {
- //保存资料备注
- if (this.isConfirmLoding) {
- return
- }
- if(this.current === 0){
- if (this.remarksParams.questionMan == '') {
- this.$util.msg('请输入咨询人姓名', 2000)
- return
- }
-
- if (this.remarksParams.consult == '') {
- this.$util.msg('请选择咨询类别', 2000)
- return
- }
-
- if (!this.remarksParams.pinceSensitve) {
- this.$util.msg('请选择价格敏感度', 2000)
- return
- }
-
- if (!this.remarksParams.satisfied) {
- this.$util.msg('请选择意向程度', 2000)
- return
- }
-
- if (!this.remarksParams.followup) {
- this.$util.msg('请选择跟进状态', 2000)
- return
- }
- }
- //统一处理静态标签
- let staticLabelsList = []
- this.staticLabelsList.forEach( el =>{
- if(el.label !== ''){
- staticLabelsList.push(el.label)
- }
- })
- console.log('staticLabelsList', staticLabelsList)
- //统一处理动态标签
- let trendsLabelsList = []
- this.trendsLabelsList.forEach( (el) =>{
- if(el.label !== ''){
- trendsLabelsList.push(el.label)
- }
- })
- console.log('trendsLabelsList', trendsLabelsList)
- // 标签必须有一项
- if(this.remarksParams.communicationSituation !== 1){
- if (!this.firstLabelList.length && !trendsLabelsList.length && !staticLabelsList.length) {
- this.modal = true
- this.contentModalText = '标签必须选择或者填写一项'
- return
- }
- }
- if(this.firstLabelList.length > 0){
- this.remarksParams.remarks = JSON.stringify(this.firstLabelList)
- }
- if(trendsLabelsList.length > 0){
- this.remarksParams.trendsKeyword = JSON.stringify(trendsLabelsList)
- }
- if(staticLabelsList.length > 0){
- this.remarksParams.stateKeyword = JSON.stringify(staticLabelsList)
- }
- console.log('remarksParams', this.remarksParams)
- this.isConfirmLoding = true
- this.getUserClubRemarksSave({ params: JSON.stringify(this.remarksParams) })
- },
- async getUserClubRemarksSave(params){
- try{
- await this.UserService.getUserClubRemarksSave(params)
- this.$util.msg('保存成功', 3000, true, 'success')
- this.isConfirmLoding = false
- setTimeout(() => {
- uni.navigateBack({
- delta: 1
- })
- }, 1000)
- }catch(error){
- this.$util.msg(error.msg, 2000)
- this.isConfirmLoding = false
- }
- },
- choiceCategorys(category, index) {
- // 选择类别
- category.isChecked = !category.isChecked
- if (category.isChecked) {
- if (!this.contains(this.checkedCategorysList, category.id)) {
- this.checkedCategorysList.push(category.id)
- }
- } else {
- this.checkedCategorysList.splice(this.checkedCategorysList.indexOf(category.id), 1)
- }
- this.remarksParams.consult = this.checkedCategorysList.join(',')
- },
- handleShowReportPopup() {
- // 显示报备弹窗
- if (this.isHashReport) {
- this.$util.msg('请取消已有关联后再重新关联报备', 2000)
- return
- }
- this.isReportpopup = true
- },
- handleShowGoodPopup() {
- // 显示添加商品弹窗
- this.isGoodspopup = true
- },
- handleClean() {
- //删除选择的商品
- this.remarksParams.productId === 0
- this.handleGoods = []
- },
- handleChoiceaGoodsData(data) {
- console.log('data', data)
- this.handleGoods = []
- this.remarksParams.productId = data.productId
- this.handleGoods.push(data)
- },
- handleChoiceaReportData(data) {
- console.log('data', data)
- this.reportText = data.reportText
- this.remarksParams.reportId = data.reportId
- },
- contains(arr, val) {
- // 校验
- return arr.some(item => item === val)
- },
- uploadFile(array) {
- //上传资质文件
- console.log(array)
- uploadFilePdfDocDocxXlsx()
- .then(res => {
- let data = JSON.parse(res.data).data
- let obj = {
- fileName: uni.getStorageSync('fileName'),
- ossName: data.ossName
- }
- array.push(obj)
- console.log('array', array)
- })
- .catch(err => {
- console.log(err)
- })
- },
- uploadPhotoFn(array) {
- //添加图片
- uploadFileImage().then(res => {
- array.push(JSON.parse(res.data).data)
- })
- },
- deleteFileFn(array, index) {
- console.log(array)
- //删除文件
- this.UploadService.PostFileDelete({
- ossName: array[index].ossName
- })
- .then(res => {
- array.splice(index, 1)
- })
- .catch(error => {
- console.log('删除文件异常提示===>', error.msg)
- })
- },
- deletePhotoFn(array, index) {
- //删除图片
- array.splice(index, 1)
- },
- previewImg(image, index) {
- //顶部商品图片预览
- isPreviewImg = true
- let previewUrls = image
- uni.previewImage({
- current: index, //图片索引
- urls: previewUrls, //必须是http图片,本地图片无效
- longPressActions: ''
- })
- },
- conInput(e) {
- //备注文字字数限制
- let value = e.detail.value
- let len = parseInt(value.length)
- if (len > this.max) return
- this.min = len
- if (this.min == 200) {
- this.$util.msg('您输入的字数已达上限', 2000)
- }
- },
- handleClickClunInfo() {
- //修改机构资料
- if (this.userInfo.userIdentity === 2) {
- this.$api.navigateTo(`/pages/seller/login/apply?userID=${this.userInfo.userId}`)
- } else if (this.userInfo.userIdentity === 4) {
- this.$api.navigateTo(`/pages/seller/login/information?userID=${this.userInfo.userId}`)
- }
- },
- handleClick() {
- this.modal = false
- },
- followupFilters(value) {
- // 订单来源
- const map = {
- 1: '跟进中',
- 2: '跟进完成',
- 3: '已放弃'
- }
- return map[value]
- },
- pinceFilters(value) {
- // 意向
- const map = {
- 1: '敏感',
- 2: '适中',
- 3: '不敏感',
- 4: '不明确'
- }
- return map[value]
- },
- intenActionsFilters(value) {
- // 意向
- const map = {
- 1: '意向强烈',
- 2: '意向一般',
- 3: '意向平淡',
- 4: '随便看看'
- }
- return map[value]
- },
- sourceActionsFilters(value) {
- // 客户来源
- const map = {
- 0: '搜素引擎',
- 1: '小程序',
- 2: '公众号',
- 3: '小红书',
- 4: '微博',
- 5: '搜狐',
- 7: '抖音',
- 8: '视频号',
- 9: '朋友推荐',
- 6: '其他',
- }
- return map[value]
- },
- genderActionsFilters(value) {
- // 客户性别
- const map = {
- 0: '男',
- 1: '女'
- }
- return map[value]
- },
- additiveActionsFilters(value) {
- // 加群情况
- const map = {
- 0: '已加群',
- 1: '未加群'
- }
- return map[value]
- },
- },
- onShow() {}
- }
- </script>
- <style lang="scss">
- page {
- height: auto;
- background: #ffffff;
- }
- .remarks-content-club {
- width: 100%;
- height: 288rpx;
- padding: 24rpx;
- box-sizing: border-box;
- border-bottom: 20rpx solid #f7f7f7;
- .content-club-le {
- width: 660rpx;
- float: left;
- .club-le-text {
- width: 100%;
- height: 60rpx;
- line-height: 60rpx;
- font-size: $font-size-28;
- color: #333333;
- .label {
- color: #999999;
- &.phone {
- margin-left: 48rpx;
- }
- }
- }
- }
- .content-club-ri {
- width: 40rpx;
- height: 160rpx;
- float: right;
- line-height: 160rpx;
- text-align: center;
- color: #b2b2b2;
- }
- }
- .remarks-content {
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 0 24rpx;
- padding-bottom: 160rpx;
- .list-view-title {
- width: 100%;
- height: auto;
- margin-bottom: 16rpx;
- margin-top: 40rpx;
- .list-view-h1 {
- line-height: 40rpx;
- font-size: $font-size-28;
- color: #333333;
- text-align: left;
- text {
- color: #ff2a2a;
- }
- }
- .list-view-p {
- line-height: 30rpx;
- color: #fea785;
- font-size: $font-size-20;
- }
- }
- .tui-remarks-content {
- width: 100%;
- height: auto;
- margin-bottom: 24rpx;
- .tui-remarks-goods-input {
- width: 100%;
- height: 180rpx;
- box-sizing: border-box;
- background-color: #f7f7f7;
- padding: 26rpx;
- border-radius: 6rpx;
- .input-add {
- width: 128rpx;
- height: 128rpx;
- line-height: 128rpx;
- float: left;
- text-align: center;
- box-sizing: border-box;
- border: 1px dashed #b2b2b2;
- border-radius: 6rpx;
- .iconfont {
- font-size: 44rpx;
- color: #b2b2b2;
- }
- }
- .input-text {
- height: 128rpx;
- box-sizing: border-box;
- padding: 0 32rpx;
- line-height: 128rpx;
- text-align: left;
- font-size: 26rpx;
- color: #b2b2b2;
- float: left;
- }
- }
- .tui-remarks-showgoods {
- width: 100%;
- height: 180rpx;
- box-sizing: border-box;
- .tui-remarks-btn {
- width: 90rpx;
- height: 180rpx;
- float: right;
- .btn {
- width: 100%;
- height: 90rpx;
- float: left;
- line-height: 90rpx;
- text-align: center;
- font-size: 26rpx;
- &.delete {
- color: #f94b4b;
- }
- &.update {
- color: #1890f9;
- }
- }
- }
- .tui-remarks-goods {
- width: 612rpx;
- height: 180rpx;
- box-sizing: border-box;
- background-color: #f7f7f7;
- padding: 26rpx;
- border-radius: 6rpx;
- float: left;
- .goods-image {
- width: 128rpx;
- height: 128rpx;
- float: left;
- image {
- width: 128rpx;
- height: 128rpx;
- display: block;
- border-radius: 4rpx;
- }
- }
- .goods-main {
- width: 432rpx;
- height: 128rpx;
- box-sizing: border-box;
- padding-left: 32rpx;
- float: right;
- .name {
- width: 100%;
- height: 60rpx;
- box-sizing: border-box;
- line-height: 60rpx;
- color: #333333;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- line-clamp: 1;
- -webkit-box-orient: vertical;
- font-size: 26rpx;
- }
- .shop {
- line-height: 60rpx;
- color: #999999;
- font-size: 26rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- line-clamp: 1;
- -webkit-box-orient: vertical;
- }
- }
- }
- }
- }
- .list-view-radio {
- width: 100%;
- height: 90rpx;
- box-sizing: border-box;
- padding: 0 10rpx;
- border: 1px solid #b2b2b2;
- border-radius: 6rpx;
- margin-bottom: 30rpx;
- position: relative;
- &.btn {
- border: none;
- margin-top: 40rpx;
- }
- .input {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- float: left;
- box-sizing: border-box;
- font-size: $font-size-24;
- color: #333333;
- padding: 0 10rpx;
- padding-right: 90rpx;
- }
- .iconfont {
- width: 50rpx;
- height: 90rpx;
- display: block;
- line-height: 90rpx;
- text-align: center;
- font-size: 30rpx;
- color: #999999;
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- .list-view-list-main {
- width: 100%;
- height: auto;
- box-sizing: border-box;
- margin-bottom: 30rpx;
- position: relative;
- .list-label-list{
- width: 100%;
- height: auto;
- box-sizing: border-box;
- .list-label{
- display: inline-block;
- padding: 0 20rpx;
- height: 48rpx;
- line-height: 48rpx;
- background: #F7F7F7;
- text-align: center;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- font-size: 26rpx;
- color: #666666;
- &.active{
- background: #FEF6F3;
- color: #FF5B00;
- }
- }
- }
- .list-view-list {
- width: 100%;
- height: 90rpx;
- box-sizing: border-box;
- margin-bottom: 30rpx;
- .list-view-input {
- width: 614rpx;
- height: 90rpx;
- float: left;
- position: relative;
- .input {
- width: 614rpx;
- height: 90rpx;
- box-sizing: border-box;
- padding: 0 20rpx;
- border: 1px solid #b2b2b2;
- border-radius: 6rpx;
- font-size: $font-size-24;
- color: #333333;
- }
- .list-view-assAction {
- width: 614rpx;
- min-height: 270rpx;
- box-sizing: border-box;
- padding: 10rpx 0;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
- border-radius: 6rpx;
- position: absolute;
- top: -288rpx;
- left: 0;
- z-index: 999;
- overflow: hidden;
- .tui-popup-scroll {
- width: 100%;
- height: 270rpx;
- }
- .ass-list {
- width: 100%;
- height: 90rpx;
- box-sizing: border-box;
- padding: 0 24rpx;
- line-height: 90rpx;
- font-size: $font-size-26;
- color: #666666;
- text-align: left;
- border-bottom: 1px solid #e1e1e1;
- &:last-child {
- border-bottom: none;
- }
- }
- }
- }
- .list-view-btn {
- width: 88rpx;
- height: 90rpx;
- float: right;
- text-align: center;
- line-height: 90rpx;
- .icon-zengjia {
- color: #1890f9;
- font-size: $font-size-48;
- }
- .icon-shanchu4 {
- color: #ff5b00;
- font-size: $font-size-48;
- }
- }
- }
- }
- .remarks-category {
- width: 100%;
- float: left;
- margin-bottom: 20rpx;
- .label {
- color: #666666;
- font-size: 28rpx;
- margin-right: 50rpx;
- }
- .checkbox-list {
- height: 60rpx;
- font-size: $font-size-28;
- line-height: 60rpx;
- border-radius: 10rpx;
- margin-right: 20rpx;
- margin-bottom: 10rpx;
- box-sizing: border-box;
- float: left;
- .icon-yixuanze {
- margin-right: 10rpx;
- color: #ff5b00;
- }
- .icon-weixuanze {
- margin-right: 10rpx;
- color: #b2b2b2;
- }
- }
- .item-text {
- display: inline-block;
- font-size: 26rpx;
- color: #333333;
- border-radius: 28rpx;
- line-height: 50rpx;
- }
- }
- .remarks-input {
- width: 100%;
- height: 90rpx;
- padding: 0 16rpx;
- margin: 20rpx 0 0 0;
- border-radius: 6rpx;
- position: relative;
- border: 1px solid #b2b2b2;
- box-sizing: border-box;
- .input {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- font-size: $font-size-26;
- color: $text-color;
- z-index: 1;
- }
- }
- .remarks-textarea {
- width: 100%;
- height: 226rpx;
- padding: 16rpx;
- margin: 20rpx 0 0 0;
- border-radius: 6rpx;
- position: relative;
- border: 1px solid #b2b2b2;
- box-sizing: border-box;
- .textarea {
- width: 100%;
- height: 100%;
- line-height: 36rpx;
- font-size: $font-size-26;
- color: $text-color;
- z-index: 1;
- }
- .limit-text {
- position: absolute;
- right: 20rpx;
- bottom: 16rpx;
- line-height: 44rpx;
- font-size: $font-size-24;
- color: #b2b2b2;
- }
- }
- .list-view {
- width: 100%;
- height: 40rpx;
- margin-top: 20rpx;
- .list-view-file {
- width: 132rpx;
- height: 44rpx;
- line-height: 44rpx;
- font-size: $font-size-20;
- text-align: center;
- color: #ffffff;
- background-color: $color-system;
- border-radius: 8rpx;
- float: left;
- margin-top: 10rpx;
- }
- .list-view-text {
- width: 100%;
- float: left;
- .input {
- width: 560rpx;
- height: 44rpx;
- box-sizing: border-box;
- line-height: 44rpx;
- color: #333333;
- text-overflow: ellipsis;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- line-clamp: 1;
- -webkit-box-orient: vertical;
- float: left;
- }
- .delbtn {
- width: 96rpx;
- height: 44rpx;
- border-radius: 8rpx;
- background-color: #fff2ec;
- font-size: $font-size-24;
- color: #ff5b00;
- line-height: 44rpx;
- text-align: center;
- float: left;
- }
- }
- }
- .list-view-upload {
- width: 100%;
- height: auto;
- .photo-item {
- display: inline-block;
- width: 112rpx;
- height: 112rpx;
- margin: 10rpx 0;
- margin-right: 25rpx;
- border-radius: 10rpx;
- border: 1px solid #f5f5f5;
- position: relative;
- float: left;
- &.add {
- width: 112rpx;
- height: 112rpx;
- border-color: #b2b2b2;
- text-align: center;
- line-height: 112rpx;
- margin-right: 0rpx;
- .icon-jiahao {
- font-size: $font-size-44;
- color: #b2b2b2;
- font-weight: bold;
- }
- }
- .icon-iconfontguanbi {
- width: 30rpx;
- height: 30rpx;
- border-radius: 50%;
- display: block;
- position: absolute;
- right: -10rpx;
- top: -10rpx;
- background: #f94b4b;
- text-align: center;
- line-height: 30rpx;
- color: #ffffff;
- font-size: $font-size-22;
- }
- image {
- width: 112rpx;
- height: 112rpx;
- border-radius: 10rpx;
- }
- }
- .photo-list {
- width: 100%;
- height: 116rpx;
- overflow: hidden;
- white-space: nowrap;
- display: flex;
- align-items: flex-start;
- }
- }
- }
- .remarks-btn {
- width: 100%;
- padding-top: 20rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- background-color: #ffffff;
- z-index: 99;
- .edit-button-canel {
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- color: #ff5b00;
- font-size: $font-size-24;
- }
- .edit-button {
- width: 600rpx;
- height: 90rpx;
- background: $btn-confirm;
- line-height: 90rpx;
- text-align: center;
- color: #ffffff;
- font-size: $font-size-30;
- margin: 0 auto;
- border-radius: 45rpx;
- }
- }
- </style>
|