|
@@ -128,7 +128,7 @@ export function useTrackData(name: string, trackData: MaybeRef<CommonData[]>) {
|
|
|
'DEH',
|
|
|
'ACC_CHECK',
|
|
|
'安检',
|
|
|
- 'ACC_BUP',
|
|
|
+ 'LS_CARGO',
|
|
|
'WAT_LOC',
|
|
|
'CARGOS_DEP_ULD_HANDOVER',
|
|
|
'出港货邮',
|
|
@@ -150,7 +150,7 @@ export function useTrackData(name: string, trackData: MaybeRef<CommonData[]>) {
|
|
|
descriptions: [
|
|
|
String(execPosition ?? ''),
|
|
|
String(ConsignmentItemPackagingQuantityQuantity ?? ''),
|
|
|
- String(execResult ?? ''),
|
|
|
+ execResult ? '通过' : '未通过',
|
|
|
String(execTime ?? '').split('T')[1] ?? '',
|
|
|
],
|
|
|
}
|