车辆新增编号,编号类型功能

This commit is contained in:
XaoLi717 2025-01-02 15:37:56 +08:00
parent d1f1e71a8a
commit 4d09f9d0dc
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,8 @@ export interface ClglVO {
carDriverInfo: string // 驾驶员手机号
carMileage: string // 车辆里程
carStatus: number // 用车状态
serialNumber: number // 编号
serialNumber: string // 编号
numberType: number // 编号
carReason: string // 用车原因
carRemark: string // 备注
}

View File

@ -193,6 +193,7 @@ const queryParams = reactive({
carMileage: undefined,
carStatus: null,
serialNumber: null,
numberType: null,
createTime: [],
})
const queryFormRef = ref() //