1234567891011121314 |
- enum DetailPageType {
- vehicleInfo, //车辆信息
- note2Management, //备注给管理员输入框
- signature, //单独的签名页面
- typeOfApplication, //申请类型下拉选
- attachment, //附件
- movingDate, //搬家日期
- movingCompany, //搬家公司信息
- guestVehicleInfo, //访客与车辆信息
- renovationDate, //装修日期
- renovationCompany, //装修公司信息
- largeTextBox, //大说明文本框
- payment, //支付页面
- }
|