index.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  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="datas1" />
  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="datas" />
  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="datas1" />
  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="datas" />
  51. </div>
  52. </div>
  53. <div class="station-table">
  54. <Table height="calc(100vh - 700px)" :tableHeader="tableHeader" :tableData="tableData" @cell-click="cellClickHandler" />
  55. </div>
  56. <tableColumnSet :dialogVisible="dialogVisible" :columnList="tableHeader" @setColumn="setColumn" @closeDialog="closeDialog"></tableColumnSet>
  57. </div>
  58. </template>
  59. <script setup lang="ts">
  60. import { ref } 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 tableHeader = ref([
  183. { columnLabel: "航班号", columnName: "fightNo", needShow: true },
  184. { columnLabel: "集装器编号", columnName: "containerNo", needShow: true },
  185. { columnLabel: "货物编码", columnName: "goodsNo", needShow: true, columnClassName: 'cell-click' },
  186. { columnLabel: "拉下", columnName: "dwon1", needShow: true },
  187. { columnLabel: "退运", columnName: "return", needShow: true },
  188. {
  189. columnLabel: "卸机",
  190. columnName: "unloading",
  191. lableClass: "scoreColumn2",
  192. columnClassName: "scoreColumn2",
  193. needShow: true,
  194. },
  195. {
  196. columnLabel: "机下交接",
  197. columnName: "offBoard2",
  198. lableClass: "scoreColumn2",
  199. columnClassName: "scoreColumn2",
  200. needShow: true,
  201. },
  202. {
  203. columnLabel: "货站交接",
  204. columnName: "goodSstation2",
  205. lableClass: "scoreColumn2",
  206. columnClassName: "scoreColumn2",
  207. needShow: true,
  208. },
  209. {
  210. columnLabel: "提取",
  211. columnName: "extract",
  212. lableClass: "scoreColumn2",
  213. columnClassName: "scoreColumn2",
  214. needShow: true,
  215. },
  216. {
  217. columnLabel: "收货核单",
  218. columnName: "receipt",
  219. lableClass: "scoreColumn",
  220. columnClassName: "scoreColumn",
  221. needShow: true,
  222. },
  223. {
  224. columnLabel: "安检",
  225. columnName: "securityCheck",
  226. lableClass: "scoreColumn",
  227. columnClassName: "scoreColumn",
  228. needShow: true,
  229. },
  230. {
  231. columnLabel: "理货",
  232. columnName: "tally",
  233. lableClass: "scoreColumn",
  234. columnClassName: "scoreColumn",
  235. needShow: true,
  236. },
  237. {
  238. columnLabel: "拉下",
  239. columnName: "dwon2",
  240. lableClass: "scoreColumn",
  241. columnClassName: "scoreColumn",
  242. needShow: true,
  243. },
  244. {
  245. columnLabel: "待运区",
  246. columnName: "waitingArea",
  247. lableClass: "scoreColumn",
  248. columnClassName: "scoreColumn",
  249. needShow: true,
  250. },
  251. {
  252. columnLabel: "货站交接",
  253. columnName: "goodSstation1",
  254. lableClass: "scoreColumn",
  255. columnClassName: "scoreColumn",
  256. needShow: true,
  257. },
  258. {
  259. columnLabel: "机下交接",
  260. columnName: "offBoard1",
  261. lableClass: "scoreColumn",
  262. columnClassName: "scoreColumn",
  263. needShow: true,
  264. },
  265. {
  266. columnLabel: "装机",
  267. columnName: "installEquipment",
  268. lableClass: "scoreColumn",
  269. columnClassName: "scoreColumn",
  270. needShow: true,
  271. },
  272. ]);
  273. const tableData = [
  274. {
  275. id: 1,
  276. fightNo: "CA1001",
  277. containerNo: "DOU2424U2",
  278. goodsNo: "56888829",
  279. dwon1: "Y",
  280. return: "Y",
  281. receipt: "A203-未通过-15:40",
  282. securityCheck: "A203-未通过-15:40",
  283. tally: "A203-未通过-15:40",
  284. dwon2: "A203-未通过-15:40",
  285. waitingArea: "A203-未通过-15:40",
  286. goodSstation1: "A203-未通过-15:40",
  287. offBoard1: "A203-未通过-15:40",
  288. installEquipment: "A203-未通过-15:40",
  289. unloading: "A203-未通过-15:40",
  290. offBoard2: "A203-未通过-15:40",
  291. goodSstation2: "A203-未通过-15:40",
  292. extract: "A203-未通过-15:40",
  293. },
  294. {
  295. id: 2,
  296. fightNo: "CA1001",
  297. containerNo: "DOU2424U2",
  298. goodsNo: "56888829",
  299. dwon1: "Y",
  300. return: "Y",
  301. receipt: "A203-未通过-15:40",
  302. securityCheck: "A203-未通过-15:40",
  303. tally: "A203-未通过-15:40",
  304. dwon2: "A203-未通过-15:40",
  305. waitingArea: "A203-未通过-15:40",
  306. goodSstation1: "A203-未通过-15:40",
  307. offBoard1: "A203-未通过-15:40",
  308. installEquipment: "A203-未通过-15:40",
  309. unloading: "A203-未通过-15:40",
  310. offBoard2: "A203-未通过-15:40",
  311. goodSstation2: "A203-未通过-15:40",
  312. extract: "A203-未通过-15:40",
  313. },
  314. {
  315. id: 3,
  316. fightNo: "CA1001",
  317. containerNo: "DOU2424U2",
  318. goodsNo: "56888829",
  319. dwon1: "Y",
  320. return: "Y",
  321. receipt: "A203-未通过-15:40",
  322. securityCheck: "A203-未通过-15:40",
  323. tally: "A203-未通过-15:40",
  324. dwon2: "A203-未通过-15:40",
  325. waitingArea: "A203-未通过-15:40",
  326. goodSstation1: "A203-未通过-15:40",
  327. offBoard1: "A203-未通过-15:40",
  328. installEquipment: "A203-未通过-15:40",
  329. unloading: "A203-未通过-15:40",
  330. offBoard2: "A203-未通过-15:40",
  331. goodSstation2: "A203-未通过-15:40",
  332. extract: "A203-未通过-15:40",
  333. },
  334. {
  335. id: 4,
  336. fightNo: "CA1001",
  337. containerNo: "DOU2424U2",
  338. goodsNo: "56888829",
  339. dwon1: "Y",
  340. return: "Y",
  341. receipt: "A203-未通过-15:40",
  342. securityCheck: "A203-未通过-15:40",
  343. tally: "A203-未通过-15:40",
  344. dwon2: "A203-未通过-15:40",
  345. waitingArea: "A203-未通过-15:40",
  346. goodSstation1: "A203-未通过-15:40",
  347. offBoard1: "A203-未通过-15:40",
  348. installEquipment: "A203-未通过-15:40",
  349. unloading: "A203-未通过-15:40",
  350. offBoard2: "A203-未通过-15:40",
  351. goodSstation2: "A203-未通过-15:40",
  352. extract: "A203-未通过-15:40",
  353. },
  354. ];
  355. const groupSet = {
  356. isUtc: false,
  357. isRefresh: false,
  358. isDownLoad: true,
  359. isColumnSet: true,
  360. };
  361. const dialogVisible = ref(false);
  362. const search = (val) => {
  363. ElMessage.success(`搜索成功:${val}`);
  364. };
  365. const clear = () => {
  366. ElMessage.success(`清除`);
  367. };
  368. const setColumn = (data) => {
  369. tableHeader.value = data;
  370. dialogVisible.value = false;
  371. };
  372. const closeDialog = (data) => {
  373. dialogVisible.value = false;
  374. };
  375. //点击列设置按钮
  376. const columnSet = (data) => {
  377. dialogVisible.value = true;
  378. };
  379. const router = useRouter()
  380. const route = useRoute()
  381. const cellClickHandler = (row, column, cell, event) => {
  382. switch(column.property) {
  383. case 'goodsNo':
  384. router.push({
  385. path: `${route.path.split('/').slice(0, -1).join('/')}/goods`,
  386. query: {
  387. goodsNo: row.goodsNo
  388. },
  389. })
  390. break
  391. default:
  392. break
  393. }
  394. }
  395. </script>
  396. <style lang="scss" scoped>
  397. .station {
  398. &-head {
  399. height: 144px;
  400. background: #410425;
  401. padding: 24px 30px;
  402. color: #ffffff;
  403. &-title {
  404. font-size: 18px;
  405. font-family: Microsoft YaHei;
  406. font-weight: bold;
  407. margin-bottom: 40px;
  408. }
  409. }
  410. &-status {
  411. margin: 24px 0;
  412. line-height: 32px;
  413. .status {
  414. font-size: 16px;
  415. font-family: Microsoft YaHei;
  416. font-weight: bold;
  417. color: #519f6b;
  418. }
  419. }
  420. &-list {
  421. margin-bottom: 8px;
  422. &:last-child {
  423. margin-bottom: 0;
  424. }
  425. .title {
  426. font-size: 16px;
  427. font-family: Microsoft YaHei;
  428. font-weight: bold;
  429. color: #101116;
  430. margin-bottom: 10px;
  431. &-list {
  432. margin-right: 50px;
  433. }
  434. }
  435. &-left {
  436. background: #ffffff;
  437. padding: 24px 24px 12px 24px;
  438. flex: 1;
  439. margin-right: 8px;
  440. }
  441. &-right {
  442. width: 1090px;
  443. background: #ffffff;
  444. padding: 24px 24px 12px 24px;
  445. }
  446. }
  447. :deep &-table {
  448. margin-top: 16px;
  449. .scoreColumn {
  450. background: #eef3d6 !important;
  451. }
  452. .scoreColumn2 {
  453. background: #d6e6f3 !important;
  454. }
  455. }
  456. }
  457. </style>