tools.js 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676
  1. import { message,Select } from 'antd';
  2. import React from 'react';
  3. import $ from 'jquery/src/ajax';
  4. import {
  5. patentTypeList,
  6. patentStateList,
  7. patentFieldList,
  8. technicalSourceList,
  9. catagoryList,
  10. intellectualGetList,
  11. conversionFormList,
  12. annualReportStateList,
  13. cognizanceStateList,
  14. technologyStateList,
  15. copyrightStateList,
  16. auditStatusList,
  17. scaleList,
  18. companyType,
  19. industryList,
  20. contractTypeList,
  21. contractStateList,
  22. demandTypeList,
  23. achievementCategoryList,
  24. techAuditStatusList,
  25. auditStatusLists,
  26. maturityList,
  27. transferModeList,
  28. innovationList,
  29. orderStatusList,
  30. activityForm,
  31. activityType,
  32. boutique,
  33. hot,
  34. statuslist,
  35. customerTyp,
  36. cityArr,
  37. customerStatus,
  38. intentionalService,
  39. newFollow,
  40. sex,
  41. tag,
  42. contactType,
  43. contact,
  44. intentionalServiceOn,
  45. newFollowOn,
  46. customerStatusOn,
  47. Whether,
  48. Certification,
  49. currentMember,
  50. lvl,
  51. industry,
  52. socialAttribute,
  53. station,
  54. post,
  55. patternOrganization,
  56. conditionOrganization,
  57. categoryState,
  58. auditStatusL,
  59. gameState,
  60. messageType,
  61. designated,
  62. featured,
  63. actives,
  64. intentProgress,
  65. transactionProgress,
  66. contractProgress,
  67. projectProgress,
  68. orderType, orderStage, orderState,paymentState, orderChannel, approvedState, lock,paymentMethod,transactionChannel,projectState,transactionProject,
  69. client,
  70. stick,
  71. taskStatus,
  72. publishStatus,
  73. changeState,
  74. distributeState,
  75. customerSource,
  76. releaseStateList,
  77. releasePosition,
  78. achievementPosition,
  79. achievementType,
  80. transaction,
  81. newsPosition,
  82. policyPosition,
  83. newType,
  84. adviserType,
  85. authState,
  86. typeModule,
  87. lowType,
  88. msgType,
  89. ziYuanType,
  90. couponAuthState,
  91. couponAuthStates,
  92. couponCome,
  93. videoType,
  94. videoStatus,
  95. videoPosition
  96. } from './dataDic.js';
  97. import { provinceList} from './NewDicProvinceList.js';
  98. module.exports = {
  99. splitUrl: function (string, i, url) {
  100. let theList = [];
  101. let theArr = [];
  102. if (string && string.length) {
  103. theArr = string.split(i);
  104. theArr.map(function (item, i) {
  105. theList.push({
  106. uid: -i-1,
  107. url: url + item,
  108. response: {
  109. data: item
  110. }
  111. });
  112. });
  113. }
  114. return theList;
  115. },
  116. getBase64: function (img, callback) {
  117. const reader = new FileReader();
  118. reader.addEventListener('load', () => callback(reader.result));
  119. reader.readAsDataURL(img);
  120. },
  121. beforeUpload: function (file) {
  122. const isLt2M = file.size / 1024 / 1024 < 2;
  123. if (!isLt2M) {
  124. message.error('图片小大必须小于2MB!');
  125. }
  126. return isLt2M;
  127. },
  128. beforeUploadFile: function (file) {
  129. // debugger
  130. // const isJPG = file.type === 'image/jpeg/document';
  131. // if (!isJPG) {
  132. // message.error('You can only upload JPG file!');
  133. // }
  134. // const isLt2M = file.size / 1024 / 1024 < 2;
  135. // if (!isLt2M) {
  136. // message.error('Image must smaller than 2MB!');
  137. // }
  138. // return isJPG && isLt2M;
  139. },
  140. getTime: function (e, t) {
  141. if (e && !t) {
  142. var d = new Date(e);
  143. d = d.getFullYear() + "-" +
  144. ((d.getMonth() + 1) < 10 ? '0' + (d.getMonth() + 1) : (d.getMonth() + 1)) + "-" +
  145. (d.getDate() < 10 ? '0' + d.getDate() : d.getDate()) + " ";
  146. // + (d.getHours() < 10 ? "0" + d.getHours() : d.getHours()) + ":" +
  147. // (d.getMinutes() < 10 ? "0" + d.getMinutes() : d.getMinutes()) + ":" +
  148. // (d.getSeconds() < 10 ? "0" + d.getSeconds() : d.getSeconds());
  149. return d;
  150. } else if (e && t) {
  151. var d1 = new Date(e);
  152. var d2 = new Date(e);
  153. d2 = d2.setMonth(d1.getMonth() + t);
  154. d2 = new Date(d2)
  155. d2 = d2.getFullYear() + "-" +
  156. ((d2.getMonth() + 1) < 10 ? '0' + (d2.getMonth() + 1) : (d2.getMonth() + 1)) + "-" +
  157. (d2.getDate() < 10 ? '0' + d2.getDate() : d2.getDate()) + " ";
  158. return d2;
  159. } else {
  160. return '';
  161. }
  162. },
  163. getPatentType: function (e) {
  164. if (e) {
  165. let theType = '';
  166. patentTypeList.map(function (item) {
  167. if (item.value == e) {
  168. theType = item.key;
  169. };
  170. });
  171. return theType;
  172. }
  173. },
  174. getPatentState: function (e) {
  175. if (e) {
  176. let theState = '';
  177. patentStateList.map(function (item) {
  178. if (item.value == e) {
  179. theState = item.key;
  180. };
  181. });
  182. return theState;
  183. }
  184. },
  185. getPatentField: function (e) {
  186. if (e) {
  187. let theState = '';
  188. patentFieldList.map(function (item) {
  189. if (item.value == e) {
  190. theState = item.key;
  191. };
  192. });
  193. return theState;
  194. }
  195. },
  196. getTechnicalSource: function (e) {
  197. if (e) {
  198. let theSource = '';
  199. technicalSourceList.map(function (item) {
  200. if (item.value == e) {
  201. theSource = item.key;
  202. };
  203. });
  204. return theSource;
  205. }
  206. },
  207. getCatagory: function (e) {
  208. if (e) {
  209. let theType = '';
  210. catagoryList.map(function (item) {
  211. if (item.value == e) {
  212. theType = item.key;
  213. };
  214. });
  215. return theType;
  216. }
  217. },
  218. getIntellectualObtainWay: function (e) {
  219. if (e) {
  220. let theType = '';
  221. intellectualGetList.map(function (item) {
  222. if (item.value == e) {
  223. theType = item.key;
  224. };
  225. });
  226. return theType;
  227. }
  228. },
  229. getConversionForm: function (e) {
  230. if (e) {
  231. let theType = '';
  232. conversionFormList.map(function (item) {
  233. if (item.value == e) {
  234. theType = item.key;
  235. };
  236. });
  237. return theType;
  238. }
  239. },
  240. getAnnualReportState: function (e) {
  241. if (e) {
  242. let theType = '';
  243. annualReportStateList.map(function (item) {
  244. if (item.value == e) {
  245. theType = item.key;
  246. };
  247. });
  248. return theType;
  249. }
  250. },
  251. getCognizanceState: function (e) {
  252. if (e) {
  253. let theType = '';
  254. cognizanceStateList.map(function (item) {
  255. if (item.value == e) {
  256. theType = item.key;
  257. };
  258. });
  259. return theType;
  260. }
  261. },
  262. getTechnologyState: function (e) {
  263. if (e) {
  264. let theType = '';
  265. technologyStateList.map(function (item) {
  266. if (item.value == e) {
  267. theType = item.key;
  268. };
  269. });
  270. return theType;
  271. }
  272. },
  273. //显示用户认证状态
  274. getAuditState: function (e) {
  275. if (e) {
  276. let theType = '';
  277. auditStatusList.map(function (item) {
  278. if (item.value == e) {
  279. theType = item.key;
  280. };
  281. });
  282. return theType;
  283. }
  284. },
  285. getCopyrightState: function (e) {
  286. if (e) {
  287. let theType = '';
  288. copyrightStateList.map(function (item) {
  289. if (item.value == e) {
  290. theType = item.key;
  291. };
  292. });
  293. return theType;
  294. }
  295. },
  296. downloadFile: function (path, fileName) {
  297. window.open(globalConfig.context + '/open/downloadFile?path=' + path + '&fileName=' + fileName)
  298. },
  299. techDownloadFile: function (url, id) {
  300. window.open(globalConfig.context + url + '?id=' + id)
  301. },
  302. copyrightDownloadFile: function (id, sign, url) {
  303. window.open(globalConfig.context + url + '?id=' + id + '&sign=' + sign)
  304. },
  305. newDownloadFile: function (id, sign, url,type) {
  306. if (!type ) {
  307. window.open(globalConfig.context + url + '?id=' + id + '&sign=' + sign);
  308. };
  309. if ( type ) {
  310. window.open(globalConfig.context + url + '?id=' + id + '&sign=' + sign + '&type=' + type);
  311. };
  312. },
  313. companySearch(input, option) {
  314. return option.props.children.indexOf(input) >= 0
  315. },
  316. getVacations(ccccc){
  317. let now = new Date();
  318. let theYear = now.getFullYear();
  319. $.ajax({
  320. type: "get",
  321. dataType: "json",
  322. crossDomain: false,
  323. url: globalConfig.context + '/open/html/json/vacations' + theYear,
  324. success: (data)=>{
  325. if (data) {
  326. ccccc(data);
  327. };
  328. }
  329. });
  330. },
  331. getInUrgentTime(date, inUrgent,vocations) {
  332. if ( vocations && vocations.length ){
  333. let now = new Date(date),addNum = 0;
  334. for (var i = 1; i <= inUrgent;) {
  335. now.setDate(now.getDate() + 1);
  336. let thebool = true;
  337. vocations.map((item)=>{
  338. if ( item == getKey(now)) {
  339. thebool= false;
  340. }
  341. });
  342. if ( thebool ) {
  343. i++
  344. };
  345. };
  346. return now;
  347. };
  348. function getKey(date) {
  349. var year = date.getFullYear(),
  350. month = date.getMonth() + 1,
  351. day = date.getDate();
  352. year = "" + year;
  353. month = (month > 9 ? "" : "0") + month;
  354. day = (day > 9 ? "" : "0") + day;
  355. return year + month + day;
  356. }
  357. },
  358. //各种通过接口获取下拉列表
  359. setPatentStateOption(permission) {
  360. let theArr = [];
  361. patentStateList.map(function (item) {
  362. for (let i = 0; i < permission.length; i++) {
  363. if (item.value == permission[i]) {
  364. theArr.push(item);
  365. };
  366. };
  367. });
  368. return theArr;
  369. },
  370. setUserContactsList(){
  371. let theOption = [];
  372. $.ajax({
  373. method: "get",
  374. dataType: "json",
  375. crossDomain: false,
  376. url: globalConfig.context + '/api/user/getContacts',
  377. success: function (data) {
  378. if (!data.data) {
  379. if ( data.error && data.error.length ) {
  380. message.warning(data.error[0].message);
  381. };
  382. return;
  383. };
  384. for (let item in data.data) {
  385. let theData = data.data[item];
  386. theOption.push(
  387. <Select.Option value={item} key={theData}>{theData}</Select.Option>
  388. );
  389. };
  390. }
  391. });
  392. return theOption;
  393. },
  394. setAdminContactsList(uid){
  395. let theOption = [];
  396. $.ajax({
  397. method: "get",
  398. dataType: "json",
  399. crossDomain: false,
  400. url: globalConfig.context + '/api/admin/getContacts',
  401. data:{ "uid": uid },
  402. success: function (data) {
  403. if (!data.data) {
  404. if ( data.error && data.error.length ) {
  405. message.warning(data.error[0].message);
  406. };
  407. return;
  408. };
  409. for (let item in data.data) {
  410. let theData = data.data[item];
  411. theOption.push(
  412. <Select.Option value={item} key={theData}>{theData}</Select.Option>
  413. );
  414. };
  415. }
  416. });
  417. return theOption;
  418. },
  419. //高企培育资料完成情况(比重)
  420. getProportion(uid,callback){
  421. $.ajax({
  422. method: "get",
  423. dataType: "json",
  424. crossDomain: false,
  425. url: globalConfig.context + '/api/admin/proportion',
  426. data:{ "uid": uid },
  427. success: function (data) {
  428. if (!data.data) {
  429. if ( data.error && data.error.length ) {
  430. message.warning(data.error[0].message);
  431. };
  432. data.data = {}
  433. callback(data.data);
  434. };
  435. callback(data.data);
  436. }
  437. });
  438. },
  439. //保存高企培育资料完成情况
  440. saveProportion(id,uid,sign,status){
  441. $.ajax({
  442. method: "post",
  443. dataType: "json",
  444. crossDomain: false,
  445. url: globalConfig.context + '/api/admin/confirmProportion',
  446. data:{
  447. "id": id,
  448. "uid":uid,
  449. "sign":sign,
  450. "status":status
  451. },
  452. success: function (data) {
  453. if (!data.data) {
  454. if ( data.error && data.error.length ) {
  455. message.warning(data.error[0].message);
  456. };
  457. return;
  458. };
  459. }
  460. });
  461. },
  462. //获取window.location.search传的值
  463. getSearchUrl(e){
  464. let searchURL = e;
  465. let theObj = {};
  466. searchURL = searchURL.substring(1, searchURL.length);
  467. theObj[searchURL.split("&")[0].split("=")[0]] = searchURL.split("&")[0].split("=")[1];
  468. if ( searchURL.split("&")[1] ) {
  469. theObj[searchURL.split("&")[1].split("=")[0]] = searchURL.split("&")[1].split("=")[1];
  470. if ( searchURL.split("&")[2] ) {
  471. theObj[searchURL.split("&")[2].split("=")[0]] = searchURL.split("&")[2].split("=")[1];
  472. };
  473. };
  474. return theObj;
  475. },
  476. //预览接口
  477. getPreview(id,url,sign,callback){
  478. $.ajax({
  479. method: "get",
  480. dataType: "json",
  481. crossDomain: false,
  482. url: globalConfig.context + "/api/admin/preview/" + url,
  483. data:{
  484. "id": id,
  485. "sign": sign
  486. },
  487. success: function (data) {
  488. if (!data.data) {
  489. if ( data.error && data.error.length ) {
  490. message.warning(data.error[0].message);
  491. };
  492. };
  493. callback('https://view.officeapps.live.com/op/view.aspx?src=' + encodeURIComponent(location.origin + globalConfig.context + "/open/preview?" + data.data));
  494. }
  495. });
  496. },
  497. //获取企业规模
  498. getScaleState(e) {
  499. if (e) {
  500. let theType = '';
  501. scaleList.map(function (item) {
  502. if (item.value == e) {
  503. theType = item.key;
  504. };
  505. });
  506. return theType;
  507. }
  508. },
  509. //获取企业类型
  510. getCompanyType(type1, type2) {
  511. let companyTypeList = [];
  512. for (let i = 0; i < companyType.length; i++) {
  513. companyTypeList.push({
  514. value: companyType[i].value,
  515. label: companyType[i].label
  516. });
  517. if (companyType[i].children) {
  518. for (let j = 0; j < companyType[i].children.length; j++) {
  519. companyTypeList.push({
  520. value: companyType[i].children[j].value,
  521. label: companyType[i].children[j].label
  522. });
  523. };
  524. }
  525. };
  526. companyTypeList.sort(function (a, b) {
  527. return a.value - b.value
  528. });
  529. let typeKey = "";
  530. companyTypeList.map(function (item) {
  531. if (type1 == item.value) {
  532. typeKey = item.label;
  533. };
  534. if (type2 == item.value) {
  535. typeKey = typeKey + "/" + item.label;
  536. };
  537. });
  538. return typeKey;
  539. },
  540. //获取企业行业
  541. getIndustryType(e) {
  542. if (e) {
  543. let theType = '';
  544. industryList.map(function (item) {
  545. if (item.value == e) {
  546. theType = item.key;
  547. };
  548. });
  549. return theType;
  550. }
  551. },
  552. //获取合同状态
  553. getContractType: function (e) {
  554. if (e) {
  555. let theType = '';
  556. contractTypeList.map(function (item) {
  557. if (item.value == e) {
  558. theType = item.key;
  559. };
  560. });
  561. return theType;
  562. }
  563. },
  564. //获取合同类型
  565. getContractState: function (e) {
  566. if (e) {
  567. let theType = '';
  568. contractStateList.map(function (item) {
  569. if (item.value == e) {
  570. theType = item.key;
  571. };
  572. });
  573. return theType;
  574. }
  575. },
  576. //获取需求类型
  577. getDemandType: function (e) {
  578. if (e||e==0) {
  579. let str=e.toString()
  580. let theType = '';
  581. demandTypeList.map(function (item) {
  582. if (item.value == str) {
  583. theType = item.key;
  584. };
  585. });
  586. return theType;
  587. }
  588. },
  589. //获取成果类型
  590. getAchievementCategory: function (e) {
  591. if (e||e=='0') {
  592. let theType = '';
  593. achievementCategoryList.map(function (item) {
  594. if (item.value == e) {
  595. theType = item.key;
  596. };
  597. });
  598. return theType;
  599. }
  600. },
  601. //获取需求和成果审核状态
  602. getTechAuditStatus: function (e) {
  603. if (e) {
  604. let theType = '';
  605. techAuditStatusList.map(function (item) {
  606. if (item.value == e) {
  607. theType = item.key;
  608. };
  609. });
  610. return theType;
  611. }
  612. },
  613. //获取政策审核状态
  614. getauditStatus: function (e) {
  615. if (e||e>=0) {
  616. let tt=e.toString()
  617. let theType = '';
  618. auditStatusLists.map(function (item) {
  619. if (item.value == tt) {
  620. theType = item.key;
  621. };
  622. });
  623. return theType;
  624. }
  625. },
  626. //获取需求和成果审核状态
  627. getMaturity: function (e) {
  628. if (e) {
  629. let theType = '';
  630. maturityList.map(function (item) {
  631. if (item.value == e) {
  632. theType = item.key;
  633. };
  634. });
  635. return theType;
  636. }
  637. },
  638. //获取需求和成果审核状态
  639. getTransferMode: function (e) {
  640. if (e) {
  641. let theType = '';
  642. transferModeList.map(function (item) {
  643. if (item.value == e) {
  644. theType = item.key;
  645. };
  646. });
  647. return theType;
  648. }
  649. },
  650. //获取创新度状态
  651. getInnovation: function (e) {
  652. if (e||e=='0') {
  653. let theType = '';
  654. innovationList.map(function (item) {
  655. if (item.value == e) {
  656. theType = item.key;
  657. };
  658. });
  659. return theType;
  660. }
  661. },
  662. //获取创新度状态
  663. getOrderStatus: function (e) {
  664. if (e) {
  665. let theType = '';
  666. orderStatusList.map(function (item) {
  667. if (item.value == e) {
  668. theType = item.key;
  669. };
  670. });
  671. return theType;
  672. }
  673. },
  674. //科技管理
  675. //活动圈后台管理
  676. getActivityType: function (e) {
  677. if (e) {
  678. let theType = '';
  679. activityType.map(function (item) {
  680. if (item.value == e) {
  681. theType = item.key;
  682. };
  683. });
  684. return theType;
  685. }
  686. },
  687. getActivityForm: function (e) {
  688. if (e) {
  689. let theType = '';
  690. activityForm.map(function (item) {
  691. if (item.value == e) {
  692. theType = item.key;
  693. };
  694. });
  695. return theType;
  696. }
  697. },
  698. //是否展示在首页
  699. gethot: function (e) {
  700. if (e) {
  701. let theType = '';
  702. hot.map(function (item) {
  703. if (item.value == e) {
  704. theType = item.key;
  705. };
  706. });
  707. return theType;
  708. }
  709. },
  710. //是否精品
  711. getboutique: function (e) {
  712. if (e) {
  713. let theType = '';
  714. boutique.map(function (item) {
  715. if (item.value == e) {
  716. theType = item.key;
  717. };
  718. });
  719. return theType;
  720. }
  721. },
  722. //客户类型
  723. getcustomerTyp: function (e) {
  724. if (e) {
  725. let theType = '';
  726. customerTyp.map(function (item) {
  727. if (item.value == e) {
  728. theType = item.key;
  729. };
  730. });
  731. return theType;
  732. }
  733. },
  734. //省份
  735. getcityArr: function (e) {
  736. if (e) {
  737. let theType = '';
  738. cityArr.map(function (item) {
  739. if (item.value == e) {
  740. theType = item.key;
  741. }
  742. });
  743. return theType;
  744. }
  745. },
  746. //客户状态
  747. getcustomerStatue: function (e) {
  748. if (e||e==0) {
  749. let theType = '';
  750. customerStatus.map(function (item) {
  751. if (item.value == e) {
  752. theType = item.key;
  753. };
  754. });
  755. return theType;
  756. }
  757. },
  758. //账户状态
  759. getStatuslist: function (e) {
  760. if (e) {
  761. let theType = '';
  762. statuslist.map(function (item) {
  763. if (item.value == e) {
  764. theType = item.key;
  765. };
  766. });
  767. return theType;
  768. }
  769. },
  770. //意向服务
  771. getCompanyIntention: function (e) {
  772. if (e) {
  773. let theType = '';
  774. intentionalService.map(function (item) {
  775. if (item.value == e) {
  776. theType = item.key;
  777. };
  778. });
  779. return theType;
  780. }
  781. },
  782. //客户标签
  783. getTag: function (e) {
  784. if (e) {
  785. let theType = '';
  786. tag.map(function (item) {
  787. if (item.value == e) {
  788. theType = item.key;
  789. };
  790. });
  791. return theType;
  792. }
  793. },
  794. //最新跟进
  795. getfllowSituation: function (e) {
  796. if (e||e==0) {
  797. let theType = '';
  798. newFollow.map(function (item) {
  799. if (item.value == e) {
  800. theType = item.key;
  801. };
  802. });
  803. return theType;
  804. }
  805. },
  806. //性别
  807. getsex: function (e) {
  808. if (e) {
  809. let theType = '';
  810. sex.map(function (item) {
  811. if (item.value == e) {
  812. theType = item.key;
  813. };
  814. });
  815. return theType;
  816. }
  817. },
  818. //联系方式
  819. getcontact: function (e) {
  820. if (e) {
  821. let theType = '';
  822. contact.map(function (item) {
  823. if (item.value == e) {
  824. theType = item.key;
  825. };
  826. });
  827. return theType;
  828. }
  829. },
  830. //是否文字与数字转换
  831. getWhether: function (e) {
  832. if (e) {
  833. let theType = '';
  834. Whether.map(function (item) {
  835. if (item.value == e) {
  836. theType = item.key;
  837. };
  838. });
  839. return theType;
  840. }
  841. },
  842. //是否实名认证
  843. getCertification: function (e) {
  844. if (e) {
  845. let theType = '';
  846. Certification.map(function (item) {
  847. if (item.value == e) {
  848. theType = item.key;
  849. };
  850. });
  851. return theType;
  852. }
  853. },
  854. //会员状态
  855. getCurrentMember: function (e) {
  856. if (e) {
  857. let theType = '';
  858. currentMember.map(function (item) {
  859. if (item.value == e) {
  860. theType = item.key;
  861. };
  862. });
  863. return theType;
  864. }
  865. },
  866. //会员等级
  867. getLvl: function (e) {
  868. if (e) {
  869. let theType = '';
  870. lvl.map(function (item) {
  871. if (item.value == e) {
  872. theType = item.key;
  873. };
  874. });
  875. return theType;
  876. }
  877. },
  878. //省份转换
  879. getprovince:function(e){
  880. let nub=parseInt(e);
  881. let theType = '';
  882. if (nub<=34) {
  883. provinceList.map(function (item) {
  884. if (item.id == nub) {
  885. theType = item.name;
  886. };
  887. });
  888. }
  889. if(nub>34&&nub<380){
  890. provinceList.map(function (item) {
  891. item.cityList.map(function (city) {
  892. if (city.id == nub) {
  893. theType = city.name;
  894. };
  895. });
  896. });
  897. }
  898. if(nub>=380){
  899. provinceList.map(function (item) {
  900. item.cityList.map(function (city) {
  901. city.areaList.map(function (areas) {
  902. if (areas.id == nub) {
  903. theType = areas.name;
  904. };
  905. });
  906. });
  907. })
  908. }
  909. return theType;
  910. },
  911. //我的业务跟进状态
  912. getStatusFollow:function(e){
  913. let theType = '';
  914. if(e){
  915. theType ='跟进中' ;
  916. }else{
  917. theType ='停止跟进';
  918. }
  919. return theType;
  920. },
  921. //我的业务跟进状态
  922. getContactType:function(e){
  923. if (e) {
  924. let theType = '';
  925. contactType.map(function (item) {
  926. if (item.value == e) {
  927. theType = item.key;
  928. };
  929. });
  930. return theType;
  931. }
  932. },
  933. //社会属性
  934. getSocialAttribute:function(e){
  935. if (e) {
  936. let theType = '';
  937. socialAttribute.map(function (item) {
  938. if (item.value == e) {
  939. theType = item.key;
  940. };
  941. });
  942. return theType;
  943. }
  944. },
  945. //行业
  946. getIndustry:function(e){
  947. if (e) {
  948. let theType = '';
  949. industry.map(function (item) {
  950. if (item.value == e) {
  951. theType = item.key;
  952. };
  953. });
  954. return theType;
  955. }
  956. },
  957. //岗位
  958. getStation:function(e){
  959. if (e) {
  960. let theType = '';
  961. station.map(function (item) {
  962. if (item.value == e) {
  963. theType = item.key;
  964. };
  965. });
  966. return theType;
  967. }
  968. },
  969. //职务
  970. getPost:function(e){
  971. if (e) {
  972. let theType = '';
  973. post.map(function (item) {
  974. if (item.value == e) {
  975. theType = item.key;
  976. };
  977. });
  978. return theType;
  979. }
  980. },
  981. //组织类型
  982. getPattern:function(e){
  983. if (e) {
  984. let theType = '';
  985. patternOrganization.map(function (item) {
  986. if (item.value == e) {
  987. theType = item.key;
  988. };
  989. });
  990. return theType;
  991. }
  992. },
  993. //组织状态
  994. getCondition:function(e){
  995. if (e) {
  996. let theType = '';
  997. conditionOrganization.map(function (item) {
  998. if (item.value == e) {
  999. theType = item.key;
  1000. };
  1001. });
  1002. return theType;
  1003. }
  1004. },
  1005. //品类状态
  1006. getCategoryState:function(e){
  1007. if (e) {
  1008. let theType = '';
  1009. categoryState.map(function (item) {
  1010. if (item.value == e) {
  1011. theType = item.key;
  1012. };
  1013. });
  1014. return theType;
  1015. }
  1016. },
  1017. //实名认证
  1018. getAuditStatus:function(index){
  1019. let e=index?index.toString():'';
  1020. if (e) {
  1021. let theType = '';
  1022. auditStatusL.map(function (item) {
  1023. if (item.value == e) {
  1024. theType = item.key;
  1025. };
  1026. });
  1027. return theType;
  1028. }
  1029. },
  1030. //品类状态
  1031. getGameState:function(index){
  1032. if (index||index==0) {
  1033. let theType = '';
  1034. gameState.map(function (item) {
  1035. if (item.value == index) {
  1036. theType = item.key;
  1037. };
  1038. });
  1039. return theType;
  1040. }
  1041. },
  1042. //消息类型
  1043. getMessageType:function(index){
  1044. if (index||index==0) {
  1045. let theType = '';
  1046. gameState.map(function (item) {
  1047. if (item.value == index) {
  1048. theType = item.key;
  1049. };
  1050. });
  1051. return theType;
  1052. }
  1053. },
  1054. //发送目标
  1055. getDesignated:function(index){
  1056. let e=index?index.toString():'';
  1057. if (e) {
  1058. let theType = '';
  1059. designated.map(function (item) {
  1060. if (item.value == e) {
  1061. theType = item.key;
  1062. };
  1063. });
  1064. return theType;
  1065. }
  1066. },
  1067. //客户端
  1068. getClient:function(index){
  1069. let e=index?index.toString():'';
  1070. if (e) {
  1071. let theType = '';
  1072. client.map(function (item) {
  1073. if (item.value == e) {
  1074. theType = item.key;
  1075. };
  1076. });
  1077. return theType;
  1078. }
  1079. },
  1080. //是否置顶
  1081. getStick:function(index){
  1082. let e=index?index.toString():'';
  1083. if (e) {
  1084. let theType = '';
  1085. stick.map(function (item) {
  1086. if (item.value == e) {
  1087. theType = item.key;
  1088. };
  1089. });
  1090. return theType;
  1091. }
  1092. },
  1093. getFeatured:function(index){
  1094. let e=index?index.toString():'';
  1095. if (e) {
  1096. let theType = '';
  1097. featured.map(function (item) {
  1098. if (item.value == e) {
  1099. theType = item.key;
  1100. };
  1101. });
  1102. return theType;
  1103. }
  1104. },
  1105. getActives:function(e){
  1106. if (e) {
  1107. let theType = '';
  1108. actives.map(function (item) {
  1109. if (item.value == e) {
  1110. theType = item.key;
  1111. };
  1112. });
  1113. return theType;
  1114. }
  1115. },
  1116. //意向进度
  1117. getIntentProgress:function(e){
  1118. if (e) {
  1119. let theType = '';
  1120. intentProgress.map(function (item) {
  1121. if (item.value == e) {
  1122. theType = item.key;
  1123. };
  1124. });
  1125. return theType;
  1126. }
  1127. },
  1128. //交易进度
  1129. getTransactionProgress:function(e){
  1130. if (e) {
  1131. let theType = '';
  1132. transactionProgress.map(function (item) {
  1133. if (item.value == e) {
  1134. theType = item.key;
  1135. };
  1136. });
  1137. return theType;
  1138. }
  1139. },
  1140. //合同进度
  1141. getContractProgress:function(e){
  1142. if (e) {
  1143. let theType = '';
  1144. contractProgress.map(function (item) {
  1145. if (item.value == e) {
  1146. theType = item.key;
  1147. };
  1148. });
  1149. return theType;
  1150. }
  1151. },
  1152. //项目进度
  1153. getProjectProgress:function(e){
  1154. if (e) {
  1155. let theType = '';
  1156. projectProgress.map(function (item) {
  1157. if (item.value == e) {
  1158. theType = item.key;
  1159. };
  1160. });
  1161. return theType;
  1162. }
  1163. },
  1164. //订单类型
  1165. getOrderType:function(e){
  1166. if (e||e==0) {
  1167. let str=e.toString()
  1168. let theType = '';
  1169. orderType.map(function (item) {
  1170. if (item.value == str) {
  1171. theType = item.key;
  1172. };
  1173. });
  1174. return theType;
  1175. }
  1176. },
  1177. //订单阶段
  1178. getOrderStage:function(e){
  1179. if (e||e==0) {
  1180. let str=e.toString()
  1181. let theType = '';
  1182. orderStage.map(function (item) {
  1183. if (item.value == str) {
  1184. theType = item.key;
  1185. };
  1186. });
  1187. return theType;
  1188. }
  1189. },
  1190. //订单状态o
  1191. getOrderState:function(e){
  1192. if (e||e==0) {
  1193. let str=e.toString()
  1194. let theType = '';
  1195. orderState.map(function (item) {
  1196. if (item.value == str) {
  1197. theType = item.key;
  1198. };
  1199. });
  1200. return theType;
  1201. }
  1202. },
  1203. //付款状态
  1204. getPaymentState:function(e){
  1205. if (e||e==0) {
  1206. let str=e.toString()
  1207. let theType = '';
  1208. paymentState.map(function (item) {
  1209. if (item.value == str) {
  1210. theType = item.key;
  1211. };
  1212. });
  1213. return theType;
  1214. }
  1215. },
  1216. //订单渠道
  1217. getOrderChannel:function(e){
  1218. if (e||e==0) {
  1219. let str=e.toString()
  1220. let theType = '';
  1221. orderChannel.map(function (item) {
  1222. if (item.value == str) {
  1223. theType = item.key;
  1224. };
  1225. });
  1226. return theType;
  1227. }
  1228. },
  1229. //特批状态
  1230. getApprovedState:function(e){
  1231. if (e||e==0) {
  1232. let str=e.toString()
  1233. let theType = '';
  1234. approvedState.map(function (item) {
  1235. if (item.value == str) {
  1236. theType = item.key;
  1237. };
  1238. });
  1239. return theType;
  1240. }
  1241. },
  1242. //锁定或废除
  1243. getLock:function(e){
  1244. if (e||e==0) {
  1245. let str=e.toString()
  1246. let theType = '';
  1247. lock.map(function (item) {
  1248. if (item.value == str) {
  1249. theType = item.key;
  1250. };
  1251. });
  1252. return theType;
  1253. }
  1254. },
  1255. //支付方式
  1256. getPaymentMethod:function(e){
  1257. if (e||e==0) {
  1258. let str=e.toString()
  1259. let theType = '';
  1260. paymentMethod.map(function (item) {
  1261. if (item.value == str) {
  1262. theType = item.key;
  1263. };
  1264. });
  1265. return theType;
  1266. }
  1267. },
  1268. //交易渠道 transactionProject
  1269. getTransactionChannel:function(e){
  1270. if (e||e==0) {
  1271. let str=e.toString()
  1272. let theType = '';
  1273. transactionChannel.map(function (item) {
  1274. if (item.value == str) {
  1275. theType = item.key;
  1276. };
  1277. });
  1278. return theType;
  1279. }
  1280. },
  1281. //交易科目
  1282. getTransactionProject:function(e){
  1283. if (e||e==0) {
  1284. let str=e.toString()
  1285. let theType = '';
  1286. transactionProject.map(function (item) {
  1287. if (item.value == str) {
  1288. theType = item.key;
  1289. };
  1290. });
  1291. return theType;
  1292. }
  1293. },
  1294. //项目状态
  1295. getProjectState:function(e){
  1296. if (e||e==0) {
  1297. let str=e.toString()
  1298. let theType = '';
  1299. projectState.map(function (item) {
  1300. if (item.value == str) {
  1301. theType = item.key;
  1302. };
  1303. });
  1304. return theType;
  1305. }
  1306. },
  1307. //任务状态
  1308. getTaskStatus:function(e){
  1309. if (e||e==0) {
  1310. let str=e.toString()
  1311. let theType = '';
  1312. taskStatus.map(function (item) {
  1313. if (item.value == str) {
  1314. theType = item.key;
  1315. };
  1316. });
  1317. return theType;
  1318. }
  1319. },
  1320. //公示状态
  1321. getPublishStatus:function(e){
  1322. if (e||e==0) {
  1323. let str=e.toString()
  1324. let theType = '';
  1325. publishStatus.map(function (item) {
  1326. if (item.value == str) {
  1327. theType = item.key;
  1328. };
  1329. });
  1330. return theType;
  1331. }
  1332. },
  1333. //变更状态
  1334. getChangeState:function(e){
  1335. if (e||e==0) {
  1336. let str=e.toString()
  1337. let theType = '';
  1338. changeState.map(function (item) {
  1339. if (item.value == str) {
  1340. theType = item.key;
  1341. };
  1342. });
  1343. return theType;
  1344. }
  1345. },
  1346. //分派情况
  1347. getDistributeState:function(e){
  1348. if (e||e==0) {
  1349. let str=e.toString()
  1350. let theType = '';
  1351. distributeState.map(function (item) {
  1352. if (item.value == str) {
  1353. theType = item.key;
  1354. };
  1355. });
  1356. return theType;
  1357. }
  1358. },
  1359. //客户来源
  1360. getCustomerSource:function(e){
  1361. if (e||e==0) {
  1362. let str=e.toString()
  1363. let theType = '';
  1364. customerSource.map(function (item) {
  1365. if (item.value == str) {
  1366. theType = item.key;
  1367. };
  1368. });
  1369. return theType;
  1370. }
  1371. },
  1372. /* g个人中心开发 */
  1373. //发布状态
  1374. getReleaseStateList:function(e){
  1375. if (e||e==0) {
  1376. let str=e.toString()
  1377. let theType = '';
  1378. releaseStateList.map(function (item) {
  1379. if (item.value == str) {
  1380. theType = item.key;
  1381. };
  1382. });
  1383. return theType;
  1384. }
  1385. },
  1386. //需求发布位置;
  1387. getReleasePositionList:function(e=[]){
  1388. if (e) {
  1389. let theType = [];
  1390. e.map((item)=>{
  1391. releasePosition.map(function (atem) {
  1392. if (atem.value == item) {
  1393. theType.push(atem.key);
  1394. };
  1395. });
  1396. })
  1397. return theType.join(' - ');
  1398. }
  1399. },
  1400. //政策发布位置
  1401. getPolicyPosition:function(e=[]){
  1402. if (e) {
  1403. let theType = [];
  1404. e.map((item)=>{
  1405. policyPosition.map(function (atem) {
  1406. if (atem.value == item) {
  1407. theType.push(atem.key);
  1408. };
  1409. });
  1410. })
  1411. return theType.join(' - ');
  1412. }
  1413. },
  1414. //成果发布位置;
  1415. getAchievementPosition:function(e=[]){
  1416. if (e) {
  1417. let theType = [];
  1418. e.map((item)=>{
  1419. achievementPosition.map(function (atem) {
  1420. if (atem.value == item) {
  1421. theType.push(atem.key);
  1422. };
  1423. });
  1424. })
  1425. return theType.join(' - ');
  1426. }
  1427. },
  1428. //新闻发布位置
  1429. getNewPosition:function(e=[]){
  1430. if (e) {
  1431. let theType = [];
  1432. e.map((item)=>{
  1433. newsPosition.map(function (atem) {
  1434. if (atem.value == item) {
  1435. theType.push(atem.key);
  1436. };
  1437. });
  1438. })
  1439. return theType.join(' - ');
  1440. }
  1441. },
  1442. //成果类型;
  1443. getAchievementType:function(e){
  1444. if (e||e==0) {
  1445. let str=e.toString();
  1446. let theType = '';
  1447. achievementType.map(function (item) {
  1448. if (item.value == str) {
  1449. theType = item.key;
  1450. };
  1451. });
  1452. return theType;
  1453. }
  1454. },
  1455. //成果交易形式;
  1456. getTransaction:function(e){
  1457. if (e||e==0) {
  1458. let str=e.toString();
  1459. let theType = '';
  1460. transaction.map(function (item) {
  1461. if (item.value == str) {
  1462. theType = item.key;
  1463. };
  1464. });
  1465. return theType;
  1466. }
  1467. },
  1468. //新闻类型
  1469. getNewType:function(e){
  1470. if (e||e==0) {
  1471. let str=e.toString();
  1472. let theType = '';
  1473. newType.map(function (item) {
  1474. if (item.value == str) {
  1475. theType = item.key;
  1476. };
  1477. });
  1478. return theType;
  1479. }
  1480. },
  1481. //顾问类型
  1482. getAdviserType:function(e){
  1483. if (e||e==0) {
  1484. let str=e.toString();
  1485. let theType = '';
  1486. adviserType.map(function (item) {
  1487. if (item.value == str) {
  1488. theType = item.key;
  1489. };
  1490. });
  1491. return theType;
  1492. }
  1493. },
  1494. //认证状态
  1495. getAuthState:function(e){
  1496. if (e||e==0) {
  1497. let str=e.toString();
  1498. let theType = '';
  1499. authState.map(function (item) {
  1500. if (item.value == str) {
  1501. theType = item.key;
  1502. };
  1503. });
  1504. return theType;
  1505. }
  1506. },
  1507. //认证状态
  1508. getTypeModule:function(e){
  1509. if (e||e==0) {
  1510. let str=e.toString();
  1511. let theType = '';
  1512. typeModule.map(function (item) {
  1513. if (item.value == str) {
  1514. theType = item.key;
  1515. };
  1516. });
  1517. return theType;
  1518. }
  1519. },
  1520. //律师类型
  1521. getLowType:function(e){
  1522. if (e||e==0) {
  1523. let str=e.toString();
  1524. let theType = '';
  1525. lowType.map(function (item) {
  1526. if (item.value == str) {
  1527. theType = item.key;
  1528. };
  1529. });
  1530. return theType;
  1531. }
  1532. },
  1533. //消息推送搜索类型转换ziYuanType
  1534. getMsgType:function(e){
  1535. if (e) {
  1536. let str=e.toString();
  1537. let theType = '';
  1538. msgType.map(function (item) {
  1539. if (item.value == str) {
  1540. theType = item.key;
  1541. };
  1542. });
  1543. return theType;
  1544. }
  1545. },
  1546. //消息推送搜索类型转换数字couponAuthState
  1547. getZiYuanType:function(e){
  1548. if (e) {
  1549. let str=e.toString();
  1550. let theType = '';
  1551. ziYuanType.map(function (item) {
  1552. if (item.key == str) {
  1553. theType = item.value;
  1554. };
  1555. });
  1556. return theType;
  1557. }
  1558. },
  1559. //抵用券状态
  1560. getCouponAuthState:function(e){
  1561. if (e) {
  1562. let str=e.toString();
  1563. let theType = '';
  1564. couponAuthState.map(function (item) {
  1565. if (item.key == str) {
  1566. theType = item.value;
  1567. };
  1568. });
  1569. return theType;
  1570. }
  1571. },
  1572. //抵用券来源
  1573. // getCouponCome:function(e){
  1574. // if (e) {
  1575. // let str=e.toString();
  1576. // let theType = '';
  1577. // couponCome.map(function (item) {
  1578. // if (item.key == str) {
  1579. // theType = item.value;
  1580. // };
  1581. // });
  1582. // return theType;
  1583. // }
  1584. // }
  1585. //抵用券来源
  1586. getCouponCome: function (e) {
  1587. if (e||e=='0') {
  1588. let theType = '';
  1589. couponCome.map(function (item) {
  1590. if (item.value == e) {
  1591. theType = item.key;
  1592. };
  1593. });
  1594. return theType;
  1595. }
  1596. },
  1597. //抵用券状态
  1598. getCouponAuthState: function (e) {
  1599. if (e||e=='0') {
  1600. let theType = '';
  1601. couponAuthState.map(function (item) {
  1602. if (item.value == e) {
  1603. theType = item.key;
  1604. };
  1605. });
  1606. return theType;
  1607. }
  1608. },
  1609. //抵用券状态
  1610. getCouponAuthStates: function (e) {
  1611. if (e||e=='0') {
  1612. let theType = '';
  1613. couponAuthStates.map(function (item) {
  1614. if (item.value == e) {
  1615. theType = item.key;
  1616. };
  1617. });
  1618. return theType;
  1619. }
  1620. },
  1621. //视频类型
  1622. getVideoType: function (e) {
  1623. if (e||e=='0') {
  1624. let theType = '';
  1625. videoType.map(function (item) {
  1626. if (item.value == e) {
  1627. theType = item.key;
  1628. };
  1629. });
  1630. return theType;
  1631. }
  1632. },
  1633. //视频状态
  1634. getVideoStatus: function (e) {
  1635. if (e||e=='0') {
  1636. let theType = '';
  1637. videoStatus.map(function (item) {
  1638. if (item.value == e) {
  1639. theType = item.key;
  1640. };
  1641. });
  1642. return theType;
  1643. }
  1644. },
  1645. //视频状态
  1646. getVideoPosition: function (e) {
  1647. if (e||e=='0') {
  1648. let theType = '';
  1649. videoPosition.map(function (item) {
  1650. if (item.value == e) {
  1651. theType = item.key;
  1652. };
  1653. });
  1654. return theType;
  1655. }
  1656. },
  1657. }