useAirportTable.ts 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. import { Query } from '@/api/webApi'
  2. import { CommonData, CommonTableColumn } from '~/common'
  3. interface SimpleColumn {
  4. columnName: string
  5. columnLabel: string
  6. [x: string]: any
  7. }
  8. const columnGroupsMap: {
  9. [x: string]: {
  10. groupName: string
  11. children: SimpleColumn[]
  12. }[]
  13. } = {
  14. DepartureAirport: [
  15. {
  16. groupName: '航班相关',
  17. children: [
  18. {
  19. columnName: 'IATACode',
  20. columnLabel: '航司',
  21. needFilters: 1,
  22. fixed: true,
  23. },
  24. {
  25. columnName: 'flightNO',
  26. columnLabel: '航班号',
  27. needFilters: 1,
  28. fixed: true,
  29. },
  30. {
  31. columnName: 'flightDate',
  32. columnLabel: '执飞日期',
  33. width: 73,
  34. fixed: true,
  35. },
  36. {
  37. columnName: 'planDepartureTime',
  38. columnLabel: '起飞时间',
  39. width: 73,
  40. fixed: true,
  41. },
  42. {
  43. columnName: 'target',
  44. columnLabel: '目的站',
  45. needFilters: 1,
  46. fixed: true,
  47. },
  48. {
  49. columnName: 'takeOffStand',
  50. columnLabel: '停机位',
  51. fixed: true,
  52. },
  53. {
  54. columnName: 'lastflightNO',
  55. columnLabel: '前序航班',
  56. fixed: true,
  57. },
  58. {
  59. columnName: 'acLandingTime',
  60. columnLabel: '实际降落\n时间',
  61. width: 73,
  62. },
  63. ],
  64. },
  65. {
  66. groupName: '货站相关',
  67. children: [
  68. {
  69. columnName: 'speCargoInfo',
  70. columnLabel: '特货信息',
  71. },
  72. {
  73. columnName: 'transIn',
  74. columnLabel: '中转进\n(运单/件)',
  75. },
  76. {
  77. columnName: 'returns',
  78. columnLabel: '退运\n(板卡/件)',
  79. },
  80. ],
  81. },
  82. {
  83. groupName: '地服相关',
  84. children: [
  85. {
  86. columnName: 'preLoad',
  87. columnLabel: '运单申报\n(运单/件)',
  88. },
  89. {
  90. columnName: 'receiveSure',
  91. columnLabel: '收运核单\n(运单/件/重量)',
  92. },
  93. {
  94. columnName: 'receiveSureTime',
  95. columnLabel: '收运核单\n时间',
  96. },
  97. {
  98. columnName: 'receiveSure_No',
  99. columnLabel: '核单不通过\n(运单/件/重量)',
  100. },
  101. {
  102. columnName: 'receiveSureTime_No',
  103. columnLabel: '核单不通过\n时间',
  104. },
  105. {
  106. columnName: 'checks',
  107. columnLabel: '查验\n(拒运/查验)',
  108. },
  109. {
  110. columnName: 'checkTime',
  111. columnLabel: '查验时间',
  112. },
  113. {
  114. columnName: 'securityYes',
  115. columnLabel: '安检放行\n(运单/件)',
  116. },
  117. {
  118. columnName: 'securityTime',
  119. columnLabel: '安检放行\n时间',
  120. },
  121. {
  122. columnName: 'addCargo',
  123. columnLabel: '加货\n(运单/板卡/件/重量)',
  124. },
  125. {
  126. columnName: 'addCargoTime',
  127. columnLabel: '加货时间',
  128. },
  129. // {
  130. // columnName: 'wait',
  131. // columnLabel: '待运区\n(板卡/件)',
  132. // },
  133. // {
  134. // columnName: 'waitTime',
  135. // columnLabel: '待运区时间',
  136. // },
  137. {
  138. columnName: 'stowage',
  139. columnLabel: '预配载\n(板卡/件)',
  140. },
  141. {
  142. columnName: 'stowageTime',
  143. columnLabel: '预配载时间',
  144. },
  145. // {
  146. // columnName: 'planJoinTime',
  147. // columnLabel: '计划交接\n时间',
  148. // },
  149. // {
  150. // columnName: 'requestDepotJoin',
  151. // columnLabel: '发起货站交接\n(板卡/件)',
  152. // },
  153. // {
  154. // columnName: 'requestDepotJoinTime',
  155. // columnLabel: '发起货站交接\n时间',
  156. // },
  157. {
  158. columnName: 'depotJoin',
  159. columnLabel: '货站交接\n(板卡/件)',
  160. },
  161. {
  162. columnName: 'depotJoinTime',
  163. columnLabel: '货站交接\n时间',
  164. },
  165. {
  166. columnName: 'resure',
  167. columnLabel: '运输前复核\n(板卡/件)',
  168. },
  169. {
  170. columnName: 'resureTime',
  171. columnLabel: '运输前复核\n时间',
  172. },
  173. {
  174. columnName: 'planeDown',
  175. columnLabel: '机下交接\n(板卡/件)',
  176. columnDescribe: '根据运输前复核计算所得',
  177. },
  178. {
  179. columnName: 'planeDownTime',
  180. columnLabel: '机下交接\n时间',
  181. },
  182. // {
  183. // columnName: 'loadPlaneSure',
  184. // columnLabel: '装机\n(板卡/件)',
  185. // },
  186. {
  187. columnName: 'loadPlaneSureTime',
  188. columnLabel: '装机时间',
  189. },
  190. // {
  191. // columnName: 'loadPlane',
  192. // columnLabel: '关闭舱门\n(板卡/件)',
  193. // },
  194. {
  195. columnName: 'loadPlaneTime',
  196. columnLabel: '关闭舱门\n时间',
  197. },
  198. {
  199. columnName: 'register',
  200. columnLabel: '拉下登记\n(板卡/件)',
  201. },
  202. {
  203. columnName: 'pullRegisterTime',
  204. columnLabel: '拉下登记\n时间',
  205. },
  206. {
  207. columnName: 'pullSure',
  208. columnLabel: '拉回确认\n(板卡/件)',
  209. },
  210. {
  211. columnName: 'pullSureTime',
  212. columnLabel: '拉回确认\n时间',
  213. },
  214. ],
  215. },
  216. ],
  217. InternationalDepartureAirport: [
  218. {
  219. groupName: '航班相关',
  220. children: [
  221. {
  222. columnName: 'IATACode',
  223. columnLabel: '航司',
  224. needFilters: 1,
  225. fixed: true,
  226. },
  227. {
  228. columnName: 'flightNO',
  229. columnLabel: '航班号',
  230. needFilters: 1,
  231. fixed: true,
  232. },
  233. {
  234. columnName: 'flightDate',
  235. columnLabel: '执飞日期',
  236. width: 73,
  237. fixed: true,
  238. },
  239. {
  240. columnName: 'planDepartureTime',
  241. columnLabel: '起飞时间',
  242. width: 73,
  243. fixed: true,
  244. },
  245. {
  246. columnName: 'target',
  247. columnLabel: '目的站',
  248. needFilters: 1,
  249. fixed: true,
  250. },
  251. {
  252. columnName: 'takeOffStand',
  253. columnLabel: '停机位',
  254. fixed: true,
  255. },
  256. {
  257. columnName: 'lastflightNO',
  258. columnLabel: '前序航班',
  259. fixed: true,
  260. },
  261. {
  262. columnName: 'acLandingTime',
  263. columnLabel: '实际降落\n时间',
  264. width: 73,
  265. },
  266. ],
  267. },
  268. {
  269. groupName: '货站相关',
  270. children: [
  271. {
  272. columnName: 'speCargoInfo',
  273. columnLabel: '特货信息',
  274. },
  275. {
  276. columnName: 'transIn',
  277. columnLabel: '中转进\n(运单/件)',
  278. },
  279. {
  280. columnName: 'returns1',
  281. columnLabel: '退运\n(板卡/件)',
  282. },
  283. ],
  284. },
  285. {
  286. groupName: '地服相关',
  287. children: [
  288. {
  289. columnName: 'preLoad',
  290. columnLabel: '运单申报\n(运单/件)',
  291. },
  292. {
  293. columnName: 'enterPark',
  294. columnLabel: '入园\n(运单/件)',
  295. },
  296. {
  297. columnName: 'enterParkTime',
  298. columnLabel: '入园时间',
  299. },
  300. {
  301. columnName: 'enterCustoms',
  302. columnLabel: '进入海关\n(运单/件)',
  303. },
  304. {
  305. columnName: 'enterCustomsTime',
  306. columnLabel: '进入海关时间',
  307. },
  308. {
  309. columnName: 'passCustoms',
  310. columnLabel: '海关放行\n(运单/件)',
  311. },
  312. {
  313. columnName: 'passCustomsTime',
  314. columnLabel: '海关放行\n时间',
  315. },
  316. {
  317. columnName: 'nopassCustoms',
  318. columnLabel: '海关不通过\n(运单/件)',
  319. },
  320. {
  321. columnName: 'nopassCustomsTime',
  322. columnLabel: '海关不通过\n时间',
  323. },
  324. {
  325. columnName: 'receiveSure1',
  326. columnLabel: '运抵货站\n(运单/件)',
  327. },
  328. {
  329. columnName: 'receiveSureTime',
  330. columnLabel: '运抵货站\n时间',
  331. },
  332. {
  333. columnName: 'returns2',
  334. columnLabel: '退运\n(板卡/件)',
  335. },
  336. {
  337. columnName: 'returnTime',
  338. columnLabel: '退运时间',
  339. },
  340. {
  341. columnName: 'securityYes',
  342. columnLabel: '安检放行\n(运单/件)',
  343. },
  344. {
  345. columnName: 'securityTime',
  346. columnLabel: '安检放行\n时间',
  347. },
  348. {
  349. columnName: 'receiveSure2',
  350. columnLabel: '收运核单\n(运单/件)',
  351. },
  352. {
  353. columnName: 'receiveSureResultTime',
  354. columnLabel: '收运核单\n时间',
  355. },
  356. {
  357. columnName: 'receiveSure_No',
  358. columnLabel: '核单不通过\n(运单/件)',
  359. },
  360. {
  361. columnName: 'receiveSureTime_No',
  362. columnLabel: '核单不通过\n时间',
  363. },
  364. {
  365. columnName: 'tally_out',
  366. columnLabel: '理货\n(板卡/运单/件)',
  367. },
  368. {
  369. columnName: 'tallyTime_out',
  370. columnLabel: '理货时间',
  371. },
  372. {
  373. columnName: 'planJoinTime',
  374. columnLabel: '计划交接\n时间',
  375. },
  376. {
  377. columnName: 'wait',
  378. columnLabel: '待运区\n(板卡/件)',
  379. },
  380. {
  381. columnName: 'waitTime',
  382. columnLabel: '待运区\n时间',
  383. },
  384. {
  385. columnName: 'stowage',
  386. columnLabel: '预配载\n(板卡/件)',
  387. },
  388. {
  389. columnName: 'stowageTime',
  390. columnLabel: '预配载时间',
  391. },
  392. {
  393. columnName: "concat(requestDepotJoinBoard,'/',requestDepotJoin)",
  394. columnLabel: '发起货站交接\n(板卡/件)',
  395. },
  396. {
  397. columnName: 'requestDepotJoinTime',
  398. columnLabel: '发起货站交接\n时间',
  399. },
  400. {
  401. columnName: 'depotJoin',
  402. columnLabel: '货站交接\n(板卡/件)',
  403. },
  404. {
  405. columnName: 'depotJoinTime',
  406. columnLabel: '货站交接\n时间',
  407. },
  408. {
  409. columnName: 'resure',
  410. columnLabel: '运输前复核\n(板卡/件)',
  411. },
  412. {
  413. columnName: 'resureTime',
  414. columnLabel: '运输前复核\n时间',
  415. },
  416. {
  417. columnName: 'planeDown',
  418. columnLabel: '机下交接\n(板卡/件)',
  419. columnDescribe: '根据运输前复核计算所得',
  420. },
  421. {
  422. columnName: 'planeDownTime',
  423. columnLabel: '机下交接\n时间',
  424. },
  425. // {
  426. // columnName: "concat(loadPlaneSureBoard,'/',loadPlaneSure)",
  427. // columnLabel: '装机\n(板卡/件)',
  428. // },
  429. {
  430. columnName: 'loadPlaneSureTime',
  431. columnLabel: '装机时间',
  432. },
  433. // {
  434. // columnName: 'loadPlane',
  435. // columnLabel: '关闭舱门\n(板卡/件)',
  436. // },
  437. {
  438. columnName: 'loadPlaneTime',
  439. columnLabel: '关闭舱门\n时间',
  440. },
  441. {
  442. columnName: 'register',
  443. columnLabel: '拉下登记\n(板卡/运单/件)',
  444. },
  445. {
  446. columnName: 'pullregisterTime',
  447. columnLabel: '拉下登记\n时间',
  448. },
  449. ],
  450. },
  451. ],
  452. ArrivalAirport: [
  453. {
  454. groupName: '航班相关',
  455. children: [
  456. {
  457. columnName: 'IATACode',
  458. columnLabel: '航司',
  459. needFilters: 1,
  460. },
  461. {
  462. columnName: 'flightNO',
  463. columnLabel: '航班号',
  464. needFilters: 1,
  465. },
  466. {
  467. columnName: 'flightDate',
  468. columnLabel: '执飞日期',
  469. },
  470. {
  471. columnName: 'planLandingTime',
  472. columnLabel: '降落时间',
  473. },
  474. {
  475. columnName: 'target',
  476. columnLabel: '目的站',
  477. needFilters: 1,
  478. },
  479. {
  480. columnName: 'landingStand',
  481. columnLabel: '停机位',
  482. },
  483. ],
  484. },
  485. {
  486. groupName: '货站相关',
  487. children: [
  488. {
  489. columnName: 'speCargoInfo',
  490. columnLabel: '特货信息',
  491. },
  492. {
  493. columnName: 'preUnLoad',
  494. columnLabel: '预计卸载数\n(运单/件)',
  495. },
  496. {
  497. columnName: 'transOut',
  498. columnLabel: '中转出\n(运单/件)',
  499. },
  500. {
  501. columnName: 'receiveDiff',
  502. columnLabel: '收货差异\n(板卡/件)',
  503. },
  504. ],
  505. },
  506. {
  507. groupName: '地服相关',
  508. children: [
  509. // {
  510. // columnName: 'unloadBill',
  511. // columnLabel: '卸机单\n(板/箱/卡)',
  512. // },
  513. // {
  514. // columnName: 'unloadBillTime',
  515. // columnLabel: '卸机单确认\n时间',
  516. // },
  517. {
  518. columnName: 'unLoad',
  519. columnLabel: '卸机\n(板/箱/卡)',
  520. },
  521. {
  522. columnName: 'unLoadTime',
  523. columnLabel: '卸机时间',
  524. },
  525. {
  526. columnName: 'planeDown',
  527. columnLabel: '机下交接\n(板/箱/卡)',
  528. },
  529. {
  530. columnName: 'planeDownTime_IN',
  531. columnLabel: '机下交接\n时间',
  532. },
  533. {
  534. columnName: 'depotJoin',
  535. columnLabel: '货站交接\n(板/箱/卡)',
  536. },
  537. {
  538. columnName: 'depotJoinTime_IN',
  539. columnLabel: '货站交接\n时间',
  540. },
  541. {
  542. columnName: 'tally',
  543. columnLabel: '理货\n(板卡/运单/件/重量)',
  544. },
  545. {
  546. columnName: 'tallyTime_in',
  547. columnLabel: '理货时间',
  548. },
  549. {
  550. columnName: 'outWarehouse',
  551. columnLabel: '出库\n(批/运单/件)',
  552. },
  553. {
  554. columnName: 'outWarehouseTime',
  555. columnLabel: '出库时间',
  556. },
  557. ],
  558. },
  559. ],
  560. InternationalArrivalAirport: [
  561. {
  562. groupName: '航班相关',
  563. children: [
  564. {
  565. columnName: 'IATACode',
  566. columnLabel: '航司',
  567. needFilters: 1,
  568. },
  569. {
  570. columnName: 'flightNO',
  571. columnLabel: '航班号',
  572. needFilters: 1,
  573. },
  574. {
  575. columnName: 'flightDate',
  576. columnLabel: '执飞日期',
  577. },
  578. {
  579. columnName: 'planLandingTime',
  580. columnLabel: '降落时间',
  581. },
  582. {
  583. columnName: 'target',
  584. columnLabel: '目的站',
  585. needFilters: 1,
  586. },
  587. {
  588. columnName: 'landingStand',
  589. columnLabel: '停机位',
  590. },
  591. ],
  592. },
  593. {
  594. groupName: '货站相关',
  595. children: [
  596. {
  597. columnName: 'speCargoInfo',
  598. columnLabel: '特货信息',
  599. },
  600. {
  601. columnName: 'preUnLoad',
  602. columnLabel: '预计卸载数\n(运单/件)',
  603. },
  604. {
  605. columnName: 'transOut',
  606. columnLabel: '中转出\n(运单/件)',
  607. },
  608. {
  609. columnName: 'receiveDiff',
  610. columnLabel: '收货差异\n(板卡/件)',
  611. },
  612. ],
  613. },
  614. {
  615. groupName: '地服相关',
  616. children: [
  617. // {
  618. // columnName: 'unloadBill',
  619. // columnLabel: '卸机单\n(板/箱/卡)',
  620. // },
  621. // {
  622. // columnName: 'unloadBillTime',
  623. // columnLabel: '卸机时间',
  624. // },
  625. {
  626. columnName: 'unLoad',
  627. columnLabel: '卸机\n(板/箱/卡)',
  628. },
  629. {
  630. columnName: 'unLoadTime',
  631. columnLabel: '卸机时间',
  632. },
  633. {
  634. columnName: 'planeDown',
  635. columnLabel: '机下交接\n(板/箱/卡)',
  636. },
  637. {
  638. columnName: 'planeDownTime_IN',
  639. columnLabel: '机下交接\n时间',
  640. },
  641. {
  642. columnName: 'depotJoin',
  643. columnLabel: '货站交接\n(板/箱/卡)',
  644. },
  645. {
  646. columnName: 'depotJoinTime_IN',
  647. columnLabel: '货站交接\n时间',
  648. },
  649. {
  650. columnName: 'tally',
  651. columnLabel: '理货\n(板卡/运单/件/重量)',
  652. },
  653. {
  654. columnName: 'tallyTime_in',
  655. columnLabel: '理货时间',
  656. },
  657. {
  658. columnName: "concat(passCustomsList_in,'/',passCustoms_in)",
  659. columnLabel: '海关放行\n(运单/件)',
  660. },
  661. {
  662. columnName: 'passCustomsTime_in',
  663. columnLabel: '海关放行\n时间',
  664. },
  665. {
  666. columnName: 'outWarehouse',
  667. columnLabel: '出库\n(批/运单/件)',
  668. },
  669. {
  670. columnName: 'outWarehouseTime',
  671. columnLabel: '出库时间',
  672. },
  673. {
  674. columnName: "concat(punishCustomsList_in,'/',punishCustoms_in)",
  675. columnLabel: '海关罚没\n(运单/件)',
  676. },
  677. {
  678. columnName: 'punishCustomsTime_in',
  679. columnLabel: '海关罚没\n时间',
  680. },
  681. ],
  682. },
  683. ],
  684. }
  685. const headerClassMap = ['bg-yellow', 'bg-green', 'bg-cyan']
  686. const computedWidth = (column: SimpleColumn) => {
  687. let width = 0
  688. column.columnLabel.split('\n').forEach(line => {
  689. const len = line.length
  690. let realLength = 0
  691. for (let i = 0; i < len; i++) {
  692. realLength += line.charCodeAt(i) > 255 ? 2 : 1
  693. }
  694. if (width < realLength * 8) {
  695. width = realLength * 8
  696. }
  697. })
  698. if (column.needFilters || column.needSort) {
  699. width += 8
  700. }
  701. // border
  702. return width + 1
  703. }
  704. export function useAirportTable(name: string, formData: CommonData) {
  705. const tableColumns = ref<CommonTableColumn[]>([])
  706. const tableData = ref<CommonData[]>([])
  707. const getTableColumns = () => {
  708. const groups = columnGroupsMap[name]
  709. tableColumns.value = groups.reduce(
  710. (columns: CommonTableColumn[], group, groupIndex) => {
  711. group.children.forEach(column => {
  712. columns.push({
  713. key: column.columnName,
  714. dataKey: column.columnName,
  715. title: column.columnLabel,
  716. columnDescribe: '',
  717. dataType: '',
  718. listqueryTemplateID: null,
  719. needCount: null,
  720. needFilters: null,
  721. needGroup: null,
  722. needSearch: null,
  723. needShow: 1,
  724. needSort: null,
  725. orderNumber: null,
  726. queryTemplateColumnSetID: null,
  727. queryTemplateID: null,
  728. width: computedWidth(column),
  729. flexGrow: 1,
  730. align: 'center',
  731. headerClass: headerClassMap[groupIndex],
  732. groupName: group.groupName,
  733. ...column,
  734. })
  735. })
  736. return columns
  737. },
  738. []
  739. )
  740. }
  741. const getTableData = async () => {
  742. try {
  743. const {
  744. startDate,
  745. endDate,
  746. flightStatus,
  747. flightWarning,
  748. waybillType,
  749. } = formData
  750. const dataContent = [
  751. startDate,
  752. endDate,
  753. // flightStatus,
  754. // flightWarning
  755. ]
  756. // if (name.includes('International')) {
  757. // dataContent.push(waybillType)
  758. // }
  759. const {
  760. code,
  761. returnData: { columnSet, listValues },
  762. message,
  763. } = await Query<CommonData>({
  764. id: DATACONTENT_ID[name.slice(0, 1).toLowerCase() + name.slice(1)],
  765. dataContent,
  766. })
  767. if (Number(code) !== 0) {
  768. throw new Error(message || '失败')
  769. }
  770. // tableColumns.value = columnSet.map(column => ({
  771. // key: column.columnName,
  772. // dataKey: column.columnName,
  773. // title: column.columnLabel,
  774. // width: column.columnLabel.length * 50,
  775. // flexGrow: 1,
  776. // align: 'center',
  777. // ...column,
  778. // }))
  779. tableData.value = listValues
  780. } catch (error) {
  781. console.error(error)
  782. }
  783. }
  784. onMounted(() => {
  785. getTableColumns()
  786. })
  787. return {
  788. tableColumns,
  789. tableData,
  790. getTableData,
  791. }
  792. }