tools.js 43 KB

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