|
|
|
@ -1065,7 +1065,7 @@ const handleCostApportionments = async () => {
|
|
|
|
|
if (code !== 200) return; |
|
|
|
|
|
|
|
|
|
// 没有异常数据, 进行分摊 |
|
|
|
|
if (data.noDataLoadScanList.length === 0) { |
|
|
|
|
if (data.abnormalList.length === 0) { |
|
|
|
|
const response = await postCostShareByLoadId(submitData); |
|
|
|
|
|
|
|
|
|
const { code, data, msg } = response.data; |
|
|
|
@ -1074,7 +1074,7 @@ const handleCostApportionments = async () => {
|
|
|
|
|
} else { |
|
|
|
|
// 存在异常数据, 处理异常数据 |
|
|
|
|
details.popUpShow.abnormalVisible = true; |
|
|
|
|
details.abnormalData = data.noDataLoadScanList; |
|
|
|
|
details.abnormalData = data.abnormalList; |
|
|
|
|
await nextTick(); |
|
|
|
|
setNodeHeight(abnormalTableRef.value.$el, '60vh'); |
|
|
|
|
setTabelHeight(); |
|
|
|
@ -1121,7 +1121,7 @@ const handleBatchDelete = () => {
|
|
|
|
|
|
|
|
|
|
if (code !== 200) return; |
|
|
|
|
|
|
|
|
|
details.abnormalData = data.noDataLoadScanList; |
|
|
|
|
details.abnormalData = data.abnormalList; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|