projectDetails.jsx 73 KB

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