index.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. <template>
  2. <div class="station scroll-y">
  3. <div class="station-head">
  4. <div class="station-head-title">运单基本信息</div>
  5. <div class="station-head-content flex">
  6. <div v-for="item in dataInfo" :key="item.id">{{item.name}}:{{item.value}}</div>
  7. </div>
  8. </div>
  9. <div class="station-status flex">
  10. <div class="station-status-info flex-wrap">
  11. <div class="manageTitle">运单跟踪信息</div>
  12. <div class="status">正常</div>
  13. </div>
  14. <div class="station-status-search flex-wrap">
  15. <TBtnGroup @columnSet="columnSet" :groupSet="groupSet" />
  16. <Search @clear="clear" @search="search" />
  17. </div>
  18. </div>
  19. <div class="station-list flex-wrap">
  20. <div class="station-list-left">
  21. <div class="title flex-wrap">
  22. <div class="title-list">航班号CA1001</div>
  23. <div class="title-list">出港: 深圳机场</div>
  24. <div class="title-list">日期:2022/09/10</div>
  25. </div>
  26. <Steps :datas="datas" />
  27. </div>
  28. <div class="station-list-right">
  29. <div class="title flex-wrap">
  30. <div class="title-list">出港: 深圳机场</div>
  31. <div class="title-list">日期:2022/09/10</div>
  32. </div>
  33. <Steps :datas="datas1" />
  34. </div>
  35. </div>
  36. <div class="station-list flex-wrap">
  37. <div class="station-list-left">
  38. <div class="title flex-wrap">
  39. <div class="title-list">航班号CA1001</div>
  40. <div class="title-list">出港: 深圳机场</div>
  41. <div class="title-list">日期:2022/09/10</div>
  42. </div>
  43. <Steps :datas="datas" />
  44. </div>
  45. <div class="station-list-right">
  46. <div class="title flex-wrap">
  47. <div class="title-list">出港: 深圳机场</div>
  48. <div class="title-list">日期:2022/09/10</div>
  49. </div>
  50. <Steps :datas="datas1" />
  51. </div>
  52. </div>
  53. <div class="station-table">
  54. <Table height="calc(100vh - 700px)" :tableHeader="state.waybillTableHeader" :tableData="tableData" @cell-click="cellClickHandler" />
  55. </div>
  56. <tableColumnSet :dialogVisible="state.dialogVisible" :columnList="state.waybillTableHeader" @setColumn="setColumn" @closeDialog="closeDialog"></tableColumnSet>
  57. </div>
  58. </template>
  59. <script setup lang="ts">
  60. import { reactive } from "vue";
  61. import Search from "@/components/search/index.vue";
  62. import Steps from "@/components/steps/index.vue";
  63. import Table from "@/components/tableTemp/index.vue";
  64. import TBtnGroup from "@/components/TBtnGroup/index.vue";
  65. import tableColumnSet from "@/components/tableColumnSet/index.vue";
  66. import { ElMessage } from "element-plus";
  67. const dataInfo = [
  68. {
  69. id: 1,
  70. name: "运单",
  71. value: "FA56888829",
  72. },
  73. {
  74. id: 2,
  75. name: "货代公司",
  76. value: "深圳市联运通货有限公司",
  77. },
  78. {
  79. id: 3,
  80. name: "品名",
  81. value: "电路板、手机外壳",
  82. },
  83. {
  84. id: 4,
  85. name: "特货信息",
  86. value: "特",
  87. },
  88. {
  89. id: 5,
  90. name: "始发机场",
  91. value: "SZX",
  92. },
  93. {
  94. id: 6,
  95. name: "目的机场",
  96. value: "CTU",
  97. },
  98. {
  99. id: 7,
  100. name: "货物数量",
  101. value: "7件",
  102. },
  103. {
  104. id: 8,
  105. name: "货物总重",
  106. value: "82KG",
  107. },
  108. ];
  109. const datas = [
  110. {
  111. id: 1,
  112. name: "收货核单",
  113. flag: true,
  114. labelWidth: 100,
  115. children: ["A32", "534件", "通过", "10:25"],
  116. },
  117. {
  118. id: 2,
  119. name: "安检",
  120. flag: true,
  121. children: ["A32", "534件", "通过", "10:25"],
  122. },
  123. {
  124. id: 3,
  125. name: "安检",
  126. flag: true,
  127. children: ["A32", "534件", "通过", "10:25"],
  128. },
  129. {
  130. id: 4,
  131. name: "安检",
  132. flag: true,
  133. children: ["A32", "534件", "通过", "10:25"],
  134. },
  135. {
  136. id: 5,
  137. name: "安检",
  138. flag: true,
  139. children: ["A32", "534件", "通过", "10:25"],
  140. },
  141. {
  142. id: 6,
  143. name: "安检",
  144. flag: false,
  145. children: ["A32", "534件", "通过", "10:25"],
  146. },
  147. {
  148. id: 7,
  149. name: "安检安检",
  150. flag: false,
  151. labelWidth: 100,
  152. children: ["A32", "534件", "通过", "10:25"],
  153. },
  154. ];
  155. const datas1 = [
  156. {
  157. id: 1,
  158. name: "收货核单",
  159. flag: true,
  160. labelWidth: 100,
  161. children: ["A32", "534件", "通过", "10:25"],
  162. },
  163. {
  164. id: 2,
  165. name: "安检",
  166. flag: true,
  167. children: ["A32", "534件", "通过", "10:25"],
  168. },
  169. {
  170. id: 3,
  171. name: "安检",
  172. flag: true,
  173. children: ["A32", "534件", "通过", "10:25"],
  174. },
  175. {
  176. id: 4,
  177. name: "安检",
  178. flag: false,
  179. children: ["A32", "534件", "通过", "10:25"],
  180. },
  181. ];
  182. const groupSet = {
  183. isUtc: false,
  184. isRefresh: false,
  185. isDownLoad: true,
  186. isColumnSet: true,
  187. };
  188. const tableHeader = [
  189. { label: "航班号", key: "fightNo" },
  190. { label: "集装器编号", key: "containerNo" },
  191. { label: "货物编码", key: "goodsNo" },
  192. { label: "拉下", key: "dwon1" },
  193. { label: "退运", key: "return" },
  194. {
  195. label: "收货核单",
  196. key: "receipt",
  197. lableClass: "scoreColumn",
  198. columnClassName: "scoreColumn",
  199. },
  200. {
  201. label: "安检",
  202. key: "securityCheck",
  203. lableClass: "scoreColumn",
  204. columnClassName: "scoreColumn",
  205. },
  206. {
  207. label: "理货",
  208. key: "tally",
  209. lableClass: "scoreColumn",
  210. columnClassName: "scoreColumn",
  211. },
  212. {
  213. label: "拉下",
  214. key: "dwon2",
  215. lableClass: "scoreColumn",
  216. columnClassName: "scoreColumn",
  217. },
  218. {
  219. label: "待运区",
  220. key: "waitingArea",
  221. lableClass: "scoreColumn",
  222. columnClassName: "scoreColumn",
  223. },
  224. {
  225. label: "货站交接",
  226. key: "goodSstation1",
  227. lableClass: "scoreColumn",
  228. columnClassName: "scoreColumn",
  229. },
  230. {
  231. label: "机下交接",
  232. key: "offBoard1",
  233. lableClass: "scoreColumn",
  234. columnClassName: "scoreColumn",
  235. },
  236. {
  237. label: "装机",
  238. key: "installEquipment",
  239. lableClass: "scoreColumn",
  240. columnClassName: "scoreColumn",
  241. },
  242. {
  243. label: "卸机",
  244. key: "unloading",
  245. lableClass: "scoreColumn2",
  246. columnClassName: "scoreColumn2",
  247. },
  248. {
  249. label: "机下交接",
  250. key: "offBoard2",
  251. lableClass: "scoreColumn2",
  252. columnClassName: "scoreColumn2",
  253. },
  254. {
  255. label: "货站交接",
  256. key: "goodSstation2",
  257. lableClass: "scoreColumn2",
  258. columnClassName: "scoreColumn2",
  259. },
  260. {
  261. label: "提取",
  262. key: "extract",
  263. lableClass: "scoreColumn2",
  264. columnClassName: "scoreColumn2",
  265. },
  266. ];
  267. const tableData = [
  268. {
  269. id: 1,
  270. fightNo: "CA1001",
  271. containerNo: "DOU2424U2",
  272. goodsNo: "56888829",
  273. dwon1: "Y",
  274. return: "Y",
  275. receipt: "A203-未通过-15:40",
  276. securityCheck: "A203-未通过-15:40",
  277. tally: "A203-未通过-15:40",
  278. dwon2: "A203-未通过-15:40",
  279. waitingArea: "A203-未通过-15:40",
  280. goodSstation1: "A203-未通过-15:40",
  281. offBoard1: "A203-未通过-15:40",
  282. installEquipment: "A203-未通过-15:40",
  283. unloading: "A203-未通过-15:40",
  284. offBoard2: "A203-未通过-15:40",
  285. goodSstation2: "A203-未通过-15:40",
  286. extract: "A203-未通过-15:40",
  287. },
  288. {
  289. id: 2,
  290. fightNo: "CA1001",
  291. containerNo: "DOU2424U2",
  292. goodsNo: "56888829",
  293. dwon1: "Y",
  294. return: "Y",
  295. receipt: "A203-未通过-15:40",
  296. securityCheck: "A203-未通过-15:40",
  297. tally: "A203-未通过-15:40",
  298. dwon2: "A203-未通过-15:40",
  299. waitingArea: "A203-未通过-15:40",
  300. goodSstation1: "A203-未通过-15:40",
  301. offBoard1: "A203-未通过-15:40",
  302. installEquipment: "A203-未通过-15:40",
  303. unloading: "A203-未通过-15:40",
  304. offBoard2: "A203-未通过-15:40",
  305. goodSstation2: "A203-未通过-15:40",
  306. extract: "A203-未通过-15:40",
  307. },
  308. {
  309. id: 3,
  310. fightNo: "CA1001",
  311. containerNo: "DOU2424U2",
  312. goodsNo: "56888829",
  313. dwon1: "Y",
  314. return: "Y",
  315. receipt: "A203-未通过-15:40",
  316. securityCheck: "A203-未通过-15:40",
  317. tally: "A203-未通过-15:40",
  318. dwon2: "A203-未通过-15:40",
  319. waitingArea: "A203-未通过-15:40",
  320. goodSstation1: "A203-未通过-15:40",
  321. offBoard1: "A203-未通过-15:40",
  322. installEquipment: "A203-未通过-15:40",
  323. unloading: "A203-未通过-15:40",
  324. offBoard2: "A203-未通过-15:40",
  325. goodSstation2: "A203-未通过-15:40",
  326. extract: "A203-未通过-15:40",
  327. },
  328. {
  329. id: 4,
  330. fightNo: "CA1001",
  331. containerNo: "DOU2424U2",
  332. goodsNo: "56888829",
  333. dwon1: "Y",
  334. return: "Y",
  335. receipt: "A203-未通过-15:40",
  336. securityCheck: "A203-未通过-15:40",
  337. tally: "A203-未通过-15:40",
  338. dwon2: "A203-未通过-15:40",
  339. waitingArea: "A203-未通过-15:40",
  340. goodSstation1: "A203-未通过-15:40",
  341. offBoard1: "A203-未通过-15:40",
  342. installEquipment: "A203-未通过-15:40",
  343. unloading: "A203-未通过-15:40",
  344. offBoard2: "A203-未通过-15:40",
  345. goodSstation2: "A203-未通过-15:40",
  346. extract: "A203-未通过-15:40",
  347. },
  348. ];
  349. const state = reactive({
  350. dialogVisible: false,
  351. waybillTableHeader: [
  352. { label: "航班号", key: "fightNo", isShow: true },
  353. { label: "集装器编号", key: "containerNo", isShow: true },
  354. { label: "货物编码", key: "goodsNo", isShow: true },
  355. { label: "拉下", key: "dwon1", isShow: true },
  356. { label: "退运", key: "return", isShow: true },
  357. {
  358. label: "收货核单",
  359. key: "receipt",
  360. lableClass: "scoreColumn",
  361. columnClassName: "scoreColumn",
  362. isShow: true,
  363. },
  364. {
  365. label: "安检",
  366. key: "securityCheck",
  367. lableClass: "scoreColumn",
  368. columnClassName: "scoreColumn",
  369. isShow: true,
  370. },
  371. {
  372. label: "理货",
  373. key: "tally",
  374. lableClass: "scoreColumn",
  375. columnClassName: "scoreColumn",
  376. isShow: true,
  377. },
  378. {
  379. label: "拉下",
  380. key: "dwon2",
  381. lableClass: "scoreColumn",
  382. columnClassName: "scoreColumn",
  383. isShow: true,
  384. },
  385. {
  386. label: "待运区",
  387. key: "waitingArea",
  388. lableClass: "scoreColumn",
  389. columnClassName: "scoreColumn",
  390. isShow: true,
  391. },
  392. {
  393. label: "货站交接",
  394. key: "goodSstation1",
  395. lableClass: "scoreColumn",
  396. columnClassName: "scoreColumn",
  397. isShow: true,
  398. },
  399. {
  400. label: "机下交接",
  401. key: "offBoard1",
  402. lableClass: "scoreColumn",
  403. columnClassName: "scoreColumn",
  404. isShow: true,
  405. },
  406. {
  407. label: "装机",
  408. key: "installEquipment",
  409. lableClass: "scoreColumn",
  410. columnClassName: "scoreColumn",
  411. isShow: true,
  412. },
  413. {
  414. label: "卸机",
  415. key: "unloading",
  416. lableClass: "scoreColumn2",
  417. columnClassName: "scoreColumn2",
  418. isShow: true,
  419. },
  420. {
  421. label: "机下交接",
  422. key: "offBoard2",
  423. lableClass: "scoreColumn2",
  424. columnClassName: "scoreColumn2",
  425. isShow: true,
  426. },
  427. {
  428. label: "货站交接",
  429. key: "goodSstation2",
  430. lableClass: "scoreColumn2",
  431. columnClassName: "scoreColumn2",
  432. isShow: true,
  433. },
  434. {
  435. label: "提取",
  436. key: "extract",
  437. lableClass: "scoreColumn2",
  438. columnClassName: "scoreColumn2",
  439. isShow: true,
  440. },
  441. ],
  442. });
  443. const search = (val) => {
  444. ElMessage.success(`搜索成功:${val}`);
  445. };
  446. const clear = () => {
  447. ElMessage.success(`清除`);
  448. };
  449. const setColumn = (data) => {
  450. state.waybillTableHeader = data;
  451. state.dialogVisible = false;
  452. };
  453. const closeDialog = (data) => {
  454. state.dialogVisible = false;
  455. };
  456. //点击列设置按钮
  457. const columnSet = (data) => {
  458. state.dialogVisible = true;
  459. };
  460. const router = useRouter()
  461. const route = useRoute()
  462. const cellClickHandler = (row, column, cell, event) => {
  463. switch(column.property) {
  464. case 'goodsNo':
  465. router.push({
  466. path: `${route.path.split('/').slice(0, -1).join('/')}/goods`,
  467. query: {
  468. goodsNo: row.goodsNo
  469. },
  470. })
  471. break
  472. default:
  473. break
  474. }
  475. }
  476. </script>
  477. <style lang="scss" scoped>
  478. .station {
  479. &-head {
  480. height: 144px;
  481. background: #410425;
  482. padding: 24px 30px;
  483. color: #ffffff;
  484. &-title {
  485. font-size: 18px;
  486. font-family: Microsoft YaHei;
  487. font-weight: bold;
  488. margin-bottom: 40px;
  489. }
  490. }
  491. &-status {
  492. margin: 24px 0;
  493. line-height: 32px;
  494. .status {
  495. font-size: 16px;
  496. font-family: Microsoft YaHei;
  497. font-weight: bold;
  498. color: #519f6b;
  499. }
  500. }
  501. &-list {
  502. margin-bottom: 8px;
  503. &:last-child {
  504. margin-bottom: 0;
  505. }
  506. .title {
  507. font-size: 16px;
  508. font-family: Microsoft YaHei;
  509. font-weight: bold;
  510. color: #101116;
  511. margin-bottom: 10px;
  512. &-list {
  513. margin-right: 50px;
  514. }
  515. }
  516. &-left {
  517. background: #ffffff;
  518. padding: 24px 24px 12px 24px;
  519. width: 1090px;
  520. margin-right: 8px;
  521. }
  522. &-right {
  523. flex: 1;
  524. background: #ffffff;
  525. padding: 24px 24px 12px 24px;
  526. }
  527. }
  528. :deep &-table {
  529. margin-top: 16px;
  530. .scoreColumn {
  531. background: #eef3d6 !important;
  532. }
  533. .scoreColumn2 {
  534. background: #d6e6f3 !important;
  535. }
  536. }
  537. }
  538. </style>