|
|
@ -983,6 +983,10 @@ const inputsc = (index, row) => { |
|
|
|
details.query.loadCarsNo = index; |
|
|
|
details.query.loadCarsNo = index; |
|
|
|
if (!index && index !== 0) delete details.query[row.prop]; |
|
|
|
if (!index && index !== 0) delete details.query[row.prop]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (row.prop === 'carsLineName') { |
|
|
|
|
|
|
|
details.query.warehouseName = index; |
|
|
|
|
|
|
|
if (!index && index !== 0) delete details.query[row.prop]; |
|
|
|
|
|
|
|
} |
|
|
|
onLoad(); |
|
|
|
onLoad(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|