订单信息

请填写订单的基本信息和要求

@if (orderForm.get('orderAmount')?.invalid && orderForm.get('orderAmount')?.touched) {
订单金额为必填项
}
@if (orderForm.get('decorationType')?.invalid && orderForm.get('decorationType')?.touched) {
装修类型为必填项
}
@if (orderForm.get('smallImageTime')?.invalid && orderForm.get('smallImageTime')?.touched) {
小图时间为必填项
}
选填,如有大图需求请填写
@if (orderForm.get('requirementReason')?.invalid && orderForm.get('requirementReason')?.touched) {
需求原因为必填项
}