addActivity.vue 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107
  1. <template>
  2. <div class="container-addAct">
  3. <el-card class="card-top">
  4. <div class="top-box">
  5. <div>
  6. <el-select
  7. placeholder="请选择行业"
  8. :disabled="!isShowSelect"
  9. @change="clearTopIndustry"
  10. @clear="clearTopIndustry"
  11. clearable
  12. v-model="optionFormregion"
  13. style="width: 360px; margin-right: 30px"
  14. >
  15. <el-option v-for="item in chartPermissionList" :label="item.PermissionName" :key="item.PermissionName" :value="item.PermissionName"></el-option>
  16. </el-select>
  17. <el-select placeholder="请选择活动类型" :disabled="!isShowSelect" clearable v-model="cactivityType" @change="activityTypeDetail" style="width: 360px">
  18. <el-option v-for="item in cactivityTypeList" :label="item.ActivityTypeName" :key="item.ActivityTypeId" :value="item.ActivityTypeId"></el-option>
  19. </el-select>
  20. </div>
  21. <div>
  22. <el-button v-if="isShowSelect" type="primary" @click="templateBtn">活动内容输入模板</el-button>
  23. </div>
  24. </div>
  25. </el-card>
  26. <el-card style="margin-top: 30px">
  27. <froala id="froala-editor" ref="froalaEditor" :tag="'textarea'" :config="froalaConfig" v-model="content"></froala>
  28. <div style="margin-top: 25px" v-if="optionFormregion">
  29. <template v-if="cactivityType == 1">
  30. <el-radio style="margin: 0 0 20px 30px" v-model="subjectRadio" label="1">单主题标签:</el-radio>
  31. <el-radio v-model="subjectRadio" label="2">多主题标签:</el-radio>
  32. </template>
  33. <div style="display: flex; align-items: center">
  34. <span style="width: 98px; flex-shrink: 0">
  35. 主题标签:
  36. <el-tooltip placement="top-start">
  37. <div slot="content">
  38. 1、小程序内默认显示产业名称,也可勾选【小程序内显示标的名称】更改显示<br />2、若该活动暂无相关联产业,请联系内容组添加,或勾选并填写【临时标签】用于小程序内展示<br />
  39. 3、选择产业和关联标的后,即完成对活动的标签定义;可同时勾选并填写【临时标签】,小程序内将显示临时标签名称
  40. </div>
  41. <i class="el-icon-info" />
  42. </el-tooltip>
  43. </span>
  44. <el-cascader
  45. key="multipleTrue"
  46. style="margin-right: 10px"
  47. v-model="industryCascade"
  48. :disabled="selectDisabled"
  49. @change="propertyChange"
  50. placeholder="请选择产业名称"
  51. :show-all-levels="false"
  52. :options="industryArr"
  53. :props="{ ...defaultProps, multiple: true }"
  54. filterable
  55. >
  56. </el-cascader>
  57. <template v-if="isShowAddIcon">
  58. <img v-if="!optionFormregion.includes('策略') && !selectDisabled" src="~@/assets/img/set_m/add_ico.png" style="margin: 0 30px 0 0" @click="addIndustryDlg = true" />
  59. <img v-if="!optionFormregion.includes('策略') && selectDisabled" src="~@/assets/img/set_m/slide.png" style="margin: 0 30px 0 0" />
  60. </template>
  61. <el-select v-model="markValue" :disabled="selectDisabled" @focus="markSelectFocus" multiple placeholder="请选择关联标的">
  62. <el-option v-for="item in markOptions" :key="item.IndustrialSubjectId" :value="item.IndustrialSubjectId" :label="item.SubjectName"> </el-option>
  63. </el-select>
  64. <template v-if="isShowAddIcon">
  65. <img v-if="!optionFormregion.includes('策略') && !selectDisabled" src="~@/assets/img/set_m/add_ico.png" style="margin: 0 10px" @click="isAddMarketDlg" />
  66. <img v-if="!optionFormregion.includes('策略') && selectDisabled" src="~@/assets/img/set_m/slide.png" style="margin: 0 10px" />
  67. </template>
  68. <el-checkbox style="margin-left: 20px" v-model="isMark">小程序内显示标的名称</el-checkbox>
  69. <div style="display: flex; align-items: center; margin-left: 40px">
  70. <el-checkbox v-model="radioTemporary">临时标签</el-checkbox>
  71. <el-input style="width: 350px; margin: 0 20px" v-model="valTemporary" @focus="radioTemporary = true" placeholder="请输入标签名称" type="text"></el-input>
  72. <div class="editsty" style="flex-shrink: 0" @click="dialogVisibleSubject = true">查询标的</div>
  73. </div>
  74. </div>
  75. <!-- 复选 模块 -->
  76. <div style="margin-top: 20px">
  77. <research-deduct ref="researchSelect" :cactivityType="cactivityType" />
  78. </div>
  79. <div style="margin: 20px 0 0 98px" class="add-delete" v-for="(item, index) in addSubjectLabel" :key="index">
  80. <template v-if="subjectRadio == 2">
  81. <el-cascader
  82. v-model="item.IndustrialManagementIdS"
  83. :disabled="item.forbidden"
  84. @change="propertyChange"
  85. placeholder="请选择产业名称"
  86. :show-all-levels="false"
  87. :options="industryArr"
  88. :props="{ ...defaultProps, multiple: true }"
  89. filterable
  90. >
  91. </el-cascader>
  92. <el-select style="margin: 0 10px" v-model="item.IndustrialSubjectIdS" :disabled="item.forbidden" @focus="markSelectFocusAdd(index, item)" multiple placeholder="请选择关联标的">
  93. <el-option v-for="val in item.markOptions" :key="val.IndustrialSubjectId" :value="val.IndustrialSubjectId" :label="val.SubjectName"> </el-option>
  94. </el-select>
  95. <el-checkbox style="margin: 0 0 0 10px" v-model="item.isMark">小程序内显示标的名称</el-checkbox>
  96. <div style="display: flex; align-items: center; margin-left: 40px">
  97. <el-checkbox v-model="item.temporary" @change="temporaryChangeHandler(item)">临时标签</el-checkbox>
  98. <el-input
  99. style="width: 350px; margin: 0 20px"
  100. v-model="item.temporaryText"
  101. @focus="
  102. item.forbidden = true;
  103. item.temporary = true;
  104. "
  105. placeholder="请输入标签名称"
  106. type="text"
  107. ></el-input>
  108. </div>
  109. <img @click="deleteSubject(index, item)" src="~@/assets/img/icons/delete-Item.png" />
  110. <el-checkbox style="margin-left: 30px" v-model="item.subscribe">可预约纪要</el-checkbox>
  111. </template>
  112. </div>
  113. <div style="margin: 20px 0 0 30px; display: flex; align-items: center" v-if="subjectRadio == 2">
  114. <img @click="addLabelClick" class="editsty" src="~@/assets/img/set_m/add_ico.png" style="margin: 0 10px" />
  115. <span @click="addLabelClick" class="editsty"> 添加主题标签</span>
  116. </div>
  117. </div>
  118. <div style="margin-top: 15px" v-if="showType !== '1' && showType !== '9' && subjectRadio != 2">
  119. <div class="radio-input" style="margin-bottom: 15px; height: 35px">
  120. <span style="width: 98px"> 参会人数限制: </span>
  121. <template v-if="showType != 3">
  122. <el-radio v-model="radio" label="1">不限制</el-radio>
  123. <el-radio v-model="radio" label="2">限制</el-radio>
  124. </template>
  125. <el-input placeholder="输入人数上限" v-if="radio == 2 || showType !== '2'" class="astrict-inpt" onkeyup="value=value.replace(/[^\d]/g,'')" v-model="astrict" />
  126. </div>
  127. <div v-if="radio == 2 || showType !== '2'">
  128. <div class="checkbox-box">
  129. <span style="width: 98px; flex-shrink: 0">
  130. 活动可见:
  131. <el-tooltip :content="checkboxTooltip('活动可见')" placement="top-start">
  132. <i class="el-icon-info" />
  133. </el-tooltip>
  134. </span>
  135. <div>
  136. <div class="is-visible">
  137. <el-radio-group v-model="radioVisibleActivity">
  138. <el-radio :label="1">仅本组客户可见</el-radio>
  139. <el-radio :label="2">全部客户可见</el-radio>
  140. </el-radio-group>
  141. <el-checkbox v-model="decisionChecked">仅决策人可见</el-checkbox>
  142. </div>
  143. <div style="display: flex">
  144. <span style="width: 70px; flex-shrink: 0" class="text-right"> 套餐类型: </span>
  145. <el-checkbox :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange" :disabled="checkAllIs">
  146. 全选
  147. <el-tooltip :content="checkboxTooltip('全选')" placement="top-start">
  148. <i class="el-icon-info" />
  149. </el-tooltip>
  150. </el-checkbox>
  151. <el-checkbox-group v-model="checkedCities" @change="handleCheckedCitiesChange">
  152. <el-checkbox v-for="item in cities" :label="item.CustomerTypeId" :key="item.CustomerTypeId" :disabled="forbidden.includes(String(item.CustomerTypeId))">
  153. {{ item.CustomerName }}
  154. <el-tooltip :content="item.Explain" placement="top-start" v-if="item.Explain">
  155. <i class="el-icon-info" />
  156. </el-tooltip>
  157. </el-checkbox>
  158. </el-checkbox-group>
  159. </div>
  160. <div class="checkbox-box" style="margin-top: 20px">
  161. <span class="text-right"> 管理规模: </span>
  162. <el-checkbox-group v-model="checkScaleList">
  163. <el-checkbox :disabled="scaleIsDisabled.includes('3')" label="3">100亿以上</el-checkbox>
  164. <el-checkbox :disabled="scaleIsDisabled.includes('2')" label="2">50~100亿</el-checkbox>
  165. </el-checkbox-group>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. <template v-if="activeIsState == 3">
  172. <div class="audio-content">
  173. <span class="text">会议音频:</span>
  174. <el-button v-if="addEditVideo.length > 0" size="small" type="primary" @click="errorUpload">上传会议音频</el-button>
  175. <el-upload
  176. v-else
  177. class="upload-demo"
  178. action=""
  179. :http-request="handleUploadAudio"
  180. accept="audio/*"
  181. :on-remove="handleRemoveAudio"
  182. :before-remove="beforeRemoveAudio"
  183. :limit="1"
  184. :file-list="fileListAudio"
  185. >
  186. <el-button size="small" type="primary">上传会议音频</el-button>
  187. </el-upload>
  188. </div>
  189. <div class="audio-content" style="margin-top: 10px">
  190. <span class="text">会议视频:</span>
  191. <el-button v-if="fileListAudio.length" size="small" type="primary" @click="errorUpload">上传会议视频</el-button>
  192. <el-upload
  193. v-else
  194. class="upload-demo"
  195. action=""
  196. accept=".mp4"
  197. :http-request="handleUpload"
  198. :before-upload="handelBeforeUploadVideo"
  199. :before-remove="beforeRemoveAudio"
  200. :on-remove="handleRemoveVideo"
  201. :file-list="addEditVideo"
  202. :disabled="startUpload"
  203. :limit="1"
  204. >
  205. <el-button size="small" type="primary" :loading="startUpload">上传会议视频</el-button>
  206. </el-upload>
  207. <el-progress type="circle" :percentage="percentage" width="40" style="margin-left: 10px" v-if="startUpload"></el-progress>
  208. </div>
  209. </template>
  210. <div style="text-align: center; margin-top: 30px">
  211. <el-button type="primary" @click="submitForm('保存')">保存</el-button>
  212. <el-button v-if="isShow" type="primary" @click="submitForm('发布')">发布</el-button>
  213. <el-button @click="cancelBtn">取消</el-button>
  214. </div>
  215. </el-card>
  216. <el-dialog
  217. v-dialogDrag
  218. :close-on-click-modal="false"
  219. :modal-append-to-body="false"
  220. center
  221. :title="activityTypeName"
  222. :visible.sync="dialogVisible"
  223. customClass="customWidth"
  224. :before-close="handleClose"
  225. >
  226. <div id="dialog" v-html="copyText"></div>
  227. <div style="margin-bottom: 60px">
  228. <div class="content-template" v-if="activityTypeName == '公司调研电话会'">
  229. <div @click="contentTemplate('1')" :class="contentTemplateTitle == '1' ? 'active' : ''">进门财经模板</div>
  230. <div @click="contentTemplate('2')" :class="contentTemplateTitle == '2' ? 'active' : ''">zoom模板</div>
  231. </div>
  232. <div v-html="templatePText" v-if="contentTemplateTitle == '1'"></div>
  233. <div v-html="ZoomTemplateP" v-else></div>
  234. <p v-if="cactivityType == 1" class="no-cv" style="color: #f00">注:多个活动同时输入时,请用分割线隔开</p>
  235. <p v-else class="no-cv" style="color: #f00">注:每次只能输入一场活动信息{{ cactivityType == 6 ? ",多篇相关报告时,用分号“;”隔开" : "" }}</p>
  236. </div>
  237. <span slot="footer" class="dialog-footer">
  238. <el-button @click="dialogVisible = false">取消</el-button>
  239. <el-button id="copy_text" type="primary" v-if="contentTemplateTitle == '1'" :data-clipboard-text="copyTxt" @click="handleCopyFun">复制模版</el-button>
  240. <el-button id="copy_text" type="primary" v-else :data-clipboard-text="zoomTemplate" @click="handleCopyFun">复制模版</el-button>
  241. </span>
  242. </el-dialog>
  243. <add-industry-mark
  244. :optionFormregion="optionFormregion.includes('研选') ? '研选' : optionFormregion"
  245. :addIndustryDlg.sync="addIndustryDlg"
  246. :addMarkDlg.sync="addMarkDlg"
  247. @commitIndustryDlg="commitIndustryDlg"
  248. @commitMarkDlg="commitMarkDlg"
  249. :addMarkUpVal="addMarkUpVal"
  250. :source="3"
  251. />
  252. <el-dialog v-dialogDrag :close-on-click-modal="false" :modal-append-to-body="false" center title="查询标的" :visible.sync="dialogVisibleSubject" width="500px" :before-close="handleCloseSubject">
  253. <div>
  254. <el-select style="width: 100%" v-model="addSubjectName" remote :remote-method="remoteMethod" clearable filterable @change="searchInfo" placeholder="请输入标的名称">
  255. <el-option v-for="item in addSubjectOptions" :key="item.IndustrialSubjectId" :label="item.SubjectName" :value="item.SubjectName"> </el-option>
  256. </el-select>
  257. </div>
  258. <p class="subject-text" v-if="isShowSubject">暂无数据</p>
  259. <template v-else>
  260. <p class="subject-text" v-for="(item, index) in nameSubjectOptions" :key="index">{{ item.Name }} : {{ item.value }}</p>
  261. </template>
  262. <p style="padding-bottom: 50px"></p>
  263. </el-dialog>
  264. </div>
  265. </template>
  266. <script>
  267. import { raiInterface, customInterence, getOSSSign, resourceVoiceupload } from "@/api/api.js";
  268. import VueFroala from "vue-froala-wysiwyg";
  269. import Clipboard from "clipboard";
  270. import AddIndustryMark from "../../components/addIndustryMark.vue";
  271. import richTextMixins from "../../components/apply/RichTextMixins";
  272. import MD5 from "js-md5";
  273. import ResearchDeduct from "./addComopnents/ResearchDeduct.vue";
  274. export default {
  275. name: "",
  276. components: { AddIndustryMark, ResearchDeduct },
  277. props: {},
  278. data() {
  279. return {
  280. cactivityType: "",
  281. content: "", //内容
  282. optionFormregion: "", //行业选择
  283. radio: "1", //单选按钮
  284. isOptionRef: false,
  285. chartPermissionList: [], //行业的数组
  286. cactivityTypeList: [], //活动类型
  287. dialogVisible: false, //弹框
  288. astrict: "", //人数限制
  289. copyTxt: "1", //复制的模版
  290. templatePText: "",
  291. checkedCities: [], //
  292. checkedCitiesTwo: "",
  293. cities: [], //
  294. isIndeterminate: false, //是否
  295. checkAll: false,
  296. showType: "9",
  297. activityTypeName: "纪要内容模板",
  298. isShow: true,
  299. isShowSelect: true,
  300. forbidden: [],
  301. checkAllIs: false,
  302. contentTemplateTitle: "1",
  303. zoomTemplate: "",
  304. zoomTemplateP: "",
  305. industryArr: [], //所有的行业
  306. industryCascade: "", //所有行业及联的选择
  307. markValue: "", //添加标的
  308. markOptions: [], ///添加标的的数组
  309. addMarkUpVal: {
  310. industrialName: "",
  311. industrialId: "",
  312. }, //弹框里的
  313. radioTemporary: false, //临时标签
  314. valTemporary: "", //临时标签的输入框
  315. selectDisabled: false, //临时标签的输入后全部禁用
  316. defaultProps: {
  317. label: "PermissionName",
  318. children: "List",
  319. value: "ChartPermissionId",
  320. },
  321. addIndustryDlg: false,
  322. addMarkDlg: false,
  323. subjectRadio: "1",
  324. addSubjectLabel: [],
  325. dialogVisibleSubject: false,
  326. addSubjectName: "",
  327. addSubjectOptions: "",
  328. nameSubjectOptions: [],
  329. isShowSubject: false,
  330. ListSubject: [],
  331. checkScaleList: [], //选择规模
  332. scaleIsDisabled: "", //选择规模 禁用
  333. isMark: false,
  334. radioVisibleActivity: 2,
  335. decisionChecked: false,
  336. fileListAudio: [],
  337. baseApi: process.env.API_ROOT,
  338. activeIsState: "",
  339. addEditVideo: [],
  340. startUpload: false, //开始上传
  341. percentage: 0,
  342. isShowAddIcon: true, //主题标签的添加的iocn 是否显示
  343. };
  344. },
  345. computed: {},
  346. mixins: [richTextMixins],
  347. watch: {
  348. radio: {
  349. handler(newVal) {
  350. if (newVal == 1) {
  351. this.astrict = "";
  352. }
  353. if (this.$route.query.id) return;
  354. this.isCheckAllType(this.cactivityType == 3 && newVal == 2 ? true : false);
  355. },
  356. },
  357. radioTemporary() {
  358. if (this.radioTemporary) {
  359. this.selectDisabled = true;
  360. } else {
  361. this.valTemporary = "";
  362. this.selectDisabled = false;
  363. }
  364. },
  365. subjectRadio() {
  366. this.addSubjectLabel = [];
  367. },
  368. cactivityType: {
  369. handler(newval) {
  370. if (this.$route.query.id) return;
  371. this.isCheckAllType(newval === 4 ? true : false);
  372. },
  373. },
  374. '$route.path':{
  375. handler(value){
  376. console.log(value,'value');
  377. },
  378. immediate:true
  379. }
  380. },
  381. created() {},
  382. mounted() {
  383. this.chartPermission();
  384. this.getActivityType();
  385. this.customerTypelist();
  386. this.getIndustry();
  387. if (this.$route.query.id) {
  388. this.getDetail();
  389. }
  390. if (this.$route.query.isShow == 1) {
  391. this.isShow = false;
  392. }
  393. if (this.$route.query.isShow >= 0) {
  394. this.isShowSelect = false;
  395. }
  396. },
  397. methods: {
  398. async handleUploadAudio(e) {
  399. const loading = this.$loading({
  400. lock: true,
  401. text: "上传音频中...",
  402. spinner: "el-icon-loading",
  403. background: "rgba(0, 0, 0, 0.7)",
  404. });
  405. let form = new FormData();
  406. form.append("file", e.file);
  407. const res = await resourceVoiceupload(form);
  408. if (res.Ret === 200) {
  409. let obj = {
  410. name: res.Data.ResourceName,
  411. url: res.Data.ResourceUrl,
  412. PlaySeconds: res.Data.PlaySeconds,
  413. };
  414. this.fileListAudio = [obj];
  415. loading.close();
  416. }
  417. },
  418. //删除新增的主题标签
  419. deleteSubject(index, item) {
  420. this.addSubjectLabel.splice(index, 1);
  421. },
  422. markSelectFocusAdd(index, item) {
  423. item.markOptions = [];
  424. item.IndustrialSubjectIdS = [];
  425. let arr = [];
  426. arr = item.IndustrialManagementIdS.map((key) => {
  427. return key[1];
  428. });
  429. raiInterface
  430. .getindustrialSubjectlistIds({
  431. IndustrialManagementIdStr: arr.join(","),
  432. })
  433. .then((res) => {
  434. if (res.Ret === 200) {
  435. item.markOptions = res.Data.List || [];
  436. }
  437. });
  438. },
  439. addLabelClick() {
  440. if (this.addSubjectLabel.length) {
  441. let index = this.addSubjectLabel.length - 1;
  442. this.addSubjectLabel.push({
  443. IndustrialManagementIdS: this.addSubjectLabel[index].IndustrialManagementIdS,
  444. IndustrialSubjectIdS: this.addSubjectLabel[index].IndustrialSubjectIdS,
  445. markOptions: this.addSubjectLabel[index].markOptions,
  446. isMark: this.addSubjectLabel[index].isMark,
  447. forbidden: this.addSubjectLabel[index].forbidden,
  448. temporary: this.addSubjectLabel[index].temporary,
  449. temporaryText: this.addSubjectLabel[index].temporaryText,
  450. subscribe: this.addSubjectLabel[index].subscribe,
  451. });
  452. } else {
  453. this.addSubjectLabel = [
  454. {
  455. IndustrialManagementIdS: this.industryCascade,
  456. IndustrialSubjectIdS: this.markValue,
  457. markOptions: this.markOptions,
  458. isMark: this.isMark,
  459. forbidden: this.selectDisabled,
  460. temporary: this.radioTemporary,
  461. temporaryText: this.valTemporary,
  462. subscribe: this.$refs.researchSelect.isCanAppointmentMinutes,
  463. },
  464. ];
  465. }
  466. },
  467. propertyChange() {
  468. if (this.subjectRadio == 2) return;
  469. this.markOptions = [];
  470. this.markValue = "";
  471. },
  472. //添加后的 临时标签
  473. temporaryChangeHandler(item) {
  474. item.forbidden = item.temporary;
  475. !item.forbidden ? (item.temporaryText = "") : "";
  476. },
  477. //编辑进来的详情
  478. getDetail() {
  479. raiInterface.activityDetail({ ActivityId: Number(this.$route.query.id) }).then((res) => {
  480. if (res.Ret !== 200) return;
  481. const { Data } = res;
  482. this.activeIsState = Data.ActiveState;
  483. this.cactivityType = Data.ActivityTypeId;
  484. this.optionFormregion = Data.ChartPermissionName;
  485. this.checkedCities = Data.CustomerTypeIds ? Data.CustomerTypeIds.split(",").map((item) => Number(item)) : [];
  486. this.astrict = Data.LimitPeopleNum == "0" ? "" : Data.LimitPeopleNum;
  487. this.showType = Data.ShowType;
  488. this.content = Data.Body;
  489. this.checkScaleList = Data.Scale ? Data.Scale.split(",") : [];
  490. this.scaleIsDisabled = Data.Scale;
  491. this.radioVisibleActivity = Data.VisibleRange > 0 ? Data.VisibleRange : 1;
  492. this.decisionChecked = Data.IsMakerShow == 1 ? true : false;
  493. let checkedCount = Data.CustomerTypeIds ? Data.CustomerTypeIds.split(",").length : "";
  494. this.checkAll = checkedCount === this.cities.length;
  495. this.isIndeterminate = checkedCount > 0 && checkedCount < this.cities.length;
  496. this.isMark = Data.IsShowSubjectName == 1 ? true : false;
  497. this.valTemporary = Data.TemporaryLabel;
  498. this.radioTemporary = this.valTemporary ? true : false;
  499. // 复选框模块
  500. this.$nextTick(() => {
  501. let RefPage = this.$refs.researchSelect;
  502. RefPage.isCanAppointmentMinutes = Data.IsCanAppointmentMinutes == 1 ? true : false;
  503. RefPage.isYidongConduct = Data.IsYidongConduct == 1 ? true : false;
  504. RefPage.isExternalLabel = Data.IsExternalLabel == 1 ? true : false;
  505. RefPage.isCanOutboundCall = Data.IsCanOutboundCall == 1 ? true : false;
  506. RefPage.isDeduct = Data.IsResearchPoints == 1 ? true : false;
  507. RefPage.provideEmail = Data.IsNeedEmail == 1 ? true : false;
  508. RefPage.isBClass = Data.IsBClass == 1 ? true : false;
  509. RefPage.SiginupDeadline = Data.SiginupDeadline;
  510. RefPage.PointsSet = Data.PointsSet;
  511. RefPage.institutionName = Data.PointsSet.CompanyName;
  512. });
  513. this.addEditVideo = Data.VideoDetail
  514. ? [Data.VideoDetail].map((item) => {
  515. return { name: item.VideoName, PlaySeconds: item.VideoDuration, url: item.VideoUrl };
  516. })
  517. : [];
  518. this.fileListAudio = Data.VoiceList
  519. ? Data.VoiceList.map((item) => {
  520. return { name: item.Name, PlaySeconds: item.PlaySeconds, url: item.Url };
  521. })
  522. : [];
  523. if (Data.PublishStatus == 1) {
  524. this.forbidden = Data.CustomerTypeIds ? Data.CustomerTypeIds.split(",") : [];
  525. this.checkAllIs = this.forbidden.length >= 1;
  526. }
  527. if (this.astrict > 0 && this.showType == 2) {
  528. this.radio = "2";
  529. }
  530. this.valTemporary = res.Data.TemporaryLabel;
  531. this.radioTemporary = this.valTemporary ? true : false;
  532. this.industryCascade = res.Data.ListIndustrial ? res.Data.ListIndustrial.map((item) => [item.ChartPermissionId, item.IndustrialManagementId]) : "";
  533. this.markValue = res.Data.ListSubject ? res.Data.ListSubject.map((item) => item.IndustrialSubjectId) : "";
  534. if (this.markValue) {
  535. this.markSelectFocus();
  536. }
  537. });
  538. },
  539. //提交发布活保存前的校验
  540. submitForm(type) {
  541. if (this.checkedCities) {
  542. this.checkedCitiesTwo = this.checkedCities.join(",");
  543. }
  544. if (!this.radioTemporary && !this.industryCascade.length) return this.$message.error("请选择产业!");
  545. if (this.radioTemporary && !this.valTemporary) return this.$message.error("请输入临时标签!");
  546. let arr = [];
  547. if (this.industryCascade.length) {
  548. arr = this.industryCascade.map((item) => {
  549. return item[1];
  550. });
  551. }
  552. if (this.showType == "3" || this.radio == "2") {
  553. if (!this.astrict) return this.$message.error("请在输入框输入人数上限!");
  554. }
  555. if (!this.cactivityType || !this.optionFormregion) return this.$message.error("请选择行业或活动类型");
  556. if (this.subjectRadio == 2) {
  557. let labelArr = this.addSubjectLabel.map((item) => {
  558. let labelArrList = [];
  559. item.IndustrialManagementIdS.forEach((val) => {
  560. labelArrList.push(val[1]);
  561. });
  562. return {
  563. IndustrialManagementIdS: labelArrList.join(","),
  564. IndustrialSubjectIdS: item.IndustrialSubjectIdS.join(","),
  565. IsShowSubjectName: item.isMark ? 1 : 0,
  566. TemporaryLabel: item.temporary ? item.temporaryText : "",
  567. IsCanAppointmentMinutes: item.subscribe ? 1 : 0,
  568. };
  569. });
  570. this.ListSubject = [
  571. {
  572. IndustrialManagementIdS: arr.length ? arr.join(",") : "",
  573. IndustrialSubjectIdS: this.markValue.length ? this.markValue.join(",") : "",
  574. IsShowSubjectName: this.isMark ? 1 : 0,
  575. TemporaryLabel: this.radioTemporary ? this.valTemporary : "",
  576. IsCanAppointmentMinutes: this.$refs.researchSelect.isCanAppointmentMinutes ? 1 : 0,
  577. },
  578. ...labelArr,
  579. ];
  580. } else {
  581. this.ListSubject = [
  582. {
  583. IndustrialManagementIdS: arr.length ? arr.join(",") : "",
  584. IndustrialSubjectIdS: this.markValue.length ? this.markValue.join(",") : "",
  585. IsShowSubjectName: this.isMark ? 1 : 0,
  586. TemporaryLabel: this.radioTemporary ? this.valTemporary : "",
  587. IsCanAppointmentMinutes: this.$refs.researchSelect.isCanAppointmentMinutes ? 1 : 0,
  588. },
  589. ];
  590. }
  591. let VoiceList = this.fileListAudio.map((item) => {
  592. return {
  593. Name: item.name,
  594. PlaySeconds: item.PlaySeconds.toString(),
  595. Url: item.url,
  596. };
  597. });
  598. let VideoDetail = this.addEditVideo.map((item) => {
  599. return {
  600. VideoName: item.name,
  601. VideoDuration: item.PlaySeconds.toString(),
  602. VideoUrl: item.url,
  603. };
  604. });
  605. this.saveTheRelease(type, arr, VoiceList, VideoDetail[0]);
  606. },
  607. //保存或发布
  608. async saveTheRelease(type, arr, VoiceList, VideoDetail) {
  609. let RefPage = this.$refs.researchSelect;
  610. let PointsSet = RefPage.PointsSet;
  611. const res = await raiInterface.preserveAndPublishAdd({
  612. DoType: type == "发布" ? 1 : 0,
  613. ActivityId: Number(this.$route.query.id) || 0,
  614. ActivityTypeId: Number(this.cactivityType),
  615. Body: this.content,
  616. PermissionName: this.optionFormregion,
  617. CustomerTypeIds: this.checkedCitiesTwo,
  618. LimitPeopleNum: Number(this.astrict) || 0,
  619. IndustrialManagementIdS: arr.length ? arr.join(",") : "",
  620. IndustrialSubjectIdS: this.markValue.length ? this.markValue.join(",") : "",
  621. List: this.ListSubject,
  622. Scale: this.checkScaleList.length ? this.checkScaleList.join(",") : "",
  623. LabelType: Number(this.subjectRadio),
  624. IsShowSubjectName: this.isMark ? 1 : 0,
  625. IsMakerShow: this.decisionChecked ? 1 : 0,
  626. VisibleRange: this.radioVisibleActivity,
  627. VoiceList,
  628. VideoDetail,
  629. IsYidongConduct: RefPage.isYidongConduct ? 1 : 0,
  630. IsExternalLabel: RefPage.isExternalLabel ? 1 : 0,
  631. IsCanOutboundCall: RefPage.isCanOutboundCall ? 1 : 0,
  632. IsResearchPoints: RefPage.isDeduct ? 1 : 0,
  633. IsNeedEmail: RefPage.provideEmail ? 1 : 0,
  634. IsBClass: RefPage.isBClass ? 1 : 0,
  635. SiginupDeadline: RefPage.SiginupDeadline,
  636. PointsSet,
  637. });
  638. if (res.Ret !== 200) return;
  639. this.$message.success("操作成功!");
  640. this.$router.back();
  641. },
  642. //获取行业
  643. chartPermission() {
  644. raiInterface.chartPermissionList().then((res) => {
  645. if (res.Ret === 200) {
  646. this.chartPermissionList = res.Data.List;
  647. }
  648. });
  649. },
  650. //获取活动类型
  651. getActivityType() {
  652. raiInterface.getActivityType().then((res) => {
  653. if (res.Ret === 200) {
  654. this.isShowAddIcon = res.Data.IsShowAddIcon;
  655. this.cactivityTypeList = res.Data.List;
  656. }
  657. });
  658. },
  659. //获取活动类型详情
  660. activityTypeDetail(e) {
  661. this.radio = "1"; //单选按钮
  662. this.astrict = ""; //人数限制
  663. this.contentTemplateTitle = "1";
  664. this.subjectRadio = "1";
  665. this.checkedCities = [];
  666. this.$refs.researchSelect.isBClass = false;
  667. this.radioVisibleActivity = this.cactivityType == 7 ? 1 : 2;
  668. if (!this.cactivityType) return;
  669. raiInterface
  670. .activityTypeDetail({
  671. ActivityTypeId: this.cactivityType - 0,
  672. })
  673. .then((res) => {
  674. if (res.Ret === 200) {
  675. this.copyTxt = res.Data.Template;
  676. this.templatePText = res.Data.TemplateP;
  677. this.zoomTemplate = res.Data.ZoomTemplate;
  678. this.ZoomTemplateP = res.Data.ZoomTemplateP;
  679. this.showType = res.Data.ShowType;
  680. this.activityTypeName = res.Data.ActivityTypeName;
  681. }
  682. });
  683. },
  684. // 操作:点击了复制按钮
  685. handleCopyFun() {
  686. let clipboard = new Clipboard("#copy_text");
  687. clipboard.on("success", (e) => {
  688. this.$message({
  689. type: "success",
  690. message: "复制成功!",
  691. });
  692. this.dialogVisible = false;
  693. clipboard.destroy(); // 释放内存
  694. });
  695. clipboard.on("error", (e) => {
  696. // 不支持复制
  697. this.$Message.info("该浏览器不支持自动复制");
  698. clipboard.destroy(); // 释放内存
  699. });
  700. },
  701. //点击了复制模版
  702. templateBtn() {
  703. if (!this.cactivityType) return this.$message.error("请选择活动类型");
  704. this.dialogVisible = true;
  705. },
  706. //获取多选的客户列表
  707. customerTypelist() {
  708. raiInterface.customerTypelist().then((res) => {
  709. if (res.Ret === 200) {
  710. this.cities = res.Data.List;
  711. }
  712. });
  713. },
  714. // 子组件来的事件 产业
  715. commitIndustryDlg(data, type = "") {
  716. this.getIndustry();
  717. this.industryCascade.push([Number(data.ChartPermissionId), Number(data.NewId)]);
  718. },
  719. // 子组件来的事件 标的
  720. commitMarkDlg(data) {
  721. let arr = this.industryCascade.flat(Infinity);
  722. raiInterface
  723. .getindustrialSubjectlistIds({
  724. IndustrialManagementIdStr: arr[1],
  725. })
  726. .then((res) => {
  727. if (res.Ret === 200) {
  728. this.markOptions = res.Data.List || [];
  729. }
  730. });
  731. this.markValue = data.split(",").map((item) => Number(item));
  732. },
  733. /* 获取全部的行业 */
  734. getIndustry() {
  735. raiInterface.getListIndustrial().then((res) => {
  736. if (res.Ret === 200) {
  737. this.industryArr = res.Data.List || [];
  738. }
  739. });
  740. },
  741. //top 行业清除的事件
  742. clearTopIndustry() {
  743. this.industryCascade = [];
  744. this.radioTemporary = false;
  745. this.valTemporary = "";
  746. this.markValue = "";
  747. this.radioVisibleActivity = 2;
  748. },
  749. //添加标的的点击事件
  750. isAddMarketDlg() {
  751. let arr = this.industryCascade.flat(Infinity);
  752. this.industryArr.forEach((item) => {
  753. if (item.ChartPermissionId == arr[0]) {
  754. this.addMarkUpVal.industrialId = arr[1];
  755. item.List.forEach((key) => {
  756. if (key.ChartPermissionId == arr[1]) {
  757. this.addMarkUpVal.industrialName = key.PermissionName;
  758. }
  759. });
  760. }
  761. });
  762. if (this.industryCascade.length == 1) {
  763. this.addMarkDlg = true;
  764. } else if (this.industryCascade.length > 1) {
  765. this.$message.error("已选多个产业,无法添加标的");
  766. } else {
  767. this.$message.error("请先选择产业");
  768. }
  769. },
  770. //点击添加标的的下拉选择框
  771. markSelectFocus() {
  772. if (!this.industryCascade.length) {
  773. this.$message.error("请先选择产业");
  774. } else {
  775. let arr = [];
  776. arr = this.industryCascade.map((item) => {
  777. return item[1];
  778. });
  779. raiInterface
  780. .getindustrialSubjectlistIds({
  781. IndustrialManagementIdStr: arr.join(","),
  782. })
  783. .then((res) => {
  784. if (res.Ret === 200) {
  785. this.markOptions = res.Data.List || [];
  786. }
  787. });
  788. }
  789. },
  790. handleCheckAllChange(val) {
  791. if (val) {
  792. let newCodeList = this.cities.map((item) => item.CustomerTypeId);
  793. this.checkedCities = newCodeList;
  794. } else {
  795. this.checkedCities = [];
  796. }
  797. this.checkedCitiesTwo = this.checkedCities.join(",");
  798. this.isIndeterminate = false;
  799. },
  800. handleCheckedCitiesChange(value) {
  801. let checkedCount = value.length;
  802. this.checkAll = checkedCount === this.cities.length;
  803. this.isIndeterminate = checkedCount > 0 && checkedCount < this.cities.length;
  804. },
  805. cancelBtn() {
  806. this.$router.back();
  807. },
  808. contentTemplate(type) {
  809. this.contentTemplateTitle = type;
  810. },
  811. handleCloseSubject() {
  812. this.nameSubjectOptions = [];
  813. this.addSubjectName = "";
  814. this.addSubjectOptions = [];
  815. this.dialogVisibleSubject = false;
  816. },
  817. async remoteMethod(query) {
  818. if (query !== "") {
  819. const res = await raiInterface.industrialSubjectSearch({
  820. KeyWord: query,
  821. });
  822. if (res.Ret === 200) {
  823. this.addSubjectOptions = res.Data.List || [];
  824. }
  825. }
  826. },
  827. async searchInfo(val) {
  828. if (val !== "") {
  829. const res = await raiInterface.industrialSubjectSearchInfo({
  830. KeyWord: val,
  831. });
  832. if (res.Ret === 200) {
  833. this.isShowSubject = res.Data.List ? false : true;
  834. let arrList = [];
  835. arrList = res.Data.List
  836. ? res.Data.List.map((item) => {
  837. let arr = [];
  838. item.List.forEach((key) => {
  839. arr.push(key.Name);
  840. });
  841. return {
  842. ...item,
  843. value: arr.join(","),
  844. };
  845. })
  846. : [];
  847. this.nameSubjectOptions = arrList;
  848. }
  849. } else {
  850. this.nameSubjectOptions = [];
  851. }
  852. },
  853. //套餐类型的 提升文本
  854. checkboxTooltip(val) {
  855. let str = "";
  856. switch (val) {
  857. case "全选":
  858. str = "所有客户均可看到该活动(冻结、流失客户也可看到,但会提示无权限参会)";
  859. break;
  860. case "活动可见":
  861. str = "套餐类型和管理规模两项下,均有勾选时,只要满足其中之一的条件,客户就可见此活动。例如:勾选了大套餐客户和100亿以上,则大套餐客户和100亿以上规模的客户都可以看到此活动";
  862. break;
  863. }
  864. return str;
  865. },
  866. //删除上传
  867. handleRemoveAudio(file, fileList) {
  868. this.fileListAudio = [];
  869. },
  870. //删除上传前得确认
  871. beforeRemoveAudio(file, fileList) {
  872. return this.$confirm(`确定移除 ${file.name}?`);
  873. },
  874. //删除视频的上传
  875. handleRemoveVideo(file, fileList) {
  876. this.addEditVideo = [];
  877. },
  878. //获取视频时长的promise
  879. handleGetDuration(file) {
  880. return new Promise((resolve, reject) => {
  881. const fileUrl = URL.createObjectURL(file);
  882. const audioEl = new Audio(fileUrl);
  883. audioEl.addEventListener("loadedmetadata", (e) => {
  884. resolve(audioEl.duration);
  885. });
  886. });
  887. },
  888. //上传视频判断格式
  889. handelBeforeUploadVideo(e) {
  890. if (e.type != "video/mp4") {
  891. this.$message.warning("上传失败,上传视频格式不正确");
  892. return false;
  893. }
  894. },
  895. // 上传视频
  896. async handleUpload(e) {
  897. const duration = await this.handleGetDuration(e.file);
  898. this.addEditVideo.push({
  899. name: e.file.name,
  900. PlaySeconds: duration + "",
  901. url: "",
  902. });
  903. const res = await getOSSSign();
  904. if (res.Ret === 200) {
  905. let accessKeyId = res.Data.AccessKeyId;
  906. let accessKeySecret = res.Data.AccessKeySecret;
  907. let stsToken = res.Data.SecurityToken;
  908. this.handleUploadToOSS(e.file, accessKeyId, accessKeySecret, stsToken);
  909. }
  910. },
  911. //上传到阿里云
  912. async handleUploadToOSS(file, accessKeyId, accessKeySecret, stsToken) {
  913. this.startUpload = true;
  914. const ALOSSINS = new OSS({
  915. // yourRegion填写Bucket所在地域。以华东1(杭州)为例,Region填写为oss-cn-hangzhou。
  916. region: "oss-cn-shanghai",
  917. // 从STS服务获取的临时访问密钥(AccessKey ID和AccessKey Secret)。
  918. accessKeyId: accessKeyId,
  919. accessKeySecret: accessKeySecret,
  920. // 从STS服务获取的安全令牌(SecurityToken)。
  921. stsToken: stsToken,
  922. // 填写Bucket名称,例如examplebucket。
  923. bucket: "hzchart",
  924. endpoint: "hzstatic.hzinsights.com",
  925. cname: true,
  926. timeout: 600000,
  927. });
  928. // 生成文件名
  929. const t = new Date().getTime().toString();
  930. const temName = `static/yb/video/${MD5(t)}.${file.name.split(".")[1]}`;
  931. console.log(temName);
  932. const options = {
  933. // 获取分片上传进度、断点和返回值。
  934. progress: (p, cpt, res) => {
  935. console.log(p);
  936. this.percentage = parseInt(p * 100);
  937. },
  938. // 设置并发上传的分片数量。
  939. parallel: 10,
  940. // 设置分片大小。默认值为1 MB,最小值为100 KB。
  941. partSize: 1024 * 1024 * 10, // 10MB
  942. };
  943. try {
  944. const res = await ALOSSINS.multipartUpload(temName, file, { ...options });
  945. console.log("上传结果", res);
  946. if (res.res.status === 200) {
  947. let VideoUrl = "https://hzstatic.hzinsights.com/" + res.name;
  948. this.addEditVideo[0].url = VideoUrl;
  949. this.startUpload = false;
  950. this.percentage = 0;
  951. }
  952. } catch (error) {
  953. this.$message.warning("上传失败,请刷新重试");
  954. this.startUpload = false;
  955. this.percentage = 0;
  956. }
  957. },
  958. errorUpload() {
  959. this.$message.error("音频文件和视频文件,仅支•持•上•传一个");
  960. },
  961. // 公司线下调研 调研电话会 的选择
  962. isCheckAllType(newval) {
  963. if (newval) {
  964. let newCodeList = [];
  965. this.cities.forEach((item) => {
  966. if (![5, 6, 7].includes(item.CustomerTypeId)) {
  967. newCodeList.push(item.CustomerTypeId);
  968. }
  969. });
  970. this.checkedCities = newCodeList;
  971. this.checkedCitiesTwo = this.checkedCities.join(",");
  972. this.isIndeterminate = true;
  973. this.checkAll = false;
  974. } else {
  975. this.checkedCities = [];
  976. this.checkedCitiesTwo = "";
  977. this.checkAll = false;
  978. }
  979. },
  980. },
  981. };
  982. </script>
  983. <style lang="scss">
  984. .container-addAct {
  985. .content-template {
  986. display: flex;
  987. div {
  988. margin-right: 20px;
  989. padding-bottom: 4px;
  990. }
  991. .active {
  992. border-bottom: 4px solid #409eff;
  993. }
  994. margin-bottom: 20px;
  995. }
  996. .customWidth {
  997. width: 550px !important;
  998. }
  999. .top-box {
  1000. display: flex;
  1001. justify-content: space-between;
  1002. }
  1003. .fr-second-toolbar {
  1004. display: none;
  1005. }
  1006. #dialog {
  1007. -webkit-touch-callout: none;
  1008. -webkit-user-select: none;
  1009. -khtml-user-select: none;
  1010. -moz-user-select: none;
  1011. -ms-user-select: none;
  1012. user-select: none;
  1013. color: #333;
  1014. font-size: 14px;
  1015. div {
  1016. margin-bottom: 40px;
  1017. }
  1018. }
  1019. .no-cv {
  1020. margin-top: 30px;
  1021. -webkit-user-select: none;
  1022. -khtml-user-select: none;
  1023. -moz-user-select: none;
  1024. -ms-user-select: none;
  1025. user-select: none;
  1026. }
  1027. .text-right {
  1028. display: inline-block;
  1029. text-align: right;
  1030. }
  1031. .radio-input {
  1032. display: flex;
  1033. align-items: center;
  1034. .el-input__inner {
  1035. box-sizing: border-box;
  1036. line-height: 30px;
  1037. width: 112px;
  1038. height: 28px !important;
  1039. background: #ffffff;
  1040. border: 1px solid #aab4cc;
  1041. border-radius: 4px;
  1042. }
  1043. }
  1044. .astrict-inpt {
  1045. box-sizing: border-box;
  1046. line-height: 30px;
  1047. width: 112px;
  1048. height: 28px !important;
  1049. background: #ffffff;
  1050. input {
  1051. padding: 10px;
  1052. }
  1053. }
  1054. .checkbox-box {
  1055. display: flex;
  1056. margin-bottom: 10px;
  1057. .el-checkbox {
  1058. margin-left: 5px;
  1059. margin-right: 30px;
  1060. }
  1061. }
  1062. .subject-text {
  1063. padding-top: 20px;
  1064. }
  1065. .is-visible {
  1066. margin-bottom: 20px;
  1067. .el-checkbox {
  1068. margin-left: 20px;
  1069. }
  1070. }
  1071. .audio-content {
  1072. display: flex;
  1073. align-items: center;
  1074. .test {
  1075. flex-shrink: 0;
  1076. }
  1077. .upload-demo {
  1078. display: flex;
  1079. .el-upload-list {
  1080. margin-left: 20px;
  1081. }
  1082. }
  1083. }
  1084. .el-upload-list__item.is-success.focusing .el-icon-close-tip {
  1085. display: none !important;
  1086. }
  1087. }
  1088. .fr-visible {
  1089. display: none !important;
  1090. }
  1091. .add-delete {
  1092. display: flex;
  1093. align-items: center;
  1094. img {
  1095. width: 18px;
  1096. }
  1097. }
  1098. </style>