|
|
|
@ -159,7 +159,9 @@
|
|
|
|
|
:align-center="true" |
|
|
|
|
v-model="details.popUpShow.abnormalVisited" |
|
|
|
|
> |
|
|
|
|
<div class="flex-c-c fwb">包条码 ({{ details.abnormalInfo.orderPackageCode }})</div> |
|
|
|
|
<div class="flex-c-c fwb" v-if="!details.isBatch"> |
|
|
|
|
包条码 ({{ details.abnormalInfo.orderPackageCode }}) |
|
|
|
|
</div> |
|
|
|
|
<div class="flex-c-c mt20"> |
|
|
|
|
<!-- 系统无编码 --> |
|
|
|
|
<template v-if="Number(details.abnormalInfo.abnormalType) === 1"> |
|
|
|
@ -560,7 +562,7 @@ const handleAbnormal = (dealType, title) => {
|
|
|
|
|
const handleBatchAbnormarl = () => { |
|
|
|
|
if (details.selectionList.length === 0) return ElMessage.warning('请选择需要处理的异常数据'); |
|
|
|
|
|
|
|
|
|
if (details.selectionList.length > 30) return ElMessage.warning('最大数暂时支持30条') |
|
|
|
|
if (details.selectionList.length > 30) return ElMessage.warning('最大数暂时支持30条'); |
|
|
|
|
|
|
|
|
|
const _abnormalType = details.selectionList[0].abnormalType; |
|
|
|
|
|
|
|
|
|