md
This commit is contained in:
parent
83903b740d
commit
b69f56f30b
@ -260,9 +260,7 @@
|
||||
</SearchForm>
|
||||
<!--XdTable-->
|
||||
|
||||
|
||||
|
||||
<XdTable2
|
||||
<XdTable
|
||||
|
||||
slot="pageContent"
|
||||
slot-scope="slotProps"
|
||||
@ -521,8 +519,7 @@
|
||||
|
||||
<el-table-column :label="$t('数据来源')" align="center" prop="dataFrom" min-width="80" />
|
||||
|
||||
|
||||
</XdTable2>
|
||||
</XdTable>
|
||||
|
||||
<el-dialog title="快件跟踪" :visible.sync="openTraceInfo" width="70%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
<TraceWaybillDetailView :key="currentTraceBillCode" :scanBillCode="currentTraceBillCode" :billDetail="currentTraceBillItem"></TraceWaybillDetailView>
|
||||
@ -574,8 +571,8 @@ import TraceWaybillDetailView from '@/views/emis/customerService/traceWaybillDet
|
||||
|
||||
import XdTable2 from '@/components/XdTable/index2.vue';
|
||||
|
||||
|
||||
import { queryLastRecord } from "@/api/emis/emisTmsScanRecord";
|
||||
|
||||
import {timeDiffTime,timeFormat} from '@/utils/dateUtils'
|
||||
import { formatSearchStr,deepClone } from '@/utils/index'
|
||||
import clip from '@/utils/clipboard'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user