123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- <template>
- <div class="station">
- <div class="station-head">
- <div class="station-head-title">货物基本信息</div>
- <div class="station-head-content flex-wrap">
- <div class="station-head-content-list" v-for="item in dataInfo" :key="item.id">{{item.name}}:{{item.value}}</div>
- </div>
- </div>
- <div class="station-status flex">
- <div class="station-status-info flex-wrap">
- <div class="manageTitle">货物跟踪信息</div>
- <div class="status">正常</div>
- </div>
- <div class="station-status-search">
- <Search @clear="clear" @search="search" />
- </div>
- </div>
- <div class="station-list flex-wrap">
- <div class="station-list-left">
- <div class="title flex-wrap">
- <div class="title-list">航班号CA1001</div>
- <div class="title-list">出港: 深圳机场</div>
- <div class="title-list">日期:2022/09/10</div>
- </div>
- <Steps :datas="datas" />
- </div>
- <div class="station-list-right">
- <div class="title flex-wrap">
- <div class="title-list">进港: 深圳机场</div>
- </div>
- <Steps :datas="datas1" />
- </div>
- </div>
- <div class="station-table">
- <Table :tableHeader="tableHeader" :tableData="tableData" />
- </div>
- </div>
- </template>
- <script setup lang="ts">
- import Search from "@/components/search/index.vue";
- import Steps from "@/components/steps/index.vue";
- import Table from "@/components/tableTemp/index.vue";
- import { ElMessage } from "element-plus";
- const dataInfo = [
- {
- id: 1,
- name: "货物编码",
- value: "56888829",
- },
- {
- id: 2,
- name: "运单",
- value: "FA56888829",
- },
- ];
- const datas = [
- {
- id: 1,
- name: "收货核单",
- flag: true,
- labelWidth: 100,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 2,
- name: "安检",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 3,
- name: "理货",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 4,
- name: "待运区",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 5,
- name: "货站交接",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 6,
- name: "机下交接",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 7,
- name: "装机",
- flag: true,
- labelWidth: 100,
- children: ["A32", "534件", "通过", "10:25"],
- },
- ];
- const datas1 = [
- {
- id: 1,
- name: "卸机",
- flag: true,
- labelWidth: 100,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 2,
- name: "机下交接",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 3,
- name: "货站交接",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- {
- id: 4,
- name: "提取",
- flag: true,
- children: ["A32", "534件", "通过", "10:25"],
- },
- ];
- const tableHeader = [
- { label: "航班号", key: "fightNo" },
- { label: "航班日期", key: "containerNo" },
- { label: "起飞航站-预计起飞时间", key: "goodsNo" },
- { label: "目的航站-预计降落时间", key: "dwon1" },
- { label: "节点名称", key: "return" },
- { label: "位置码", key: "receipt" },
- { label: "位置描述", key: "securityCheck" },
- { label: "处理时间", key: "tally" },
- { label: "处理结果", key: "dwon2" },
- { label: "数据来源", key: "waitingArea" },
- { label: "设备ID", key: "goodSstation1" },
- { label: "操作人", key: "offBoard1" },
- { label: "发往位置", key: "installEquipment" },
- { label: "发往位置描述", key: "unloading" },
- ];
- const tableData = [
- {
- id: 1,
- fightNo: "CA1001",
- containerNo: "2022/9/10",
- goodsNo: "SZX-11:35",
- dwon1: "PEK-14:35",
- return: "机下交接",
- receipt: "A03",
- securityCheck: "停机位E24",
- tally: "2022/09/10 07:10",
- dwon2: "通过",
- waitingArea: "人工扫描",
- goodSstation1: "56",
- offBoard1: "张伯伦",
- installEquipment: "B12",
- unloading: "货站B12闸口",
- },
- {
- id: 2,
- fightNo: "CA1001",
- containerNo: "2022/9/10",
- goodsNo: "SZX-11:35",
- dwon1: "PEK-14:35",
- return: "机下交接",
- receipt: "A03",
- securityCheck: "停机位E24",
- tally: "2022/09/10 07:10",
- dwon2: "通过",
- waitingArea: "人工扫描",
- goodSstation1: "56",
- offBoard1: "张伯伦",
- installEquipment: "B12",
- unloading: "货站B12闸口",
- },
- {
- id: 3,
- fightNo: "CA1001",
- containerNo: "2022/9/10",
- goodsNo: "SZX-11:35",
- dwon1: "PEK-14:35",
- return: "机下交接",
- receipt: "A03",
- securityCheck: "停机位E24",
- tally: "2022/09/10 07:10",
- dwon2: "通过",
- waitingArea: "人工扫描",
- goodSstation1: "56",
- offBoard1: "张伯伦",
- installEquipment: "B12",
- unloading: "货站B12闸口",
- },
- ];
- const search = (val) => {
- ElMessage.success(`搜索成功:${val}`);
- };
- const clear = () => {
- ElMessage.success(`清除`);
- };
- </script>
- <style lang="scss" scoped>
- .station {
- &-head {
- height: 144px;
- background: #410425;
- padding: 24px 30px;
- color: #ffffff;
- &-title {
- font-size: 18px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- margin-bottom: 40px;
- }
- &-content {
- &-list {
- margin-right: 100px;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- &-status {
- margin: 24px 0;
- line-height: 32px;
- .status {
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #519f6b;
- }
- }
- &-list {
- margin-bottom: 8px;
- &:last-child {
- margin-bottom: 0;
- }
- .title {
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #101116;
- margin-bottom: 28px;
- &-list {
- margin-right: 50px;
- }
- }
- &-left {
- background: #ffffff;
- padding: 24px 24px 12px 24px;
- width: 1090px;
- margin-right: 8px;
- }
- &-right {
- flex: 1;
- background: #ffffff;
- padding: 24px 24px 12px 24px;
- }
- }
- :deep &-table {
- margin-top: 16px;
- .scoreColumn {
- background: #eef3d6;
- }
- }
- }
- </style>
|