编号
This commit is contained in:
parent
710448adff
commit
d1f1e71a8a
@ -21,6 +21,7 @@ export interface ClglVO {
|
||||
carDriverInfo: string // 驾驶员手机号
|
||||
carMileage: string // 车辆里程
|
||||
carStatus: number // 用车状态
|
||||
serialNumber: number // 编号
|
||||
carReason: string // 用车原因
|
||||
carRemark: string // 备注
|
||||
}
|
||||
|
@ -138,6 +138,7 @@ export enum DICT_TYPE {
|
||||
OA_NUMBERS_ENABLE_MONTH = 'oa_numbers_enable_month',
|
||||
OA_NUMBERS_TYPE = 'oa_numbers_type',
|
||||
OA_NUMBERS_LENGTH = 'oa_numbers_length',
|
||||
OA_NUMBERS_NUM = 'oa_numbers_num',
|
||||
|
||||
// ========== SYSTEM 模块 ==========
|
||||
SYSTEM_USER_SEX = 'system_user_sex',
|
||||
|
@ -192,6 +192,7 @@ const queryParams = reactive({
|
||||
carDriverInfo: undefined,
|
||||
carMileage: undefined,
|
||||
carStatus: null,
|
||||
serialNumber: null,
|
||||
createTime: [],
|
||||
})
|
||||
const queryFormRef = ref() // 搜索的表单
|
||||
|
Loading…
Reference in New Issue
Block a user