|
@@ -252,6 +252,7 @@ const vehicleInfo = ref<VehicleInfo>({
|
|
hasDestination: false,
|
|
hasDestination: false,
|
|
positionNum: '',
|
|
positionNum: '',
|
|
confirmNumTime: '',
|
|
confirmNumTime: '',
|
|
|
|
+ panelAmountTotal: 0,
|
|
})
|
|
})
|
|
|
|
|
|
const selectCcmNo = ref<string>('')
|
|
const selectCcmNo = ref<string>('')
|
|
@@ -502,7 +503,7 @@ const handleClick = (type: string) => {
|
|
editConfirmNumTime(
|
|
editConfirmNumTime(
|
|
{
|
|
{
|
|
id: vehicleInfo.value.id,
|
|
id: vehicleInfo.value.id,
|
|
- amountTotal: selectErrorNum.value,
|
|
|
|
|
|
+ panelAmountTotal: selectErrorNum.value,
|
|
updateType: amountError.value ? 1 : 0,
|
|
updateType: amountError.value ? 1 : 0,
|
|
},
|
|
},
|
|
type,
|
|
type,
|
|
@@ -588,7 +589,7 @@ const editInfo = (params: { licensePlate?: string; ccmNo?: string }, type: strin
|
|
|
|
|
|
// 设置数量
|
|
// 设置数量
|
|
const editConfirmNumTime = (
|
|
const editConfirmNumTime = (
|
|
- params: { id?: string; amountTotal?: string; updateType?: number },
|
|
|
|
|
|
+ params: { id?: string; panelAmountTotal?: string; updateType?: number },
|
|
type: string,
|
|
type: string,
|
|
) => {
|
|
) => {
|
|
stop()
|
|
stop()
|