businessQuery.jsx 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670
  1. import React from 'react';
  2. import ReactDom from 'react-dom';
  3. import ajax from 'jquery/src/ajax/xhr.js';
  4. import $ from 'jquery/src/ajax';
  5. import moment from 'moment';
  6. import '../content.less';
  7. import { citySelect, provinceList, areaSelect, provinceSelect } from '../../../NewDicProvinceListAll';
  8. import { Form, Radio, Icon, Button, Input, Tabs, Select, Spin, Table, Switch, message, DatePicker, Modal, Upload, Popconfirm, TimePicker, Cascader } from 'antd';
  9. import { categoryState, industry, conditionOrganization, gameState } from '../../../dataDic.js';
  10. import { getCategoryState, getGameState, splitUrl, getprovince } from '../../../tools.js';
  11. import ImgList from "../../../common/imgList";
  12. import { ChooseList } from "../../order/orderNew/chooseList";
  13. const TabPane = Tabs.TabPane;
  14. //图片组件
  15. const PicturesWall = React.createClass({
  16. getInitialState() {
  17. return {
  18. previewVisible: false,
  19. previewImage: '',
  20. fileList: [],
  21. }
  22. },
  23. handleCancel() {
  24. this.setState({ previewVisible: false })
  25. },
  26. handlePreview(file) {
  27. this.setState({
  28. previewImage: file.url || file.thumbUrl,
  29. previewVisible: true,
  30. });
  31. },
  32. handleChange(info) {
  33. let fileList = info.fileList;
  34. this.setState({ fileList });
  35. this.props.fileList(fileList);
  36. },
  37. componentWillReceiveProps(nextProps) {
  38. this.state.fileList = nextProps.pictureUrl;
  39. },
  40. render() {
  41. const { previewVisible, previewImage, fileList } = this.state;
  42. const uploadButton = (
  43. <div>
  44. <Icon type="plus" />
  45. <div className="ant-upload-text">点击上传</div>
  46. </div>
  47. );
  48. return (
  49. <div style={{ display: "inline-block" }}>
  50. <ImgList
  51. domId={this.props.domId}
  52. uploadConfig={{
  53. action: globalConfig.context + "/api/admin/ProjectSize/uploadPicture",
  54. data: { 'sign': this.props.pictureSign },
  55. multiple: true,
  56. listType: "picture-card",
  57. }}
  58. onChange={(infor) => {
  59. this.handleChange(infor)
  60. }}
  61. fileList={fileList}
  62. />
  63. </div>
  64. );
  65. }
  66. });
  67. //主体
  68. const BusinessProject = Form.create()(React.createClass({
  69. //搜索功能和初始列表加载
  70. loadData(pageNo, apiUrl) {
  71. this.state.data = [];
  72. this.setState({
  73. listLoading: true,
  74. ispage: pageNo,
  75. });
  76. let nameText = this.state.SuperArr;
  77. let superText = (this.state.cid) ? nameText[parseInt(this.state.cid)].id : "";
  78. let isCountry = '';
  79. let pro = '';
  80. let city = '';
  81. let dis = '';
  82. if (this.state.ressSearch == undefined) {
  83. } else {
  84. switch (parseInt(this.state.ressSearch.length)) {
  85. case 1: pro = this.state.ressSearch[0]; break;
  86. case 2: pro = this.state.ressSearch[0]; city = this.state.ressSearch[1]; break;
  87. case 3: pro = this.state.ressSearch[0]; city = this.state.ressSearch[1]; dis = this.state.ressSearch[2]; break;
  88. }
  89. }
  90. if (pro === 0) {
  91. isCountry = 1;
  92. pro = '';
  93. }
  94. $.ajax({
  95. method: "post",
  96. dataType: "json",
  97. crossDomain: false,
  98. url: globalConfig.context + '/api/admin/ProjectSize/listProject',
  99. data: {
  100. pageNo: pageNo || 1,
  101. pageSize: this.state.pagination.pageSize,
  102. bname: this.state.bname, //项目名称
  103. cid: superText, //品类名称
  104. country: isCountry, //是否全国
  105. province: pro, //省
  106. city: city, //市
  107. district: dis, //区
  108. activityFlag: this.state.activityFlag, //活动生效标识
  109. status: this.state.status, //项目状态
  110. },
  111. success: function (data) {
  112. let theArr = [];
  113. if (!data.data || !data.data.list) {
  114. if (data.error && data.error.length) {
  115. message.warning(data.error[0].message);
  116. };
  117. } else {
  118. for (let i = 0; i < data.data.list.length; i++) {
  119. let thisdata = data.data.list[i];
  120. let ProvinceCity = [];
  121. let isCountry = '';
  122. if (thisdata.country == 1) {
  123. isCountry = "全国";
  124. } else {
  125. if (thisdata.city == null || thisdata.city == '') {
  126. isCountry += getprovince(parseInt(thisdata.province));
  127. } else if (thisdata.district == null || thisdata.district == '') {
  128. isCountry += getprovince(parseInt(thisdata.province)) + '-';
  129. isCountry += getprovince(parseInt(thisdata.city));
  130. } else {
  131. isCountry += getprovince(parseInt(thisdata.province)) + '-';
  132. isCountry += getprovince(parseInt(thisdata.city)) + '-';
  133. isCountry += getprovince(parseInt(thisdata.district));
  134. }
  135. }
  136. theArr.push({
  137. key: i,
  138. id: thisdata.id,//业务名称
  139. bname: thisdata.bname,//业务名称
  140. cname: thisdata.cname,//业务品类
  141. area: isCountry ? isCountry : ProvinceCity,
  142. price: thisdata.price,//市场价
  143. offset: thisdata.offset,//最低折扣
  144. memberPrice: thisdata.memberPrice,//会员价
  145. activityPrice: thisdata.activityPrice,//活动价
  146. activityFlag: thisdata.activityFlag,//活动生效标识
  147. status: thisdata.status,//项目状态
  148. arrProvinceCity: ProvinceCity,
  149. });
  150. };
  151. this.state.pagination.current = data.data.pageNo;
  152. this.state.pagination.total = data.data.totalCount;
  153. };
  154. this.setState({
  155. dataSource: theArr,
  156. pagination: this.state.pagination
  157. });
  158. }.bind(this),
  159. }).always(function () {
  160. this.setState({
  161. listLoading: false
  162. });
  163. }.bind(this));
  164. },
  165. //项目规格列表
  166. formatLoadData(pageNo, apiUrl) {
  167. this.state.data = [];
  168. this.setState({
  169. loading: true,
  170. });
  171. $.ajax({
  172. method: "get",
  173. dataType: "json",
  174. crossDomain: false,
  175. url: globalConfig.context + '/api/admin/ProjectSize/listProjectSize',
  176. data: {
  177. pageNo: pageNo || 1,
  178. pageSize: this.state.formatPagination.pageSize,
  179. pid: this.state.editId,
  180. },
  181. success: function (data) {
  182. let theArr = [];
  183. if (!data.data || !data.data.list) {
  184. if (data.error && data.error.length) {
  185. message.warning(data.error[0].message);
  186. };
  187. } else {
  188. for (let i = 0; i < data.data.list.length; i++) {
  189. let thisdata = data.data.list[i];
  190. theArr.push({
  191. key: i,
  192. formatId: thisdata.id,//规格ID
  193. formatPname: thisdata.pname,//规格名称
  194. formatBname: thisdata.bname,//项目品类
  195. formatPrice: thisdata.price,//市场价
  196. formatOffset: thisdata.offset,//最低折扣
  197. formatActivityPrice: thisdata.activityPrice,//活动价
  198. formatActivityFlag: thisdata.activityFlag,//活动生效标识
  199. formatMemberPrice: thisdata.memberPrice,//会员价
  200. formatStatus: thisdata.status,//会员价
  201. });
  202. };
  203. this.state.formatPagination.current = data.data.pageNo;
  204. this.state.formatPagination.total = data.data.totalCount;
  205. };
  206. this.setState({
  207. formatDataSource: theArr,
  208. formatPagination: this.state.formatPagination
  209. });
  210. }.bind(this),
  211. }).always(function () {
  212. this.setState({
  213. loading: false
  214. });
  215. }.bind(this));
  216. },
  217. getInitialState() {
  218. return {
  219. searchMore: true,
  220. selectedRowKeys: [],
  221. selectedRows: [],
  222. loading: false,
  223. orgCodeUrl: [],
  224. companyLogoUrl: [],
  225. pagination: {
  226. defaultCurrent: 1,
  227. defaultPageSize: 10,
  228. showQuickJumper: true,
  229. pageSize: 10,
  230. onChange: function (page) {
  231. this.loadData(page);
  232. }.bind(this),
  233. showTotal: function (total) {
  234. return '共' + total + '条数据';
  235. }
  236. },
  237. formatPagination: {
  238. defaultCurrent: 1,
  239. defaultPageSize: 10,
  240. showQuickJumper: true,
  241. pageSize: 10,
  242. onChange: function (page) {
  243. this.loadData(page);
  244. }.bind(this),
  245. showTotal: function (total) {
  246. return '共' + total + '条数据';
  247. }
  248. },
  249. ContactsLists: [{
  250. title: '业务项目名称',
  251. dataIndex: 'formatBname',
  252. key: 'formatBname',
  253. }, {
  254. title: '规格名称',
  255. dataIndex: 'formatPname',
  256. key: 'formatPname',
  257. }, {
  258. title: '市场价',
  259. dataIndex: 'formatPrice',
  260. key: 'formatPrice',
  261. }, {
  262. title: '最低折扣',
  263. dataIndex: 'formatOffset',
  264. key: 'formatOffset',
  265. }, {
  266. title: '会员价',
  267. dataIndex: 'formatMemberPrice',
  268. key: 'formatMemberPrice',
  269. }, {
  270. title: '活动价',
  271. dataIndex: 'formatActivityPrice',
  272. key: 'formatActivityPrice',
  273. }, {
  274. title: '活动生效标识',
  275. dataIndex: 'formatActivityFlag',
  276. key: 'formatActivityFlag',
  277. render: text => { return getGameState(text) }
  278. }, {
  279. title: '状态',
  280. dataIndex: 'formatStatus',
  281. key: 'formatStatus',
  282. render: text => { return getCategoryState(text.toString()) }
  283. }
  284. ],
  285. formatDataSource: [],
  286. columns: [
  287. {
  288. title: '项目名称',
  289. dataIndex: 'bname',
  290. key: 'bname',
  291. }, {
  292. title: '业务品类',
  293. dataIndex: 'cname',
  294. key: 'cname',
  295. }, {
  296. title: '业务地区',
  297. dataIndex: 'area',
  298. key: 'area',
  299. // render: text => { return getprovince(text); }
  300. }, {
  301. title: '市场价',
  302. dataIndex: 'price',
  303. key: 'price',
  304. }, {
  305. title: '最低折扣',
  306. dataIndex: 'offset',
  307. key: 'offset',
  308. }, {
  309. title: '会员价',
  310. dataIndex: 'memberPrice',
  311. key: 'memberPrice',
  312. }, {
  313. title: '活动价',
  314. dataIndex: 'activityPrice',
  315. key: 'activityPrice',
  316. }, {
  317. title: '活动生效标识',
  318. dataIndex: 'activityFlag',
  319. key: 'activityFlag',
  320. render: text => { return getGameState(text) }
  321. }, {
  322. title: '业务状态',
  323. dataIndex: 'status',
  324. key: 'status',
  325. render: text => { return getCategoryState(text) }
  326. }
  327. ],
  328. dataSource: [],
  329. };
  330. },
  331. componentWillMount() {
  332. this.selectSuperId();
  333. },
  334. //获取上级品类
  335. selectSuperId() {
  336. this.state.data = []
  337. $.ajax({
  338. method: "get",
  339. dataType: "json",
  340. crossDomain: false,
  341. url: globalConfig.context + "/api/admin/ProjectSize/getAllCname",
  342. data: {
  343. flag: 0,
  344. },
  345. success: function (data) {
  346. let theArr = [];
  347. let thedata = data.data;
  348. if (!thedata) {
  349. if (data.error && data.error.length) {
  350. message.warning(data.error[0].message);
  351. };
  352. thedata = {};
  353. };
  354. var contactIds = [];
  355. for (var i = 0; i < data.data.length; i++) {
  356. let theData = data.data[i];
  357. theArr.push(
  358. <Select.Option value={i.toString()} key={theData.cname}>{theData.cname}</Select.Option>
  359. );
  360. };
  361. this.setState({
  362. SuperArr: thedata,
  363. contactsOption: theArr,
  364. orderStatusOptions: data.data,
  365. });
  366. }.bind(this),
  367. }).always(function () {
  368. this.loadData(this.state.ispage);
  369. this.setState({
  370. loading: false
  371. });
  372. }.bind(this));
  373. },
  374. //编辑部门,保存
  375. edithandleSubmit(e) {
  376. e.preventDefault();
  377. let offsetText;
  378. if (this.state.editOffset) {
  379. if (this.state.editOffset > 10 || this.state.editOffset < 0) {
  380. message.warning('最低折扣请输入0到10之间的数字');
  381. return false;
  382. } else {
  383. offsetText = this.state.editOffset;
  384. }
  385. }
  386. this.props.form.validateFields((err, values) => {
  387. let theorgCodeUrl = [];
  388. if (this.state.orgCodeUrl.length) {
  389. let picArr = [];
  390. this.state.orgCodeUrl.map(function (item) {
  391. if (item.response && item.response.data && item.response.data.length) {
  392. picArr.push(item.response.data);
  393. }
  394. });
  395. theorgCodeUrl = picArr.join(",");
  396. };
  397. let thecompanyLogoUrl = [];
  398. if (this.state.companyLogoUrl.length) {
  399. let picArr = [];
  400. this.state.companyLogoUrl.map(function (item) {
  401. if (item.response && item.response.data && item.response.data.length) {
  402. picArr.push(item.response.data);
  403. }
  404. });
  405. thecompanyLogoUrl = picArr.join(",");
  406. };
  407. if (!err) {
  408. this.setState({
  409. loading: true
  410. });
  411. let nameText = this.state.SuperArr
  412. let superText = (this.state.editCname.length == 1) ? nameText[parseInt(this.state.editCname)].id : this.state.editCid;
  413. let isCountry = 0;
  414. let pro = '';
  415. let city = '';
  416. let dis = '';
  417. if (this.state.ProvinceCity == undefined || this.state.ProvinceCity.length == 0) {
  418. message.warning('请选择项目有效范围');
  419. this.setState({
  420. loading: false
  421. });
  422. return false;
  423. } else {
  424. switch (parseInt(this.state.ProvinceCity.length)) {
  425. case 1: pro = this.state.ProvinceCity[0]; break;
  426. case 2: pro = this.state.ProvinceCity[0]; city = this.state.ProvinceCity[1]; break;
  427. case 3: pro = this.state.ProvinceCity[0]; city = this.state.ProvinceCity[1]; dis = this.state.ProvinceCity[2]; break;
  428. }
  429. }
  430. if (pro == 0) {
  431. isCountry = 1;
  432. pro = '';
  433. }
  434. $.ajax({
  435. method: "post",
  436. dataType: "json",
  437. crossDomain: false,
  438. url: globalConfig.context + '/api/admin/ProjectSize/updateProject',
  439. data: {
  440. id: this.state.editId,//项目ID
  441. cid: superText,//项目业务品类
  442. bname: this.state.editName,//业务项目名称
  443. projectType: this.state.projectType, //会员类型
  444. price: this.state.editPrice,//市场价
  445. offset: offsetText,//最低折扣
  446. activityPrice: this.state.editActivityPrice,//活动价
  447. activityFlag: this.state.editActivityFlag,//活动生效标识
  448. memberPrice: this.state.editMemberPrice,//项目ID
  449. status: this.state.editStatus,//项目状态
  450. country: isCountry,//是否全国
  451. province: pro ? pro : '',//省
  452. city: city ? city : '',//市
  453. district: dis ? dis : '',//区
  454. minLogo: theorgCodeUrl,
  455. maxLogo: thecompanyLogoUrl,
  456. introduce: this.state.editIntroduce,//项目介绍
  457. projectUrl: this.state.editProjectUrl,//项目地址
  458. valueEffect: this.state.editValueEffect,//项目价值及作用
  459. clientSize: this.state.editClientSize,//项目基本条件
  460. boutique: this.state.editBoutique,
  461. }
  462. }).done(function (data) {
  463. this.setState({
  464. loading: false
  465. });
  466. if (!data.error.length) {
  467. message.success('保存成功!');
  468. this.edithandleCancel();
  469. this.selectSuperId();
  470. } else {
  471. message.warning(data.error[0].message);
  472. }
  473. }.bind(this));
  474. }
  475. })
  476. },
  477. //规格列表整行点击
  478. formatTableRowClick(record, index) {
  479. this.editformatClick();
  480. this.state.RowData = record;
  481. this.setState({
  482. selectedRowKeys: [],
  483. formatId: record.formatId,//规格名称
  484. formatPname: record.formatPname,//规格名称
  485. formatPrice: record.formatPrice,//市场价
  486. formatOffset: record.formatOffset,//最低折扣
  487. formatActivityPrice: record.formatActivityPrice,//活动价
  488. formatActivityFlag: record.formatActivityFlag,//活动生效标识
  489. formatMemberPrice: record.formatMemberPrice,//会员价
  490. formatStatus: record.formatStatus.toString(),//项目状态
  491. });
  492. },
  493. //项目列表整行点击
  494. tableRowClick(record, index) {
  495. this.selectSuperId();
  496. this.state.RowData = record;
  497. this.setState({
  498. callnub: '1',
  499. editvisible: true,
  500. selectedRowKeys: [],
  501. rowId: record.businessId,
  502. });
  503. $.ajax({
  504. method: "get",
  505. dataType: "json",
  506. crossDomain: false,
  507. url: globalConfig.context + "/api/admin/ProjectSize/orgProject",
  508. data: {
  509. id: record.id
  510. },
  511. success: function (data) {
  512. let theArr = [];
  513. let ProvinceCity = [];
  514. let thisdata = data.data;
  515. if (!data) {
  516. if (data.error && data.error.length) {
  517. message.warning(data.error[0].message);
  518. };
  519. } else {
  520. if (thisdata.country == 1) {
  521. ProvinceCity.push(0);
  522. } else {
  523. ProvinceCity.push(parseInt(thisdata.province));
  524. ProvinceCity.push(parseInt(thisdata.city));
  525. ProvinceCity.push(parseInt(thisdata.district));
  526. }
  527. theArr.push({
  528. editId: thisdata.id,//每一条记录的ID
  529. editName: thisdata.bname,//项目名称
  530. editCname: thisdata.cname,//项目分类
  531. projectType: thisdata.projectType, //会员类型
  532. editCid: thisdata.cid,//项目分类
  533. editCountry: thisdata.country,//是否全国
  534. lvlType: thisdata.lvlType,//国家级
  535. editProvince: thisdata.province,//省
  536. editCity: thisdata.city,//市
  537. editDistrict: thisdata.district,//区
  538. editPrice: thisdata.price,//市场价
  539. editActivityPrice: thisdata.activityPrice,//活动价
  540. editOffset: thisdata.offset,//最低折扣
  541. editMemberPrice: thisdata.memberPrice,//会员价
  542. editActivityFlag: thisdata.activityFlag,//活动生效标识
  543. editStatus: thisdata.status,//品类状态
  544. editCreateId: thisdata.createName,//创建人
  545. editTime: thisdata.createTimeFormattedDate,//创建时间
  546. editIntroduce: thisdata.introduce,//服务内容
  547. editProjectUrl: thisdata.projectUrl,//项目地址
  548. editValueEffect: thisdata.valueEffect,//价值及作用
  549. editClientSize: thisdata.clientSize,//基本条件
  550. editBoutique: thisdata.boutique,//是否精品
  551. orgCodeUrl: thisdata.minLogo ? splitUrl(thisdata.minLogo, ',', globalConfig.avatarHost + '/upload') : [],
  552. cditCompanyLogoUrl: thisdata.maxLogo ? splitUrl(thisdata.maxLogo, ',', globalConfig.avatarHost + '/upload') : [],
  553. });
  554. };
  555. this.setState({
  556. editId: thisdata.id,//每一条记录的ID
  557. editName: thisdata.bname,//项目名称
  558. editCname: thisdata.cname,//项目分类
  559. projectType: thisdata.projectType, //会员类型
  560. editCid: thisdata.cid,//项目分类
  561. editCountry: thisdata.country,//是否全国
  562. lvlType: thisdata.lvlType,//国家级
  563. editProvince: thisdata.province,//省
  564. editCity: thisdata.city,//市
  565. editDistrict: thisdata.district,//区
  566. editPrice: thisdata.price,//市场价
  567. editActivityPrice: thisdata.activityPrice,//活动价
  568. editOffset: thisdata.offset,//最低折扣
  569. editMemberPrice: thisdata.memberPrice,//会员价
  570. editActivityFlag: thisdata.activityFlag,//活动生效标识
  571. editStatus: thisdata.status,//品类状态
  572. editCreateId: thisdata.createName,//创建人
  573. editTime: thisdata.createTimeFormattedDate,//创建时间
  574. editIntroduce: thisdata.introduce,//服务内容
  575. editProjectUrl: thisdata.projectUrl,//项目地址
  576. editValueEffect: thisdata.valueEffect,//价值及作用
  577. editClientSize: thisdata.clientSize,//基本条件
  578. editBoutique: thisdata.boutique,//是否精品
  579. orgCodeUrl: thisdata.minLogo ? splitUrl(thisdata.minLogo, ',', globalConfig.avatarHost + '/upload') : [],
  580. companyLogoUrl: thisdata.maxLogo ? splitUrl(thisdata.maxLogo, ',', globalConfig.avatarHost + '/upload') : [],
  581. editDataSource: theArr,
  582. ProvinceCity: ProvinceCity,
  583. });
  584. }.bind(this),
  585. }).always(function () {
  586. this.setState({
  587. loading: false
  588. });
  589. }.bind(this));
  590. },
  591. //左侧图片地址
  592. getOrgCodeUrl(e) {
  593. this.setState({ orgCodeUrl: e });
  594. },
  595. //右侧图片地址
  596. getCompanyLogoUrl(e) {
  597. this.setState({ companyLogoUrl: e });
  598. },
  599. //编辑一个规格,保存
  600. editformathandleSubmit(e) {
  601. e.preventDefault();
  602. let offsetText;
  603. if (this.state.formatOffset) {
  604. if (this.state.formatOffset > 10 || this.state.formatOffset < 0) {
  605. message.warning('最低折扣请输入0到10之间的数字');
  606. return false;
  607. } else {
  608. offsetText = this.state.formatOffset;
  609. }
  610. }
  611. this.props.form.validateFields((err, values) => {
  612. if (!err) {
  613. this.setState({
  614. loading: true
  615. });
  616. $.ajax({
  617. method: "post",
  618. dataType: "json",
  619. crossDomain: false,
  620. url: globalConfig.context + '/api/admin/ProjectSize/orgProjectSize',
  621. data: {
  622. id: this.state.formatId,//项目ID
  623. pname: this.state.formatPname,//规格名称
  624. price: this.state.formatPrice,//市场价
  625. offset: offsetText,//最低折扣
  626. activityPrice: this.state.formatActivityPrice,//活动价
  627. activityFlag: this.state.formatActivityFlag,//活动生效标识
  628. memberPrice: this.state.formatMemberPrice,//会员价
  629. status: this.state.formatStatus,//项目状态
  630. }
  631. }).done(function (data) {
  632. this.setState({
  633. loading: false
  634. });
  635. if (!data.error.length) {
  636. message.success('修改规格成功!');
  637. this.formatLoadData();
  638. this.editformathandleCancel();
  639. } else {
  640. message.warning(data.error[0].message);
  641. }
  642. }.bind(this));
  643. }
  644. });
  645. },
  646. //新增一个规格,保存
  647. formathandleSubmit(e) {
  648. e.preventDefault();
  649. let offsetText;
  650. if (this.state.formatOffset) {
  651. if (this.state.formatOffset > 10 || this.state.formatOffset < 0) {
  652. message.warning('最低折扣请输入0到10之间的数字');
  653. return false;
  654. } else {
  655. offsetText = this.state.formatOffset;
  656. }
  657. }
  658. this.props.form.validateFields((err, values) => {
  659. if (!err) {
  660. this.setState({
  661. loading: true
  662. });
  663. $.ajax({
  664. method: "post",
  665. dataType: "json",
  666. crossDomain: false,
  667. url: globalConfig.context + '/api/admin/ProjectSize/addProjectSize',
  668. data: {
  669. pid: this.state.editId,//项目ID
  670. pname: this.state.formatPname,//规格名称
  671. price: this.state.formatPrice,//市场价
  672. offset: offsetText,//最低折扣
  673. activityPrice: this.state.formatActivityPrice,//活动价
  674. activityFlag: this.state.formatActivityFlag,//活动生效标识
  675. memberPrice: this.state.formatMemberPrice,//会员价
  676. status: this.state.formatStatus,//项目状态
  677. }
  678. }).done(function (data) {
  679. this.setState({
  680. loading: false
  681. });
  682. if (!data.error.length) {
  683. message.success('新增规格成功!');
  684. this.formathandleCancel();
  685. this.formatLoadData();
  686. } else {
  687. message.warning(data.error[0].message);
  688. }
  689. }.bind(this));
  690. }
  691. });
  692. },
  693. //新增一个项目,保存
  694. addhandleSubmit(e) {
  695. e.preventDefault();
  696. if (!this.state.categoryName) {
  697. message.warning('请输入项目名称');
  698. return false;
  699. }
  700. if (!this.state.addCid) {
  701. message.warning('请选择项目品类');
  702. return false;
  703. }
  704. let isCountry = 0;
  705. let pro = '';
  706. let city = '';
  707. let dis = '';
  708. if (this.state.ProvinceCity == undefined) {
  709. message.warning('请选择项目有效范围');
  710. return false;
  711. } else {
  712. switch (parseInt(this.state.ProvinceCity.length)) {
  713. case 1: pro = this.state.ProvinceCity[0]; break;
  714. case 2: pro = this.state.ProvinceCity[0]; city = this.state.ProvinceCity[1]; break;
  715. case 3: pro = this.state.ProvinceCity[0]; city = this.state.ProvinceCity[1]; dis = this.state.ProvinceCity[2]; break;
  716. }
  717. }
  718. if (pro == 0) {
  719. isCountry = 1;
  720. pro = '';
  721. }
  722. this.props.form.validateFields((err, values) => {
  723. if (!err) {
  724. this.setState({
  725. loading: true
  726. });
  727. //上级组织字典
  728. let nameText = this.state.SuperArr;
  729. let superText = nameText[parseInt(this.state.addCid)].id;
  730. $.ajax({
  731. method: "post",
  732. dataType: "json",
  733. crossDomain: false,
  734. url: globalConfig.context + '/api/admin/ProjectSize/addProject',
  735. data: {
  736. bname: this.state.categoryName,//项目名称
  737. cid: superText,//品类类ID
  738. boutique: this.state.boutique ? this.state.boutique : '0',
  739. country: isCountry,//是否全国
  740. province: pro,//省
  741. city: city,//市
  742. district: dis,//区
  743. }
  744. }).done(function (data) {
  745. this.setState({
  746. loading: false
  747. });
  748. if (!data.error.length) {
  749. message.success('新增项目成功!');
  750. this.handleCancel();
  751. this.selectSuperId();
  752. } else {
  753. message.warning(data.error[0].message);
  754. }
  755. }.bind(this));
  756. }
  757. });
  758. },
  759. //项目整行删除
  760. delectRow() {
  761. let deletedIds = '';
  762. for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
  763. let rowItem = this.state.selectedRows[idx];
  764. if (rowItem.id) {
  765. deletedIds = rowItem.id;
  766. };
  767. };
  768. this.setState({
  769. selectedRowKeys: [],
  770. loading: deletedIds.length > 0
  771. });
  772. $.ajax({
  773. method: "get",
  774. dataType: "json",
  775. crossDomain: false,
  776. url: globalConfig.context + "/api/admin/ProjectSize/deleteProject",
  777. data: {
  778. id: deletedIds
  779. }
  780. }).done(function (data) {
  781. if (!data.error.length) {
  782. message.success('删除成功!');
  783. this.setState({
  784. loading: false,
  785. });
  786. } else {
  787. message.warning(data.error[0].message);
  788. };
  789. this.selectSuperId();
  790. }.bind(this));
  791. },
  792. //项目整行停用
  793. blockRow() {
  794. let deletedIds = '';
  795. for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
  796. let rowItem = this.state.selectedRows[idx];
  797. if (rowItem.id) {
  798. deletedIds = rowItem.id;
  799. };
  800. };
  801. this.setState({
  802. selectedRowKeys: [],
  803. loading: deletedIds.length > 0
  804. });
  805. $.ajax({
  806. method: "get",
  807. dataType: "json",
  808. crossDomain: false,
  809. url: globalConfig.context + "/api/admin/ProjectSize/stopProject",
  810. data: {
  811. id: deletedIds
  812. }
  813. }).done(function (data) {
  814. if (!data.error.length) {
  815. message.success('该项目已成功停用!');
  816. this.setState({
  817. loading: false,
  818. });
  819. } else {
  820. message.warning(data.error[0].message);
  821. };
  822. this.selectSuperId();
  823. }.bind(this));
  824. },
  825. //规格整行删除
  826. delectRowSize() {
  827. let deletedIds = '';
  828. for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
  829. let rowItem = this.state.selectedRows[idx];
  830. if (rowItem.formatId) {
  831. deletedIds = rowItem.formatId;
  832. };
  833. };
  834. this.setState({
  835. selectedRowKeys: [],
  836. loading: deletedIds.length > 0
  837. });
  838. $.ajax({
  839. method: "get",
  840. dataType: "json",
  841. crossDomain: false,
  842. url: globalConfig.context + "/api/admin/ProjectSize/deleteProjectSize",
  843. data: {
  844. id: deletedIds
  845. }
  846. }).done(function (data) {
  847. if (!data.error.length) {
  848. message.success('删除成功!');
  849. this.setState({
  850. loading: false,
  851. });
  852. } else {
  853. message.warning(data.error[0].message);
  854. };
  855. this.formatLoadData();
  856. }.bind(this));
  857. },
  858. //规格整行停用
  859. blockRowSize() {
  860. let deletedIds = '';
  861. for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
  862. let rowItem = this.state.selectedRows[idx];
  863. if (rowItem.formatId) {
  864. deletedIds = rowItem.formatId;
  865. };
  866. };
  867. this.setState({
  868. selectedRowKeys: [],
  869. loading: deletedIds.length > 0
  870. });
  871. $.ajax({
  872. method: "get",
  873. dataType: "json",
  874. crossDomain: false,
  875. url: globalConfig.context + "/api/admin/ProjectSize/stopProjectSize",
  876. data: {
  877. id: deletedIds
  878. }
  879. }).done(function (data) {
  880. if (!data.error.length) {
  881. message.success('该项目已成功停用!');
  882. this.setState({
  883. loading: false,
  884. });
  885. } else {
  886. message.warning(data.error[0].message);
  887. };
  888. this.formatLoadData();
  889. }.bind(this));
  890. },
  891. addClick() {
  892. this.state.RowData = {};
  893. this.setState({
  894. visible: true
  895. });
  896. this.addReset();
  897. },
  898. editClick(e) {
  899. this.state.RowData = {};
  900. this.setState({
  901. editvisible: true
  902. });
  903. },
  904. formatClick(e) {
  905. this.formatReset();
  906. this.state.RowData = {};
  907. this.setState({
  908. formatvisible: true
  909. });
  910. },
  911. editformatClick(e) {
  912. this.state.RowData = {};
  913. this.setState({
  914. editformatvisible: true
  915. });
  916. },
  917. handleCancel() {
  918. this.setState({ visible: false })
  919. },
  920. edithandleCancel(e) {
  921. this.setState({
  922. editvisible: false
  923. });
  924. },
  925. formathandleCancel(e) {
  926. this.setState({
  927. formatvisible: false
  928. });
  929. },
  930. editformathandleCancel(e) {
  931. this.setState({
  932. editformatvisible: false
  933. });
  934. },
  935. search() {
  936. this.loadData();
  937. },
  938. //搜索部分的清零
  939. reset() {
  940. this.state.bname = '';//项目名称清零
  941. this.state.cid = undefined;//品类名称清零
  942. this.state.ressSearch = undefined;//省市区清零
  943. this.state.activityFlag = undefined;//活动生效清零
  944. this.state.status = undefined;//项目状态清零
  945. this.loadData();
  946. },
  947. //新增部分的清零
  948. addReset() {
  949. this.state.categoryName = '';//项目名称清零
  950. this.state.ProvinceCity = undefined;
  951. this.state.addCid = undefined;
  952. this.state.boutique = '';
  953. },
  954. //规格新增清零
  955. formatReset() {
  956. this.state.formatPname = '';//规格名称清零
  957. this.state.formatPrice = '';//市场价清零
  958. this.state.formatOffset = '';//最低折扣清零
  959. this.state.formatActivityPrice = '';//活动价清零
  960. this.state.formatMemberPrice = '';//会员价清零
  961. this.state.formatActivityFlag = undefined;//活动生效标识清零
  962. this.state.formatStatus = undefined;//项目状态清零
  963. this.formatLoadData();
  964. },
  965. //详情tab切换数据处理
  966. callback(e) {
  967. this.setState({
  968. callnub: e,
  969. })
  970. if (e == 1) {
  971. }
  972. if (e == 2) {
  973. this.formatLoadData();
  974. }
  975. },
  976. //更多搜索的显示与否
  977. searchSwitch() {
  978. this.setState({
  979. searchMore: !this.state.searchMore
  980. });
  981. },
  982. changeList(arr) {
  983. const newArr = [];
  984. this.state.columns.forEach(item => {
  985. arr.forEach(val => {
  986. if (val === item.title) {
  987. newArr.push(item);
  988. }
  989. });
  990. });
  991. this.setState({
  992. changeList: newArr
  993. });
  994. },
  995. render() {
  996. const FormItem = Form.Item
  997. const rowSelection = {
  998. selectedRowKeys: this.state.selectedRowKeys,
  999. onChange: (selectedRowKeys, selectedRows) => {
  1000. this.setState({
  1001. selectedRows: selectedRows.slice(-1),
  1002. selectedRowKeys: selectedRowKeys.slice(-1)
  1003. });
  1004. }
  1005. };
  1006. const formItemLayout = {
  1007. labelCol: { span: 8 },
  1008. wrapperCol: { span: 14 },
  1009. };
  1010. const { getFieldDecorator } = this.props.form;
  1011. const hasSelected = this.state.selectedRowKeys.length > 0;
  1012. const { RangePicker } = DatePicker;
  1013. return (
  1014. <div className="user-content" >
  1015. <div className="content-title">
  1016. <Tabs
  1017. defaultActiveKey="1"
  1018. onChange={this.callback}
  1019. className="test">
  1020. <TabPane tab="搜索" key="1">
  1021. <div className="user-search">
  1022. <Input placeholder="业务项目名称" style={{ width: '150px', marginRight: '10px', marginBottom: '10px', marginLeft: 10 }}
  1023. value={this.state.bname}
  1024. onChange={(e) => { this.setState({ bname: e.target.value }); }} />
  1025. <Select placeholder="业务品类"
  1026. style={{ width: '200px', marginRight: '10px' }}
  1027. value={this.state.cid}
  1028. onChange={(e) => { this.setState({ cid: e }) }} notFoundContent="未获取到上级品类列表">
  1029. {this.state.contactsOption}
  1030. </Select>
  1031. <Button type="primary" onClick={this.search} style={{ marginRight: '10px' }}>搜索</Button>
  1032. <Button onClick={this.reset} style={{ marginRight: '10px' }}>重置</Button>
  1033. <Popconfirm title="是否停用?" onConfirm={this.blockRow} okText="是" cancelText="否">
  1034. <Button style={{ background: "#ea0862", border: "none", color: "#fff", marginRight: '10px', marginLeft: '10px', display: 'none' }}
  1035. disabled={!hasSelected}
  1036. >停用<Icon type="minus" />
  1037. </Button>
  1038. </Popconfirm>
  1039. <span style={{ marginRight: '20px' }}>更多搜索 <Switch defaultChecked={false} onChange={this.searchSwitch} /></span>
  1040. <div className="search-more" style={this.state.searchMore ? { display: 'none' } : { display: 'block' }}>
  1041. <span style={{ marginRight: '10px', marginBottom: '10px' }}>
  1042. <Cascader options={provinceSelect()} style={{ marginLeft: 10 }} value={this.state.ressSearch} placeholder="选择省份"
  1043. onChange={(e, pre) => { this.setState({ ressSearch: e }) }} />
  1044. </span>
  1045. <span style={{ marginRight: '10px', marginBottom: '10px' }}>
  1046. <Cascader options={citySelect()} value={this.state.ressSearch} placeholder="选择城市"
  1047. onChange={(e, pre) => { this.setState({ ressSearch: e }) }} />
  1048. </span>
  1049. <span style={{ marginRight: '10px' }}>
  1050. <Cascader options={areaSelect()} value={this.state.ressSearch} placeholder="选择地区"
  1051. onChange={(e, pre) => { this.setState({ ressSearch: e }) }} />
  1052. </span>
  1053. <Select placeholder="活动生效标识"
  1054. style={{ width: '150px', marginRight: '10px', marginBottom: '10px' }}
  1055. value={this.state.activityFlag}
  1056. onChange={(e) => { this.setState({ activityFlag: e }) }}>
  1057. <Select.Option value="0" >有效</Select.Option>
  1058. <Select.Option value="1" >无效</Select.Option>
  1059. </Select>
  1060. <Select placeholder="项目状态"
  1061. style={{ width: '150px', marginRight: '10px' }}
  1062. value={this.state.status}
  1063. onChange={(e) => { this.setState({ status: e }) }}>
  1064. <Select.Option value="0" >正常</Select.Option>
  1065. <Select.Option value="1" >停用</Select.Option>
  1066. </Select>
  1067. </div>
  1068. </div>
  1069. </TabPane>
  1070. <TabPane tab="更改表格显示数据" key="3">
  1071. <div style={{ marginLeft: 10 }}>
  1072. <ChooseList
  1073. columns={this.state.columns}
  1074. changeFn={this.changeList}
  1075. changeList={this.state.changeList}
  1076. top={55}
  1077. margin={11}
  1078. />
  1079. </div>
  1080. </TabPane>
  1081. </Tabs>
  1082. <div className="patent-table">
  1083. <Spin spinning={this.state.listLoading}>
  1084. <Table columns={
  1085. this.state.changeList
  1086. ? this.state.changeList
  1087. : this.state.columns
  1088. }
  1089. dataSource={this.state.dataSource}
  1090. rowSelection={rowSelection}
  1091. pagination={this.state.pagination}
  1092. onRowClick={this.tableRowClick}
  1093. current={this.state.aa} />
  1094. </Spin>
  1095. </div>
  1096. <div className="patent-desc">
  1097. <Modal maskClosable={false} visible={this.state.visible}
  1098. onOk={this.checkPatentProcess} onCancel={this.handleCancel}
  1099. width='400px'
  1100. title='新增业务项目'
  1101. footer=''
  1102. className="admin-desc-content">
  1103. <Form horizontal onSubmit={this.addhandleSubmit} id="demand-form">
  1104. <Spin spinning={this.state.loading}>
  1105. <div className="clearfix">
  1106. <FormItem
  1107. labelCol={{ span: 7 }}
  1108. wrapperCol={{ span: 12 }}
  1109. label="业务项目名称" >
  1110. <Input placeholder="业务项目名称" value={this.state.categoryName} style={{ width: '94%' }}
  1111. onChange={(e) => { this.setState({ categoryName: e.target.value }) }} required="required" />
  1112. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1113. </FormItem>
  1114. </div>
  1115. <div className="clearfix">
  1116. <FormItem
  1117. labelCol={{ span: 7 }}
  1118. wrapperCol={{ span: 12 }}
  1119. label="业务品类"
  1120. >
  1121. <Select placeholder="请选择业务品类" value={this.state.addCid} onChange={(e) => { this.setState({ addCid: e }) }}
  1122. notFoundContent="未获取到业务品类列表" style={{ width: '94%' }} required="required">
  1123. {this.state.contactsOption}
  1124. </Select>
  1125. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1126. </FormItem>
  1127. </div>
  1128. <div className="clearfix">
  1129. <FormItem
  1130. labelCol={{ span: 7 }}
  1131. wrapperCol={{ span: 12 }}
  1132. label="是否精品"
  1133. >
  1134. <Radio.Group value={this.state.boutique} onChange={(e) => {
  1135. this.setState({ boutique: e.target.value })
  1136. }}>
  1137. <Radio value={1}>精品</Radio>
  1138. <Radio value={0}>非精品</Radio>
  1139. </Radio.Group>
  1140. </FormItem>
  1141. </div>
  1142. <div className="clearfix">
  1143. <FormItem
  1144. labelCol={{ span: 7 }}
  1145. wrapperCol={{ span: 12 }}
  1146. label="省"
  1147. >
  1148. <Cascader options={provinceSelect()} value={this.state.ProvinceCity} placeholder="选择省" style={{ width: '94%' }}
  1149. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1150. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1151. </FormItem>
  1152. </div>
  1153. <div className="clearfix">
  1154. <FormItem
  1155. labelCol={{ span: 7 }}
  1156. wrapperCol={{ span: 12 }}
  1157. label="省-市"
  1158. >
  1159. <Cascader options={citySelect()} value={this.state.ProvinceCity} placeholder="选择市" style={{ width: '94%' }}
  1160. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1161. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1162. </FormItem>
  1163. </div>
  1164. <div className="clearfix">
  1165. <FormItem
  1166. labelCol={{ span: 7 }}
  1167. wrapperCol={{ span: 12 }}
  1168. label="省-市-区"
  1169. >
  1170. <Cascader options={areaSelect()} value={this.state.ProvinceCity} placeholder="选择区" style={{ width: '94%' }}
  1171. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1172. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1173. </FormItem>
  1174. </div>
  1175. </Spin>
  1176. </Form >
  1177. </Modal>
  1178. </div>
  1179. <div className="patent-desc">
  1180. <Modal maskClosable={false} visible={this.state.formatvisible}
  1181. onOk={this.checkPatentProcess} onCancel={this.formathandleCancel}
  1182. width='400px'
  1183. title='新增项目规格'
  1184. footer=''
  1185. className="admin-desc-content">
  1186. <Form horizontal onSubmit={this.formathandleSubmit} id="demand-form">
  1187. <Spin spinning={this.state.loading}>
  1188. <div className="clearfix">
  1189. <FormItem
  1190. labelCol={{ span: 7 }}
  1191. wrapperCol={{ span: 12 }}
  1192. label="项目名称"
  1193. >
  1194. <span style={{ width: '94%' }}>{this.state.editName}</span>
  1195. </FormItem>
  1196. <FormItem
  1197. labelCol={{ span: 7 }}
  1198. wrapperCol={{ span: 12 }}
  1199. label="规格名称" >
  1200. <Input placeholder="规格名称" value={this.state.formatPname} style={{ width: '94%' }}
  1201. onChange={(e) => { this.setState({ formatPname: e.target.value }) }} required="required" />
  1202. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1203. </FormItem>
  1204. <FormItem
  1205. labelCol={{ span: 7 }}
  1206. wrapperCol={{ span: 12 }}
  1207. label="市场价"
  1208. >
  1209. <Input placeholder="市场价" value={this.state.formatPrice} style={{ width: '94%' }}
  1210. onChange={(e) => { this.setState({ formatPrice: e.target.value }) }} />
  1211. </FormItem>
  1212. <FormItem
  1213. labelCol={{ span: 7 }}
  1214. wrapperCol={{ span: 12 }}
  1215. label="活动价"
  1216. >
  1217. <Input placeholder="活动价" value={this.state.formatActivityPrice} style={{ width: '94%' }}
  1218. onChange={(e) => { this.setState({ formatActivityPrice: e.target.value }) }} />
  1219. </FormItem>
  1220. <FormItem
  1221. labelCol={{ span: 7 }}
  1222. wrapperCol={{ span: 12 }}
  1223. label="最低折扣"
  1224. >
  1225. <Input placeholder="最低折扣" value={this.state.formatOffset} style={{ width: '94%' }}
  1226. onChange={(e) => { this.setState({ formatOffset: e.target.value }) }} />
  1227. </FormItem>
  1228. <FormItem
  1229. labelCol={{ span: 7 }}
  1230. wrapperCol={{ span: 12 }}
  1231. label="会员价"
  1232. >
  1233. <Input placeholder="会员价" value={this.state.formatMemberPrice} style={{ width: '94%' }}
  1234. onChange={(e) => { this.setState({ formatMemberPrice: e.target.value }) }} />
  1235. </FormItem>
  1236. <FormItem
  1237. labelCol={{ span: 7 }}
  1238. wrapperCol={{ span: 12 }}
  1239. label="活动生效"
  1240. >
  1241. <Select placeholder="活动生效" value={this.state.formatActivityFlag} style={{ width: '94%' }}
  1242. onChange={(e) => { this.setState({ formatActivityFlag: e }) }}>
  1243. {
  1244. gameState.map(function (item) {
  1245. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1246. })
  1247. }
  1248. </Select>
  1249. </FormItem>
  1250. <FormItem
  1251. labelCol={{ span: 7 }}
  1252. wrapperCol={{ span: 12 }}
  1253. label="项目状态"
  1254. >
  1255. <Select placeholder="项目状态" value={this.state.formatStatus} style={{ width: '94%' }}
  1256. onChange={(e) => { this.setState({ formatStatus: e }) }}>
  1257. {
  1258. conditionOrganization.map(function (item) {
  1259. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1260. })
  1261. }
  1262. </Select>
  1263. </FormItem>
  1264. </div>
  1265. </Spin>
  1266. </Form >
  1267. </Modal>
  1268. </div>
  1269. <div className="patent-desc">
  1270. <Modal maskClosable={false} visible={this.state.editformatvisible}
  1271. onOk={this.checkPatentProcess} onCancel={this.editformathandleCancel}
  1272. width='400px'
  1273. title='编辑项目规格'
  1274. footer=''
  1275. className="admin-desc-content">
  1276. <Form horizontal onSubmit={this.editformathandleSubmit} id="demand-form">
  1277. <Spin spinning={this.state.loading}>
  1278. <div className="clearfix">
  1279. <FormItem
  1280. labelCol={{ span: 7 }}
  1281. wrapperCol={{ span: 12 }}
  1282. label="规格名称" >
  1283. <Input placeholder="规格名称" value={this.state.formatPname} style={{ width: '94%' }}
  1284. onChange={(e) => { this.setState({ formatPname: e.target.value }) }} required="required" />
  1285. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1286. </FormItem>
  1287. </div>
  1288. <div className="clearfix" >
  1289. <FormItem
  1290. labelCol={{ span: 7 }}
  1291. wrapperCol={{ span: 12 }}
  1292. label="创建人"
  1293. >
  1294. <span style={{ width: '94%' }}>{this.state.editCreateId}</span>
  1295. </FormItem>
  1296. <FormItem
  1297. labelCol={{ span: 7 }}
  1298. wrapperCol={{ span: 12 }}
  1299. label="市场价"
  1300. >
  1301. <Input placeholder="市场价" value={this.state.formatPrice} style={{ width: '94%' }}
  1302. onChange={(e) => { this.setState({ formatPrice: e.target.value }) }} />
  1303. </FormItem>
  1304. <FormItem
  1305. labelCol={{ span: 7 }}
  1306. wrapperCol={{ span: 12 }}
  1307. label="活动价"
  1308. >
  1309. <Input placeholder="活动价" value={this.state.formatActivityPrice} style={{ width: '94%' }}
  1310. onChange={(e) => { this.setState({ formatActivityPrice: e.target.value }) }} />
  1311. </FormItem>
  1312. <FormItem
  1313. labelCol={{ span: 7 }}
  1314. wrapperCol={{ span: 12 }}
  1315. label="最低折扣"
  1316. >
  1317. <Input placeholder="最低折扣" value={this.state.formatOffset} style={{ width: '94%' }}
  1318. onChange={(e) => { this.setState({ formatOffset: e.target.value }) }} />
  1319. </FormItem>
  1320. <FormItem
  1321. labelCol={{ span: 7 }}
  1322. wrapperCol={{ span: 12 }}
  1323. label="会员价"
  1324. >
  1325. <Input placeholder="会员价" value={this.state.formatMemberPrice} style={{ width: '94%' }}
  1326. onChange={(e) => { this.setState({ formatMemberPrice: e.target.value }) }} />
  1327. </FormItem>
  1328. <FormItem
  1329. labelCol={{ span: 7 }}
  1330. wrapperCol={{ span: 12 }}
  1331. label="活动生效"
  1332. >
  1333. <Select placeholder="活动生效" value={this.state.formatActivityFlag} style={{ width: '94%' }}
  1334. onChange={(e) => { this.setState({ formatActivityFlag: e }) }}>
  1335. {
  1336. gameState.map(function (item) {
  1337. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1338. })
  1339. }
  1340. </Select>
  1341. </FormItem>
  1342. <FormItem
  1343. labelCol={{ span: 7 }}
  1344. wrapperCol={{ span: 12 }}
  1345. label="项目状态"
  1346. >
  1347. <Select placeholder="项目状态" value={this.state.formatStatus} style={{ width: '94%' }}
  1348. onChange={(e) => { this.setState({ formatStatus: e }) }}>
  1349. {
  1350. conditionOrganization.map(function (item) {
  1351. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1352. })
  1353. }
  1354. </Select>
  1355. </FormItem>
  1356. </div>
  1357. <FormItem wrapperCol={{ span: 12, offset: 7 }}>
  1358. </FormItem>
  1359. </Spin>
  1360. </Form >
  1361. </Modal>
  1362. </div>
  1363. <div className="patent-desc">
  1364. <Modal
  1365. className="customeDetails"
  1366. title="业务项目"
  1367. width='1200px'
  1368. visible={this.state.editvisible}
  1369. onOk={this.edithandleCancel}
  1370. onCancel={this.edithandleCancel}
  1371. footer=''
  1372. >
  1373. <Tabs defaultActiveKey="1" onChange={this.callback} activeKey={this.state.callnub}>
  1374. <TabPane tab="业务项目基本资料" key="1">
  1375. <Form horizontal onSubmit={this.edithandleSubmit} id="demand-form">
  1376. <Spin spinning={this.state.loading}>
  1377. <div className="clearfix" style={{ paddingLeft: '60px' }}>
  1378. <FormItem className="half-item"
  1379. labelCol={{ span: 4 }}
  1380. wrapperCol={{ span: 12 }}
  1381. label="项目名称" >
  1382. <Input placeholder="项目名称" value={this.state.editName} style={{ width: '94%' }}
  1383. onChange={(e) => { this.setState({ editName: e.target.value }) }} required="required" />
  1384. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1385. </FormItem>
  1386. <FormItem className="half-item"
  1387. labelCol={{ span: 4 }}
  1388. wrapperCol={{ span: 12 }}
  1389. label="业务品类"
  1390. >
  1391. <Select placeholder="请选择业务品类" value={this.state.editCname} onChange={(e) => { this.setState({ editCname: e }) }}
  1392. notFoundContent="未获取到业务品类列表" style={{ width: '94%' }} required="required">
  1393. {this.state.contactsOption}
  1394. </Select>
  1395. <span className="mandatory" style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1396. </FormItem>
  1397. </div>
  1398. <div className="clearfix" style={{ paddingLeft: '60px' }}>
  1399. <FormItem className="half-item"
  1400. labelCol={{ span: 4 }}
  1401. wrapperCol={{ span: 12 }}
  1402. label="会员类型"
  1403. >
  1404. <Select
  1405. placeholder="请选择会员类型"
  1406. value={this.state.projectType}
  1407. onChange={(e) => { this.setState({ projectType: e }) }}
  1408. notFoundContent="未获取到会员类型"
  1409. style={{ width: '94%' }}
  1410. required="required"
  1411. >
  1412. <Select.Option value={1}>高新会员</Select.Option>
  1413. <Select.Option value={2}>简单会员</Select.Option>
  1414. <Select.Option value={3}>单边会员</Select.Option>
  1415. <Select.Option value={0}>其他</Select.Option>
  1416. </Select>
  1417. </FormItem>
  1418. </div>
  1419. <div className="clearfix" style={{ paddingLeft: '60px' }}>
  1420. <FormItem
  1421. className="half-item"
  1422. labelCol={{ span: 4 }}
  1423. wrapperCol={{ span: 12 }}
  1424. label="国家级"
  1425. >
  1426. <Select
  1427. placeholder="请选择"
  1428. value={this.state.lvlType}
  1429. onChange={(e) => {
  1430. this.setState({ lvlType: e });
  1431. }}
  1432. notFoundContent="请选择国家级"
  1433. style={{ width: "94%" }}
  1434. required="required"
  1435. >
  1436. <Select.Option value={0}>否</Select.Option>
  1437. <Select.Option value={1}>国家级</Select.Option>
  1438. <Select.Option value={2}>省级</Select.Option>
  1439. <Select.Option value={3}>市级</Select.Option>
  1440. </Select>
  1441. <span
  1442. className="mandatory"
  1443. style={{ color: "red", marginLeft: "5px" }}
  1444. >
  1445. *
  1446. </span>
  1447. </FormItem>
  1448. <FormItem className="half-item"
  1449. labelCol={{ span: 4 }}
  1450. wrapperCol={{ span: 12 }}
  1451. label="省"
  1452. >
  1453. <Cascader options={provinceSelect()} value={this.state.ProvinceCity} placeholder="选择省" style={{ width: '94%' }}
  1454. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1455. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1456. </FormItem>
  1457. <FormItem className="half-item"
  1458. labelCol={{ span: 4 }}
  1459. wrapperCol={{ span: 12 }}
  1460. label="省-市"
  1461. >
  1462. <Cascader options={citySelect()} value={this.state.ProvinceCity} placeholder="选择市" style={{ width: '94%' }}
  1463. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1464. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1465. </FormItem>
  1466. <FormItem className="half-item"
  1467. labelCol={{ span: 4 }}
  1468. wrapperCol={{ span: 12 }}
  1469. label="省-市-区"
  1470. >
  1471. <Cascader options={areaSelect()} value={this.state.ProvinceCity} placeholder="选择区" style={{ width: '94%' }}
  1472. onChange={(e, pre) => { this.setState({ ProvinceCity: e }) }} />
  1473. <span style={{ color: 'red', marginLeft: '5px' }}>*</span>
  1474. </FormItem>
  1475. <FormItem className="half-item"
  1476. labelCol={{ span: 4 }}
  1477. wrapperCol={{ span: 12 }}
  1478. label="是否精品"
  1479. >
  1480. <Radio.Group value={this.state.editBoutique} onChange={(e) => {
  1481. this.setState({ editBoutique: e.target.value })
  1482. }}>
  1483. <Radio value={1}>精品</Radio>
  1484. <Radio value={0}>非精品</Radio>
  1485. </Radio.Group>
  1486. </FormItem>
  1487. </div>
  1488. <div className="clearfix" style={{ paddingLeft: '60px' }}>
  1489. <FormItem className="half-item"
  1490. labelCol={{ span: 4 }}
  1491. wrapperCol={{ span: 12 }}
  1492. label="市场价"
  1493. >
  1494. <Input placeholder="市场价" value={this.state.editPrice} style={{ width: '94%' }}
  1495. onChange={(e) => { this.setState({ editPrice: e.target.value }) }} />
  1496. </FormItem>
  1497. <FormItem className="half-item"
  1498. labelCol={{ span: 4 }}
  1499. wrapperCol={{ span: 12 }}
  1500. label="活动价"
  1501. >
  1502. <Input placeholder="活动价" value={this.state.editActivityPrice} style={{ width: '94%' }}
  1503. onChange={(e) => { this.setState({ editActivityPrice: e.target.value }) }} />
  1504. </FormItem>
  1505. <FormItem className="half-item"
  1506. labelCol={{ span: 4 }}
  1507. wrapperCol={{ span: 12 }}
  1508. label="最低折扣"
  1509. >
  1510. <Input placeholder="最低折扣" value={this.state.editOffset} style={{ width: '94%' }}
  1511. onChange={(e) => { this.setState({ editOffset: e.target.value }) }} />
  1512. </FormItem>
  1513. <FormItem className="half-item"
  1514. labelCol={{ span: 4 }}
  1515. wrapperCol={{ span: 12 }}
  1516. label="会员价"
  1517. >
  1518. <Input placeholder="会员价" value={this.state.editMemberPrice} style={{ width: '94%' }}
  1519. onChange={(e) => { this.setState({ editMemberPrice: e.target.value }) }} />
  1520. </FormItem>
  1521. <FormItem className="half-item"
  1522. labelCol={{ span: 4 }}
  1523. wrapperCol={{ span: 12 }}
  1524. label="活动生效"
  1525. >
  1526. <Select placeholder="活动生效" value={this.state.editActivityFlag} style={{ width: '94%' }}
  1527. onChange={(e) => { this.setState({ editActivityFlag: e }) }}>
  1528. {
  1529. gameState.map(function (item) {
  1530. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1531. })
  1532. }
  1533. </Select>
  1534. </FormItem>
  1535. <FormItem className="half-item"
  1536. labelCol={{ span: 4 }}
  1537. wrapperCol={{ span: 12 }}
  1538. label="项目状态"
  1539. >
  1540. <Select placeholder="项目状态" value={this.state.editStatus} style={{ width: '94%' }}
  1541. onChange={(e) => { this.setState({ editStatus: e }) }}>
  1542. {
  1543. conditionOrganization.map(function (item) {
  1544. return <Select.Option key={item.value} >{item.key}</Select.Option>
  1545. })
  1546. }
  1547. </Select>
  1548. </FormItem>
  1549. <FormItem className="half-item"
  1550. labelCol={{ span: 4 }}
  1551. wrapperCol={{ span: 12 }}
  1552. label="创建人"
  1553. >
  1554. <span style={{ width: '94%' }}>{this.state.editCreateId}</span>
  1555. </FormItem>
  1556. <FormItem className="half-item"
  1557. labelCol={{ span: 4 }}
  1558. wrapperCol={{ span: 12 }}
  1559. label="创建时间"
  1560. >
  1561. <span style={{ width: '94%' }}>{this.state.editTime}</span>
  1562. </FormItem>
  1563. </div>
  1564. <div className="clearfix">
  1565. <FormItem
  1566. labelCol={{ span: 4 }}
  1567. wrapperCol={{ span: 12 }}
  1568. label="项目地址" >
  1569. <Input type="textarea" rows={1} placeholder="业务项目服务内容" value={this.state.editProjectUrl}
  1570. onChange={(e) => { this.setState({ editProjectUrl: e.target.value }) }} />
  1571. </FormItem>
  1572. </div>
  1573. <div className="clearfix">
  1574. <FormItem
  1575. labelCol={{ span: 4 }}
  1576. wrapperCol={{ span: 12 }}
  1577. label="业务项目服务内容" >
  1578. <Input type="textarea" rows={4} placeholder="业务项目服务内容" value={this.state.editIntroduce}
  1579. onChange={(e) => { this.setState({ editIntroduce: e.target.value }) }} />
  1580. </FormItem>
  1581. </div>
  1582. <div className="clearfix">
  1583. <FormItem
  1584. labelCol={{ span: 4 }}
  1585. wrapperCol={{ span: 12 }}
  1586. label="业务项目价值及作用" >
  1587. <Input type="textarea" rows={4} placeholder="业务项目价值及作用" value={this.state.editValueEffect}
  1588. onChange={(e) => { this.setState({ editValueEffect: e.target.value }) }} />
  1589. </FormItem>
  1590. </div>
  1591. <div className="clearfix">
  1592. <FormItem
  1593. labelCol={{ span: 4 }}
  1594. wrapperCol={{ span: 12 }}
  1595. label="业务项目客户基本条件" >
  1596. <Input type="textarea" rows={4} placeholder="业务项目客户基本条件" value={this.state.editClientSize}
  1597. onChange={(e) => { this.setState({ editClientSize: e.target.value }) }} />
  1598. </FormItem>
  1599. </div>
  1600. <div className="clearfix pictures" style={{ "marginBottom": "60px" }}>
  1601. <FormItem className="half-item"
  1602. labelCol={{ span: 8 }}
  1603. wrapperCol={{ span: 10 }}
  1604. label="业务项目图标" >
  1605. <PicturesWall
  1606. domId={'businessQuery1'}
  1607. pictureSign="business_project_min_picture"
  1608. fileList={this.getOrgCodeUrl}
  1609. pictureUrl={this.state.orgCodeUrl} />
  1610. <p>图片建议:图片要清晰。(35*35)</p>
  1611. </FormItem>
  1612. <FormItem className="half-item"
  1613. labelCol={{ span: 4 }}
  1614. wrapperCol={{ span: 12 }}
  1615. label="业务项目图标" >
  1616. <PicturesWall
  1617. domId={'businessQuery2'}
  1618. pictureSign="business_project_max_picture"
  1619. fileList={this.getCompanyLogoUrl}
  1620. pictureUrl={this.state.companyLogoUrl} />
  1621. <p>图片建议:图片要清晰。(200*200)</p>
  1622. </FormItem>
  1623. </div>
  1624. </Spin>
  1625. </Form>
  1626. </TabPane>
  1627. <TabPane tab="业务项目规格" key="2">
  1628. <div className="clearfix" >
  1629. <Popconfirm title="是否停用?" onConfirm={this.blockRowSize} okText="是" cancelText="否" >
  1630. <Button style={{ background: "#ea0862", border: "none", color: "#fff", marginRight: '10px', marginLeft: '10px', display: 'none' }}
  1631. disabled={!hasSelected}
  1632. >停用<Icon type="minus" />
  1633. </Button>
  1634. </Popconfirm>
  1635. </div>
  1636. <div className="clearfix">
  1637. <Spin spinning={this.state.loading}>
  1638. <Form horizontal id="demand-form" onSubmit={this.contactSave} >
  1639. <Table
  1640. pagination={this.state.formatPagination}
  1641. columns={this.state.ContactsLists}
  1642. dataSource={this.state.formatDataSource}
  1643. rowSelection={rowSelection}
  1644. onRowClick={this.formatTableRowClick}
  1645. />
  1646. </Form>
  1647. </Spin>
  1648. </div>
  1649. </TabPane>
  1650. </Tabs>
  1651. </Modal>
  1652. </div>
  1653. </div>
  1654. </div>
  1655. );
  1656. }
  1657. }));
  1658. export default BusinessProject;