projectDetails.jsx 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502
  1. import React,{Component} from 'react';
  2. import {Button, Form, Input, message, Modal, Spin, Table, Tabs, Tag} from "antd";
  3. import PatentSchedule from "../task/patentSchedule";
  4. import ImgList from "../../../common/imgList";
  5. import OrderDetail from "../../order/orderNew/changeComponent/orderDetail";
  6. import {
  7. getProcessStatus,
  8. getApproval,
  9. getTaskStatus,
  10. getLiquidationStatus,
  11. splitUrl,
  12. getProjectStatus,
  13. getboutique,
  14. getprovince,
  15. ShowModal
  16. } from "@/tools";
  17. import OrderRiZi from "@/orderRiZi.jsx";
  18. import $ from "jquery";
  19. const FormItem =Form.Item;
  20. const {TabPane} = Tabs;
  21. const formItemLayout = {
  22. labelCol: { span: 8 },
  23. wrapperCol: { span: 14 },
  24. };
  25. const utils = {
  26. getSatisfaction: function (num) {
  27. switch (num) {
  28. case 0:
  29. return "未收回";
  30. case 1:
  31. return "已收回";
  32. default:
  33. return "其它";
  34. }
  35. },
  36. getChargeback: function (num) {
  37. switch (num) {
  38. case 0:
  39. return "已完成";
  40. case 1:
  41. return "未完成";
  42. default:
  43. return "其它";
  44. }
  45. },
  46. };
  47. class ProjectDetails extends Component{
  48. constructor(props) {
  49. super(props);
  50. this.state={
  51. activeKey: '1',
  52. loading: false,
  53. orderData: [],
  54. orderNo: "",
  55. jiedian: [],
  56. jiedianNew: [],
  57. searchMore: true,
  58. assignVisible: false,
  59. releaseDate: [],
  60. roleName: "",
  61. testFlag: true,
  62. departmentArr: [],
  63. boHuivisible: false,
  64. selectedRowKeys: [],
  65. selectedRows: [],
  66. paginations: false,
  67. pagination: {
  68. defaultCurrent: 1,
  69. defaultPageSize: 10,
  70. showQuickJumper: true,
  71. pageSize: 10,
  72. onChange: function (page) {
  73. this.loadData(page);
  74. }.bind(this),
  75. showTotal: function (total) {
  76. return "共" + total + "条数据";
  77. },
  78. },
  79. columns: [
  80. {
  81. title: "项目编号",
  82. dataIndex: "id",
  83. key: "id",
  84. render: (text, record) => {
  85. if (record.splitStatus == 2) {
  86. return <span>{record.splitSuper + "-" + record.splitId}</span>;
  87. } else {
  88. return text;
  89. }
  90. },
  91. },
  92. {
  93. title: "任务名称",
  94. dataIndex: "taskName",
  95. key: "taskName",
  96. className: "taskName",
  97. },
  98. {
  99. title: "订单编号",
  100. dataIndex: "orderNo",
  101. key: "orderNo",
  102. },
  103. {
  104. title: "业务类别",
  105. dataIndex: "cname",
  106. key: "cname",
  107. },
  108. {
  109. title: "客户名称",
  110. dataIndex: "userName",
  111. key: "userName",
  112. className: "userName",
  113. },
  114. {
  115. title: "任务状态",
  116. dataIndex: "taskStatus",
  117. key: "taskStatus",
  118. render: (text) => {
  119. return getTaskStatus(text);
  120. },
  121. },
  122. {
  123. title: "项目状态",
  124. dataIndex: "projectStatus",
  125. key: "projectStatus",
  126. render: (text) => {
  127. return getProjectStatus(text);
  128. },
  129. },
  130. {
  131. title: "分配时间",
  132. dataIndex: "taskDate",
  133. key: "taskDate",
  134. },
  135. {
  136. title: "任务数量",
  137. dataIndex: "commodityQuantity",
  138. key: "commodityQuantity",
  139. },
  140. {
  141. title: "任务责任人",
  142. dataIndex: "receiverName",
  143. key: "receiverName",
  144. },
  145. {
  146. title: "订单部门",
  147. dataIndex: "depName",
  148. key: "depName",
  149. },
  150. ],
  151. dataSource: [],
  152. searchTime: [],
  153. columnsX: [
  154. {
  155. title: "业务项目名称",
  156. dataIndex: "commodityName",
  157. key: "commodityName",
  158. },
  159. {
  160. title: "项目类别",
  161. dataIndex: "cname",
  162. key: "cname",
  163. },
  164. {
  165. title: "项目数量",
  166. dataIndex: "commodityQuantity",
  167. key: "commodityQuantity",
  168. render: (text, record) => {
  169. if (record.splitStatus == 1) {
  170. return (
  171. <span>
  172. {text}{" "}
  173. <Tag
  174. color="#108ee9"
  175. onClick={(e) => {
  176. e.stopPropagation();
  177. this.showRes(record);
  178. }}
  179. >
  180. 已拆
  181. </Tag>
  182. </span>
  183. );
  184. } else {
  185. return text;
  186. }
  187. },
  188. },
  189. {
  190. title: "金额(万元)",
  191. dataIndex: "commodityPrice",
  192. key: "commodityPrice",
  193. render: (text, record) => {
  194. return (
  195. <span>
  196. {this.props.isZxs || text === -1 ? '***' : text}
  197. </span>
  198. )
  199. }
  200. },
  201. {
  202. title: "负责人",
  203. dataIndex: "contacts",
  204. key: "contacts",
  205. },
  206. {
  207. title: "负责人电话",
  208. dataIndex: "contactsMobile",
  209. key: "contactsMobile",
  210. },
  211. {
  212. title: "主要项目",
  213. dataIndex: "main",
  214. key: "main",
  215. render: (text) => {
  216. return text ? "是" : "否";
  217. },
  218. },
  219. {
  220. title: "项目说明",
  221. dataIndex: "taskComment",
  222. key: "taskComment",
  223. render: (text) => {
  224. return text && text.length > 8 ? text.substr(0, 8) + "…" : text;
  225. },
  226. },
  227. ],
  228. columnsA: [
  229. {
  230. title: "流程",
  231. dataIndex: "content",
  232. key: "content",
  233. align: "center",
  234. },
  235. {
  236. title: "操作人",
  237. dataIndex: "aName",
  238. key: "aName",
  239. align: "center",
  240. },
  241. {
  242. title: "时间",
  243. dataIndex: "createTimes",
  244. key: "createTimes",
  245. align: "center",
  246. },
  247. ],
  248. dataSourceX: [],
  249. dataSourceA: [],
  250. ContactsLists: [
  251. {
  252. title: "批次",
  253. dataIndex: "num",
  254. key: "num",
  255. },
  256. {
  257. title: "下证时间",
  258. dataIndex: "licenceTimes",
  259. key: "licenceTimes",
  260. },
  261. {
  262. title: "下证数量",
  263. dataIndex: "alreadyNumber",
  264. key: "alreadyNumber",
  265. },
  266. {
  267. title: "未下证数量",
  268. dataIndex: "notCount",
  269. key: "notCount",
  270. },
  271. ],
  272. displayFees: "none",
  273. costReduction: '',
  274. officialCost: '',
  275. isSoftware: false,
  276. }
  277. this.orderChange = this.orderChange.bind(this);
  278. this.caozuorizhi = this.caozuorizhi.bind(this);
  279. this.getOrderLog = this.getOrderLog.bind(this);
  280. this.rizhi = this.rizhi.bind(this);
  281. }
  282. orderChange(key){
  283. this.setState({
  284. activeKey: key,
  285. });
  286. if (key === '2') {
  287. this.orderDetailData(this.props.orderNo);
  288. this.xiangmu(this.props.orderNo);
  289. this.jiedian(this.props.orderNo);
  290. this.jiedianNew(this.props.orderNo);
  291. }
  292. }
  293. caozuorizhi(){
  294. this.setState({
  295. visibleA: true,
  296. });
  297. $.ajax({
  298. method: "get",
  299. dataType: "json",
  300. crossDomain: false,
  301. url: globalConfig.context + "/api/admin/orderProject/TaskLogList",
  302. data: {
  303. id: this.props.id,
  304. },
  305. success: function (data) {
  306. let theArr = [];
  307. if (data.error.length || data.data.list == "") {
  308. if (data.error && data.error.length) {
  309. message.warning(data.error[0].message);
  310. }
  311. } else {
  312. for (let i = 0; i < data.data.length; i++) {
  313. let thisdata = data.data[i];
  314. theArr.push({
  315. key: i,
  316. id: thisdata.id, //日志ID
  317. content: thisdata.content, //流程
  318. taskId: thisdata.taskId, //任务ID
  319. aName: thisdata.aName, //负责人
  320. createTimes: thisdata.createTimes, //时间
  321. });
  322. }
  323. }
  324. this.setState({
  325. dataSourceA: theArr,
  326. });
  327. }.bind(this),
  328. }).always(
  329. function () {
  330. this.setState({
  331. loading: false,
  332. });
  333. }.bind(this)
  334. );
  335. }
  336. //节点列表
  337. jiedian(orderNos) {
  338. $.ajax({
  339. method: "get",
  340. dataType: "json",
  341. crossDomain: false,
  342. url: globalConfig.context + "/api/admin/newOrder/selectOrderDun",
  343. data: {
  344. orderNo: orderNos,
  345. },
  346. success: function (data) {
  347. let theArr = [];
  348. let thisData = [];
  349. if (data.error.length || data.data.list == "") {
  350. if (data.error && data.error.length) {
  351. message.warning(data.error[0].message);
  352. }
  353. } else {
  354. for (let i = 0; i < data.data.length; i++) {
  355. thisData = data.data[i];
  356. theArr.push({
  357. key: i,
  358. dunSubject: thisData.dunSubject
  359. ? thisData.dunSubject.toString()
  360. : "", //催款科目
  361. id: thisData.id, //节点Id
  362. money: thisData.money, //催款金额
  363. dunStatus: thisData.dunStatus, //催款状态
  364. });
  365. }
  366. this.setState({
  367. jiedian: theArr,
  368. });
  369. }
  370. }.bind(this),
  371. });
  372. }
  373. //部门
  374. departmentList() {
  375. this.setState({
  376. loading: true,
  377. });
  378. $.ajax({
  379. method: "get",
  380. dataType: "json",
  381. crossDomain: false,
  382. url: globalConfig.context + "/api/admin/organization/selectSuperId",
  383. data: {},
  384. success: function (data) {
  385. let thedata = data.data;
  386. let theArr = [];
  387. if (!thedata) {
  388. if (data.error && data.error.length) {
  389. message.warning(data.error[0].message);
  390. }
  391. } else {
  392. thedata.map(function (item, index) {
  393. theArr.push({
  394. key: index,
  395. name: item.name,
  396. id: item.id,
  397. });
  398. });
  399. }
  400. this.setState({
  401. departmentArr: theArr,
  402. });
  403. }.bind(this),
  404. }).always(
  405. function () {
  406. this.setState({
  407. loading: false,
  408. });
  409. }.bind(this)
  410. );
  411. }
  412. //订单详情
  413. xiangqing(id) {
  414. $.ajax({
  415. method: "get",
  416. dataType: "json",
  417. crossDomain: false,
  418. url: globalConfig.context + "/api/admin/orderProject/orderTaskDetail",
  419. data: {
  420. id: id,
  421. },
  422. success: function (data) {
  423. if (data.error.length || data.data.list == "") {
  424. if (data.error && data.error.length) {
  425. message.warning(data.error[0].message);
  426. }
  427. } else {
  428. let thisdata = data.data;
  429. this.setState({
  430. certificationCorporate: thisdata.certificationCorporate,//认证费公司
  431. certificationFee: thisdata.certificationFee,//认证费
  432. ifCertificationFee: thisdata.ifCertificationFee,//是否包含认证费
  433. id: thisdata.id, //ID
  434. orderNo: thisdata.orderNo, //订单编号
  435. userName: thisdata.userName, //客户名称
  436. taskName: thisdata.taskName, //任务名称
  437. cname: thisdata.cname, //项目品类
  438. contractNo: thisdata.contractNo, //合同编号
  439. projectStatus: thisdata.projectStatus, //项目状态
  440. taskStatus: thisdata.taskStatus, //任务状态
  441. taskDate: thisdata.taskDate, //分配时间
  442. taskComment: thisdata.taskComment, //说明
  443. attachmentUrl: thisdata.attachmentUrl
  444. ? splitUrl(
  445. thisdata.attachmentUrl,
  446. ",",
  447. globalConfig.avatarHost + "/upload"
  448. )
  449. : [], //图片地址
  450. salesmanName: thisdata.salesmanName, //订单负责人
  451. startDate: thisdata.startDate, //启动日期
  452. endDate: thisdata.endDate, //结束日期
  453. acceptDate: thisdata.acceptDate, //受理日期
  454. reviewDate: thisdata.reviewDate, //评审日期
  455. publicityDate: thisdata.publicityDate, //公示日期
  456. licenceDate: thisdata.licenceDate, //发证日期
  457. contacts: thisdata.contacts, //联系人
  458. contactMobile: thisdata.contactMobile, //联系人电话
  459. legalPerson: thisdata.legalPerson, //法人
  460. legalPersonTel: thisdata.legalPersonTel, //法人电话
  461. certificateNumber: thisdata.certificateNumber, //证书编号
  462. status: thisdata.status, //状态
  463. formRetrieve: thisdata.formRetrieve, //满意度表格
  464. taskRefund: thisdata.taskRefund, //退单
  465. refundContent: thisdata.refundContent, //退单信息
  466. retrieveContent: thisdata.retrieveContent, //回收信息
  467. arrivalMoney: thisdata.arrivalMoney, //是否到款
  468. setUpAmount: thisdata.setUpAmount, //立项金额
  469. declareUser: thisdata.declareUser, //账号
  470. declarePwd: thisdata.declarePwd, //密码
  471. depName: thisdata.depName, //订单部门
  472. outsourceName: thisdata.outsourceName, //外包公司名称
  473. outsourcePrice: thisdata.outsourcePrice, //外包价格
  474. declarationBatch: thisdata.declarationBatch,
  475. bpType:thisdata.bpType,//0 正常 1专利 2软著 3审计 4双软 5高新 6商标
  476. specialComment: thisdata.specialComment,
  477. urgentDay: thisdata.urgentDay, //有无材料
  478. ifMaterial: thisdata.ifMaterial, //加急情况
  479. spotCheckStatus: thisdata.spotCheckStatus,
  480. setUpStatus: thisdata.setUpStatus,
  481. setUpTime: thisdata.setUpTime,
  482. highTechStatus: thisdata.highTechStatus,
  483. acceptCount:thisdata.acceptCount, //受理数
  484. certificatesCount:thisdata.certificatesCount, //授权数
  485. rejectCount:thisdata.rejectCount, //驳回数
  486. commodityQuantity:thisdata.commodityQuantity, //派单项目数
  487. });
  488. }
  489. }.bind(this),
  490. }).always(
  491. function () {
  492. this.setState({
  493. loading: false,
  494. });
  495. }.bind(this)
  496. );
  497. }
  498. //订单详情
  499. xiangqings(orderNos) {
  500. $.ajax({
  501. method: "get",
  502. dataType: "json",
  503. crossDomain: false,
  504. url: globalConfig.context + "/api/admin/newOrder/getOrderNewDetail",
  505. data: {
  506. orderNo: orderNos,
  507. },
  508. success: function (data) {
  509. let thisdata = data.data;
  510. let ProvinceCityArr = [];
  511. let ProvinceS = thisdata.locationProvince; //省
  512. let citys = thisdata.locationCity; //市
  513. let Areas = thisdata.locationArea; //区
  514. ProvinceCityArr.push(ProvinceS, citys, Areas);
  515. if (data.error.length || data.data.list == "") {
  516. if (data.error && data.error.length) {
  517. message.warning(data.error[0].message);
  518. }
  519. } else {
  520. this.setState({
  521. processStatus: thisdata.processStatus, //流程状态
  522. liquidationStatus: thisdata.liquidationStatus, //结算状态
  523. approval: thisdata.approval, //特批状态
  524. orderRemarks: thisdata.orderRemarks, //订单留言
  525. salesmanName: thisdata.salesmanName, //营销员名称
  526. salesmanMobile: thisdata.salesmanMobile, //营销员电话
  527. oldSalesmanName: thisdata.oldSalesmanName, //营销员名称
  528. oldSalesmanMobile: thisdata.oldSalesmanMobile, //营销员电话
  529. financeName: thisdata.financeName, //财务名称
  530. financeMobile: thisdata.financeMobile, //财务电话
  531. nowFinance: thisdata.nowFinance, //财务名称
  532. nowFinanceMobile: thisdata.nowFinanceMobile, //财务电话
  533. depName: thisdata.depName, //订单部门
  534. locationProvince: thisdata.locationProvince,
  535. locationCity: thisdata.locationCity,
  536. locationArea: thisdata.locationArea,
  537. ProvinceCity: ProvinceCityArr,
  538. postalAddress: thisdata.postalAddress, //详细地址
  539. outsource: thisdata.outsource,
  540. });
  541. }
  542. }.bind(this),
  543. }).always(
  544. function () {
  545. this.setState({
  546. loading: false,
  547. });
  548. }.bind(this)
  549. );
  550. }
  551. //查看下证信息
  552. loaduserss(id) {
  553. $.ajax({
  554. method: "get",
  555. dataType: "json",
  556. crossDomain: false,
  557. url: globalConfig.context + "/api/admin/orderProject/selectTaskProgress",
  558. data: {
  559. tid: id,
  560. },
  561. success: function (data) {
  562. let theArr = [];
  563. let thisData = [];
  564. if (!thisData) {
  565. if (data.error && data.error.length) {
  566. message.warning(data.error[0].message);
  567. }
  568. } else {
  569. for (let i = 0; i < data.data.length; i++) {
  570. thisData = data.data[i];
  571. theArr.push({
  572. num: i + 1,
  573. key: i,
  574. id: thisData.id, //编号
  575. alreadyNumber: thisData.alreadyNumber, //下证数
  576. licenceTimes: thisData.licenceTimes, //下证时间
  577. notCount: thisData.notCount, //未下证数
  578. flag: true,
  579. });
  580. }
  581. this.setState({
  582. contactList: theArr,
  583. });
  584. }
  585. }.bind(this),
  586. }).always(
  587. function () {
  588. this.setState({
  589. loading: false,
  590. });
  591. }.bind(this)
  592. );
  593. }
  594. jiedianNew(orderNos) {
  595. $.ajax({
  596. method: "get",
  597. dataType: "json",
  598. crossDomain: false,
  599. url:
  600. globalConfig.context + "/api/admin/newOrderDun/selectListNewOrderDun",
  601. data: {
  602. orderNo: orderNos,
  603. },
  604. success: function (data) {
  605. if (data.error && data.error.length) {
  606. message.warning(data.error[0].message);
  607. } else {
  608. let theArr = [];
  609. let thisData = [];
  610. let arr = data.data || [];
  611. let totalCui = 0;
  612. for (let i = 0; i < arr.length; i++) {
  613. thisData = arr[i];
  614. totalCui += +thisData.money;
  615. thisData.key = i;
  616. thisData.dunSubject = thisData.dunSubject
  617. ? thisData.dunSubject.toString()
  618. : "", //催款科目
  619. theArr.push(thisData);
  620. }
  621. if (!totalCui) {
  622. totalCui = 0;
  623. }
  624. totalCui = (Math.round(totalCui * 1000000) / 1000000).toFixed(6);
  625. this.setState({
  626. jiedianNew: theArr,
  627. totalCui,
  628. });
  629. }
  630. }.bind(this),
  631. }).always(
  632. function () {
  633. this.setState({
  634. loading: false,
  635. });
  636. }.bind(this)
  637. );
  638. }
  639. orderDetailData(orderNos) {
  640. this.setState({
  641. loading: true,
  642. });
  643. $.ajax({
  644. method: "get",
  645. dataType: "json",
  646. crossDomain: false,
  647. url: globalConfig.context + "/api/admin/newOrder/getOrderNewDetail",
  648. data: {
  649. orderNo: orderNos,
  650. },
  651. success: function (data) {
  652. if (data.error.length || data.data.list == "") {
  653. if (data.error && data.error.length) {
  654. message.warning(data.error[0].message);
  655. this.setState({
  656. loading: false,
  657. });
  658. }
  659. } else {
  660. let thisdata = data.data;
  661. this.setState({
  662. loading: false,
  663. userName: thisdata.userName,
  664. primaryOrderNo: thisdata.primaryOrder,
  665. additionalOrder: thisdata.additionalOrder,
  666. contractNo: thisdata.contractNo,
  667. orderData: thisdata,
  668. isAddition: thisdata.additionalOrder ? true : false,
  669. contractPictureUrl: thisdata.contractPictureUrl
  670. ? splitUrl(
  671. thisdata.contractPictureUrl,
  672. ",",
  673. globalConfig.avatarHost + "/upload"
  674. )
  675. : [],
  676. });
  677. }
  678. }.bind(this),
  679. });
  680. }
  681. //项目列表
  682. xiangmu(orderNos) {
  683. this.setState({
  684. loading: true,
  685. });
  686. $.ajax({
  687. method: "get",
  688. dataType: "json",
  689. crossDomain: false,
  690. url: globalConfig.context + "/api/admin/newOrder/getOrderTask",
  691. data: {
  692. orderNo: orderNos,
  693. },
  694. success: function (data) {
  695. let theArr = [];
  696. if (data.error.length || data.data.list == "") {
  697. if (data.error && data.error.length) {
  698. message.warning(data.error[0].message);
  699. }
  700. } else {
  701. for (let i = 0; i < data.data.length; i++) {
  702. let thisdata = data.data[i];
  703. thisdata.key = i;
  704. theArr.push(thisdata);
  705. }
  706. }
  707. this.setState({
  708. dataSourceX: theArr,
  709. });
  710. }.bind(this),
  711. }).always(
  712. function () {
  713. this.setState({
  714. loading: false,
  715. });
  716. }.bind(this)
  717. );
  718. }
  719. rizhi() {
  720. this.setState({
  721. loading: true,
  722. });
  723. $.ajax({
  724. method: "get",
  725. dataType: "json",
  726. crossDomain: false,
  727. url: "/api/admin/newOrder/selectOrderLog",
  728. data: {
  729. orderNo: this.props.orderNo,
  730. },
  731. success: function (data) {
  732. let theArr = [];
  733. let thisData = data.data;
  734. if (!thisData.length) {
  735. if (data.error && data.error.length) {
  736. message.warning(data.error[0].message);
  737. }
  738. } else {
  739. for (let i = 0; i < data.data.length; i++) {
  740. let thisdata = data.data[i];
  741. theArr.push({
  742. processName: thisdata.processName,
  743. adminName: thisdata.adminName,
  744. createDate: thisdata.createDate,
  745. remarks: thisdata.remarks,
  746. });
  747. }
  748. }
  749. this.setState({
  750. dataSourceY: theArr,
  751. });
  752. }.bind(this),
  753. }).always(
  754. function () {
  755. this.setState({
  756. loading: false,
  757. });
  758. }.bind(this)
  759. );
  760. }
  761. getOrderLog() {
  762. this.setState({
  763. avisible: true,
  764. });
  765. this.rizhi();
  766. }
  767. componentDidMount() {
  768. if (this.props.taskName.substring(0, 5) === "软件著作权") {
  769. this.setState({
  770. isSoftware: true,
  771. })
  772. }
  773. this.setState({
  774. isIso: this.props.taskName.indexOf("贯标") !== -1,
  775. })
  776. this.departmentList();
  777. this.xiangqing(this.props.id);
  778. this.xiangqings(this.props.orderNo);
  779. this.xiangmu(this.props.orderNo);
  780. this.loaduserss(this.props.id);
  781. }
  782. render() {
  783. return (
  784. this.props.visible ? <Modal
  785. maskClosable={false}
  786. className="customeDetails"
  787. footer=""
  788. title=""
  789. width="900px"
  790. visible={this.props.visible}
  791. onOk={()=>{
  792. this.props.visitOk && this.props.visitOk()
  793. }}
  794. onCancel={()=>{
  795. this.props.visitCancel && this.props.visitCancel();
  796. }}
  797. >
  798. <Tabs activeKey={this.state.activeKey} onChange={this.orderChange}>
  799. <TabPane tab="项目概况" key="1">
  800. {this.state.activeKey === "1" ? <Form
  801. layout="horizontal"
  802. id="demand-form"
  803. style={{ paddingBottom: "0px" }}
  804. >
  805. <Spin spinning={this.state.loading}>
  806. <div className="clearfix">
  807. <div className="clearfix">
  808. <FormItem
  809. className="half-item"
  810. {...formItemLayout}
  811. label="当前项目情况"
  812. >
  813. <span>
  814. {
  815. this.state.status === 0 ? '未开始':
  816. this.state.status === 1 ? '进行中':
  817. this.state.status === 2 ? '已暂停':
  818. this.state.status === 3 ? '已驳回(专利、软著项目编写)':
  819. this.state.status === 4 ? '已完成':
  820. this.state.status === 5 ? '项目已完成 已退单':
  821. this.state.status === 6 ? '项目未完成 已退单': ''
  822. }
  823. </span>
  824. <Button
  825. type="primary"
  826. size="small"
  827. style={{ marginTop: "5px", position: "absolute" }}
  828. onClick={this.caozuorizhi}
  829. >
  830. 操作日志
  831. </Button>
  832. {this.state.visibleA ? <Modal
  833. maskClosable={false}
  834. width="800px"
  835. visible={this.state.visibleA}
  836. onCancel={()=>{
  837. this.setState({
  838. visibleA: false
  839. })
  840. }}
  841. title="操作日志"
  842. footer=""
  843. className="admin-desc-content"
  844. >
  845. <div className="patent-table patent-table-center">
  846. <Spin spinning={this.state.loading}>
  847. <Table
  848. columns={this.state.columnsA}
  849. dataSource={this.state.dataSourceA}
  850. pagination={false}
  851. bordered
  852. size="small"
  853. />
  854. </Spin>
  855. </div>
  856. </Modal> : null}
  857. </FormItem>
  858. <FormItem
  859. className="half-item"
  860. {...formItemLayout}
  861. label="合同编号"
  862. >
  863. <span>{this.state.contractNo}</span>
  864. </FormItem>
  865. </div>
  866. <div className="clearfix">
  867. <FormItem
  868. className="half-item"
  869. {...formItemLayout}
  870. label="项目状态"
  871. >
  872. <span>
  873. {getProjectStatus(this.state.projectStatus)}
  874. </span>
  875. </FormItem>
  876. <FormItem
  877. className="half-item"
  878. {...formItemLayout}
  879. label="是否特批"
  880. >
  881. <span>{getApproval(this.state.approval)}</span>
  882. </FormItem>
  883. <FormItem
  884. className="half-item"
  885. {...formItemLayout}
  886. label="结算状态"
  887. >
  888. <span>
  889. {getLiquidationStatus(this.state.liquidationStatus)}
  890. </span>
  891. </FormItem>
  892. <FormItem
  893. className="half-item"
  894. {...formItemLayout}
  895. label="流程状态"
  896. >
  897. <span>
  898. {getProcessStatus(this.state.processStatus)}
  899. </span>
  900. </FormItem>
  901. <FormItem
  902. className="half-item"
  903. {...formItemLayout}
  904. label="订单编号"
  905. >
  906. <span>{this.state.orderNo}</span>
  907. </FormItem>
  908. <FormItem
  909. className="half-item"
  910. {...formItemLayout}
  911. label="是否外包"
  912. >
  913. <span>{this.state.outsource === 0 ? "否" : "是"}</span>
  914. </FormItem>
  915. </div>
  916. <div className="clearfix">
  917. <FormItem
  918. className="half-item"
  919. {...formItemLayout}
  920. label="满意度表格"
  921. >
  922. <span>
  923. {utils.getSatisfaction(this.state.formRetrieve)}
  924. </span>
  925. </FormItem>
  926. <FormItem
  927. className="half-item"
  928. {...formItemLayout}
  929. label="(满意度)备注"
  930. >
  931. <span>{this.state.retrieveContent}</span>
  932. </FormItem>
  933. </div>
  934. {/*软著显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
  935. {this.state.bpType === 2 ? <div className="clearfix">
  936. <FormItem
  937. className="half-item"
  938. {...formItemLayout}
  939. label="加急天数"
  940. >
  941. {
  942. this.state.urgentDay === 1 ? '是' :
  943. this.state.urgentDay === 0 ? '否' : ''
  944. }
  945. </FormItem>
  946. <FormItem
  947. className="half-item"
  948. {...formItemLayout}
  949. label="有无材料"
  950. >
  951. {
  952. this.state.ifMaterial === 1 ? '是':
  953. this.state.ifMaterial === 0 ? '否': ''
  954. }
  955. </FormItem>
  956. </div> : null}
  957. <div className="clearfix">
  958. <div style={{
  959. paddingLeft: '8%',
  960. }}>
  961. <div style={{color:'#000',fontWeight:500}}>
  962. 特别说明
  963. <span style={{color: '#58a3ff',}}>(针对项目的特殊情况说明)</span>
  964. </div>
  965. <div style={{
  966. display:'flex',
  967. }}>
  968. <span style={{paddingRight:'10px',whiteSpace:"nowrap"}}>备注:</span>
  969. <span style={{
  970. flex: 1,
  971. wordBreak: 'break-all',
  972. }}>{this.state.specialComment}</span>
  973. </div>
  974. </div>
  975. </div>
  976. <div className="clearfix">
  977. <h3 className="sub-title">任务信息</h3>
  978. {/*0通用 1专利 2软著 3审计 4双软 5高新 6商标*/}
  979. {/*高新与贯标需要显示*/}
  980. {
  981. this.state.bpType === 5 || this.state.isIso ?
  982. <div>
  983. <FormItem
  984. className="half-item"
  985. {...formItemLayout}
  986. label="认证费"
  987. >
  988. <span>
  989. {
  990. this.state.ifCertificationFee === 1 ? '包含' : '不包含'
  991. }
  992. </span>
  993. </FormItem>
  994. {this.state.ifCertificationFee === 1 ?<FormItem
  995. className="half-item"
  996. {...formItemLayout}
  997. label="认证费(万元)"
  998. >
  999. <span>
  1000. {
  1001. this.state.certificationFee
  1002. }
  1003. </span>
  1004. </FormItem> : null}
  1005. {this.state.ifCertificationFee === 1 ? <FormItem
  1006. className="half-item"
  1007. {...formItemLayout}
  1008. label=""
  1009. /> : null}
  1010. {this.state.ifCertificationFee === 1 ? <FormItem
  1011. className="half-item"
  1012. {...formItemLayout}
  1013. label="付款公司名称"
  1014. >
  1015. <span>
  1016. {this.state.certificationCorporate}
  1017. </span>
  1018. </FormItem>:null}
  1019. </div> : null
  1020. }
  1021. <FormItem
  1022. className="half-item"
  1023. {...formItemLayout}
  1024. label="任务编号"
  1025. >
  1026. <span>
  1027. {
  1028. this.state.splitStatus === 2
  1029. ? this.state.splitSuper + "-" + this.state.splitId
  1030. : this.state.id
  1031. }
  1032. </span>
  1033. </FormItem>
  1034. <FormItem
  1035. className="half-item"
  1036. {...formItemLayout}
  1037. label="任务名称"
  1038. >
  1039. <span>{this.state.taskName}</span>
  1040. </FormItem>
  1041. <FormItem
  1042. className="half-item"
  1043. {...formItemLayout}
  1044. label="任务状态"
  1045. >
  1046. <span>{getTaskStatus(this.state.taskStatus)}</span>
  1047. </FormItem>
  1048. <FormItem
  1049. className="half-item"
  1050. {...formItemLayout}
  1051. label="任务类别"
  1052. >
  1053. <span>{this.state.cname}</span>
  1054. </FormItem>
  1055. <FormItem
  1056. className="half-item"
  1057. {...formItemLayout}
  1058. label="证书编号"
  1059. >
  1060. <span>{this.state.certificateNumber}</span>
  1061. </FormItem>
  1062. </div>
  1063. <div className="clearfix">
  1064. <h3 className="sub-title">联系信息</h3>
  1065. <FormItem
  1066. className="half-item"
  1067. {...formItemLayout}
  1068. label="客户名称"
  1069. >
  1070. <span>{this.state.userName}</span>
  1071. </FormItem>
  1072. <FormItem
  1073. className="half-item"
  1074. {...formItemLayout}
  1075. label="企业法人"
  1076. >
  1077. <span>{this.state.legalPerson}</span>
  1078. </FormItem>
  1079. <FormItem
  1080. className="half-item"
  1081. {...formItemLayout}
  1082. label="法人电话"
  1083. >
  1084. <span>{this.state.legalPersonTel}</span>
  1085. </FormItem>
  1086. <FormItem
  1087. className="half-item"
  1088. {...formItemLayout}
  1089. label="客户联系人"
  1090. >
  1091. <span>{this.state.contacts}</span>
  1092. </FormItem>
  1093. <FormItem
  1094. className="half-item"
  1095. {...formItemLayout}
  1096. label="联系人电话"
  1097. >
  1098. <span>{this.state.contactMobile}</span>
  1099. </FormItem>
  1100. <FormItem
  1101. className="half-item"
  1102. {...formItemLayout}
  1103. label="企业地址"
  1104. >
  1105. <span>
  1106. {getprovince(this.state.locationProvince)}/
  1107. {getprovince(this.state.locationCity)}/
  1108. {getprovince(this.state.locationArea)}
  1109. </span>
  1110. </FormItem>
  1111. <FormItem
  1112. className="half-item"
  1113. {...formItemLayout}
  1114. label=""
  1115. />
  1116. <FormItem className="half-item" {...formItemLayout}>
  1117. <span style={{ paddingLeft: "12em" }}>
  1118. {this.state.postalAddress}
  1119. </span>
  1120. </FormItem>
  1121. </div>
  1122. <div className="clearfix">
  1123. <h3 className="sub-title">订单负责人信息</h3>
  1124. <FormItem
  1125. className="half-item"
  1126. {...formItemLayout}
  1127. label="负责人"
  1128. >
  1129. <span>
  1130. {this.state.salesmanName +
  1131. "(" +
  1132. this.state.depName +
  1133. ")"}
  1134. </span>
  1135. </FormItem>
  1136. <FormItem
  1137. className="half-item"
  1138. {...formItemLayout}
  1139. label="负责人电话"
  1140. >
  1141. <span>{this.state.salesmanMobile}</span>
  1142. </FormItem>
  1143. <FormItem
  1144. className="half-item"
  1145. {...formItemLayout}
  1146. label="当前财务负责人"
  1147. >
  1148. <span>{this.state.nowFinance}</span>
  1149. </FormItem>
  1150. <FormItem
  1151. className="half-item"
  1152. {...formItemLayout}
  1153. label="当前财务负责人电话"
  1154. >
  1155. <span>{this.state.nowFinanceMobile}</span>
  1156. </FormItem>
  1157. {!this.state.isSoftware ? <div>
  1158. <FormItem
  1159. className="half-item"
  1160. {...formItemLayout}
  1161. style={{ opacity: ".5" }}
  1162. label="原负责人"
  1163. >
  1164. <span>{this.state.oldSalesmanName}</span>
  1165. </FormItem>
  1166. <FormItem
  1167. className="half-item"
  1168. {...formItemLayout}
  1169. style={{ opacity: ".5" }}
  1170. label="原负责人电话"
  1171. >
  1172. <span>{this.state.oldSalesmanMobile}</span>
  1173. </FormItem>
  1174. <FormItem
  1175. className="half-item"
  1176. {...formItemLayout}
  1177. style={{ opacity: ".5" }}
  1178. label="实际财务操作人"
  1179. >
  1180. <span>{this.state.financeName}</span>
  1181. </FormItem>
  1182. <FormItem
  1183. className="half-item"
  1184. {...formItemLayout}
  1185. style={{ opacity: ".5" }}
  1186. label="实际财务操作人电话"
  1187. >
  1188. <span>{this.state.financeMobile}</span>
  1189. </FormItem>
  1190. </div> : null }
  1191. <FormItem
  1192. className="half-item"
  1193. {...formItemLayout}
  1194. label="订单留言"
  1195. >
  1196. <span>{this.state.orderRemarks}</span>
  1197. </FormItem>
  1198. <FormItem
  1199. className="half-item"
  1200. {...formItemLayout}
  1201. label=""
  1202. >
  1203. <Button onClick={this.getOrderLog}>查看订单日志</Button>
  1204. </FormItem>
  1205. <OrderRiZi
  1206. dataSourcerizhi={this.state.dataSourceY}
  1207. closeOrderLog={()=>{
  1208. this.setState({
  1209. avisible: false
  1210. })
  1211. }}
  1212. visible={this.state.avisible}
  1213. loading={this.state.loading}
  1214. />
  1215. </div>
  1216. {!this.state.isSoftware ? <div className="clearfix">
  1217. <h3 className="sub-title">申报系统账户信息</h3>
  1218. <FormItem
  1219. className="half-item"
  1220. {...formItemLayout}
  1221. label="用户名"
  1222. >
  1223. <span>{this.state.declareUser}</span>
  1224. </FormItem>
  1225. <FormItem
  1226. className="half-item"
  1227. {...formItemLayout}
  1228. label="密码"
  1229. >
  1230. <span>{this.state.declarePwd}</span>
  1231. </FormItem>
  1232. </div> : null}
  1233. {this.state.isSoftware ?
  1234. <div className="clearfix">
  1235. <h3 className="sub-title">项目申报进度</h3>
  1236. <FormItem
  1237. className="half-item"
  1238. {...formItemLayout}
  1239. label="申报批次"
  1240. >
  1241. <span>{this.state.declarationBatch}</span>
  1242. </FormItem>
  1243. <FormItem
  1244. className="half-item"
  1245. {...formItemLayout}
  1246. label="启动时间"
  1247. >
  1248. <span>{this.state.startDate}</span>
  1249. </FormItem>
  1250. <FormItem
  1251. className="half-item"
  1252. {...formItemLayout}
  1253. label="软著派单数量"
  1254. >
  1255. <span>{this.state.commodityQuantity}</span>
  1256. </FormItem>
  1257. <div className="patent-table patent-table-center">
  1258. <Spin spinning={this.state.loading}>
  1259. <Table
  1260. columns={this.state.ContactsLists}
  1261. dataSource={this.state.contactList}
  1262. pagination={false}
  1263. bordered
  1264. size="small"
  1265. />
  1266. </Spin>
  1267. </div>
  1268. </div>:
  1269. <div className="clearfix">
  1270. <h3 className="sub-title">项目申报进度</h3>
  1271. {
  1272. this.state.bpType === 1 || this.state.bpType === 6 ?
  1273. <div>
  1274. <FormItem
  1275. labelCol={{ span: 3 }}
  1276. wrapperCol={{ span: 16 }}
  1277. label="是否高新企业"
  1278. >
  1279. <span>
  1280. {
  1281. this.state.highTechStatus === 1 ? '是':
  1282. this.state.highTechStatus === 0 ? '否' : ''
  1283. }
  1284. </span>
  1285. </FormItem>
  1286. <FormItem/>
  1287. <PatentSchedule
  1288. readOnly
  1289. bpType={this.state.bpType}
  1290. taskId={this.state.id}
  1291. acceptCount={this.state.acceptCount}
  1292. certificatesCount={this.state.certificatesCount}
  1293. rejectCount={this.state.rejectCount}
  1294. commodityQuantity={this.state.commodityQuantity}
  1295. refresh={()=>{this.xiangqing(this.state.id)}}
  1296. />
  1297. </div> :
  1298. <div>
  1299. {/*高新显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
  1300. {this.state.bpType === 5 ? <FormItem
  1301. className="half-item"
  1302. {...formItemLayout}
  1303. label="是否抽查">
  1304. {
  1305. this.state.spotCheckStatus === 0 ? '否':
  1306. this.state.spotCheckStatus === 1 ? '是,未通过':
  1307. this.state.spotCheckStatus === 2 ? '是,通过': ''
  1308. }
  1309. </FormItem> : null}
  1310. <FormItem/>
  1311. {this.state.bpType === 5 ? <FormItem
  1312. className="half-item"
  1313. {...formItemLayout}
  1314. label="是否立项"
  1315. >
  1316. {
  1317. this.state.setUpStatus === 1 ? '是' :
  1318. this.state.setUpStatus === 0 ? '否' : ''
  1319. }
  1320. </FormItem> : null}
  1321. {this.state.bpType === 5 ? <FormItem
  1322. className="half-item"
  1323. {...formItemLayout}
  1324. label={this.state.setUpStatus === 1 ? "立项时间" : ''}
  1325. >
  1326. {this.state.setUpStatus === 1 ?this.state.setUpTime : null }
  1327. </FormItem> : null}
  1328. <FormItem
  1329. className="half-item"
  1330. {...formItemLayout}
  1331. label="申报批次"
  1332. >
  1333. <span>{this.state.declarationBatch}</span>
  1334. </FormItem>
  1335. <FormItem
  1336. className="half-item"
  1337. {...formItemLayout}
  1338. label="启动时间"
  1339. >
  1340. <span>{this.state.startDate}</span>
  1341. </FormItem>
  1342. <FormItem
  1343. className="half-item"
  1344. {...formItemLayout}
  1345. label="完成时间"
  1346. >
  1347. <span>{this.state.endDate}</span>
  1348. </FormItem>
  1349. <FormItem
  1350. className="half-item"
  1351. {...formItemLayout}
  1352. label="受理时间"
  1353. >
  1354. <span>{this.state.acceptDate}</span>
  1355. </FormItem>
  1356. <FormItem
  1357. className="half-item"
  1358. {...formItemLayout}
  1359. label="评审时间"
  1360. >
  1361. <span>{this.state.reviewDate}</span>
  1362. </FormItem>
  1363. <FormItem
  1364. className="half-item"
  1365. {...formItemLayout}
  1366. label="公示时间"
  1367. >
  1368. <span>{this.state.publicityDate}</span>
  1369. </FormItem>
  1370. <FormItem
  1371. className="half-item"
  1372. {...formItemLayout}
  1373. label="发证时间"
  1374. >
  1375. <span>{this.state.licenceDate}</span>
  1376. </FormItem>
  1377. <FormItem
  1378. className="half-item"
  1379. {...formItemLayout}
  1380. label="立项金额(万元)"
  1381. >
  1382. <span>{this.state.setUpAmount}</span>
  1383. </FormItem>
  1384. <FormItem
  1385. className="half-item"
  1386. {...formItemLayout}
  1387. label="是否到款"
  1388. >
  1389. <span>
  1390. {this.state.arrivalMoney ? "已到企业" : "未到企业"}
  1391. </span>
  1392. </FormItem>
  1393. </div>
  1394. }
  1395. </div>}
  1396. {this.state.bpType !== 1 && this.state.bpType !== 6 ? <div className="clearfix">
  1397. <FormItem
  1398. labelCol={{ span: 3 }}
  1399. wrapperCol={{ span: 18 }}
  1400. label="附件"
  1401. >
  1402. {this.state.visible && this.state.attachmentUrl && this.state.activeKey === "1" ? <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
  1403. <ImgList fileList={this.state.attachmentUrl} domId={'taskQuery1'}/>
  1404. </div> : null}
  1405. </FormItem>
  1406. </div> : null}
  1407. {this.state.bpType !== 1 && this.state.bpType !== 6 ? <div className="clearfix">
  1408. <FormItem
  1409. labelCol={{ span: 3 }}
  1410. wrapperCol={{ span: 16 }}
  1411. label="项目说明"
  1412. >
  1413. <span>{this.state.taskComment}</span>
  1414. </FormItem>
  1415. </div>: null}
  1416. <div>
  1417. <h3 className="sub-title">项目业务</h3>
  1418. {this.state.processStatus === 0 ? (
  1419. <Button
  1420. type="primary"
  1421. onClick={this.addDetailed}
  1422. style={{
  1423. float: "right",
  1424. marginRight: "50px",
  1425. marginBottom: "15px",
  1426. }}
  1427. >
  1428. 添加项目明细
  1429. </Button>
  1430. ) : null}
  1431. </div>
  1432. <div className="patent-table">
  1433. <Spin spinning={this.state.loading}>
  1434. <Table
  1435. columns={this.state.columnsX}
  1436. dataSource={this.state.dataSourceX}
  1437. pagination={this.state.paginations}
  1438. onRowClick={this.tableRowClickX}
  1439. bordered
  1440. size="small"
  1441. />
  1442. </Spin>
  1443. </div>
  1444. </div>
  1445. </Spin>
  1446. </Form> : null}
  1447. </TabPane>
  1448. {!this.props.isZxs || (this.state.isHuiyuan && this.props.isZxs) ? (
  1449. <TabPane tab="订单详情" key="2">
  1450. {this.state.activeKey === "2" ? <Spin spinning={this.state.loading}>
  1451. <OrderDetail
  1452. orderData={this.state.orderData}
  1453. getOrderLog={this.getOrderLog}
  1454. dataSourceX={this.state.dataSourceX}
  1455. contactList={this.state.jiedian}
  1456. orderNo={this.state.orderNo}
  1457. totalCui={this.state.totalCui}
  1458. contactListNew={this.state.jiedianNew}
  1459. pictureUrl={this.state.contractPictureUrl}
  1460. />
  1461. </Spin> : null}
  1462. <OrderRiZi
  1463. dataSourcerizhi={this.state.dataSourceY}
  1464. closeOrderLog={()=>{
  1465. this.setState({
  1466. avisible: false
  1467. })
  1468. }}
  1469. visible={this.state.avisible}
  1470. loading={this.state.loading}
  1471. />
  1472. </TabPane>
  1473. ) : null}
  1474. </Tabs>
  1475. </Modal> : null
  1476. );
  1477. }
  1478. }
  1479. export default ProjectDetails;