|
|
@ -190,7 +190,7 @@ |
|
|
|
slotProps.scope.row.loadStatus === '80' |
|
|
|
slotProps.scope.row.loadStatus === '80' |
|
|
|
? 'red' |
|
|
|
? 'red' |
|
|
|
: ( |
|
|
|
: ( |
|
|
|
details.nodeStatus.find(val => val.value === Number(item.nodeStatus)) || { |
|
|
|
loadStatus.find(val => val.value === Number(item.nodeStatus)) || { |
|
|
|
className: 'gray', |
|
|
|
className: 'gray', |
|
|
|
} |
|
|
|
} |
|
|
|
).className + ' mr0' |
|
|
|
).className + ' mr0' |
|
|
@ -850,6 +850,9 @@ const searchHide = () => { |
|
|
|
const inputsc = (index, row) => { |
|
|
|
const inputsc = (index, row) => { |
|
|
|
details.query[row.prop] = index; |
|
|
|
details.query[row.prop] = index; |
|
|
|
if (!index && index !== 0) delete details.query[row.prop]; |
|
|
|
if (!index && index !== 0) delete details.query[row.prop]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (row.prop === 'waybillNo') { |
|
|
|
|
|
|
|
} |
|
|
|
initOnload(); |
|
|
|
initOnload(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|