|
|
@ -840,7 +840,7 @@ const handleBatchRecover = () => { |
|
|
|
|
|
|
|
|
|
|
|
/** 查看运单 */ |
|
|
|
/** 查看运单 */ |
|
|
|
const handleGoWaybillDetails = ({ row }) => { |
|
|
|
const handleGoWaybillDetails = ({ row }) => { |
|
|
|
if (row.waybillNo === '————' || !row.waybillId) return ElMessage.warning('暂无运单号'); |
|
|
|
if (row.waybillNo === '————' || !row.id) return ElMessage.warning('暂无运单号'); |
|
|
|
|
|
|
|
|
|
|
|
console.log('row :>> ', row); |
|
|
|
console.log('row :>> ', row); |
|
|
|
$router.push({ |
|
|
|
$router.push({ |
|
|
|