project.jsx 48 KB

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