|
@ -567,6 +567,7 @@ const FormModal = (props) => { |
|
|
allowClear |
|
|
allowClear |
|
|
showSearch |
|
|
showSearch |
|
|
style={{ width: 200, marginLeft: 10 }} |
|
|
style={{ width: 200, marginLeft: 10 }} |
|
|
|
|
|
getPopupContainer={(e) => e.parentNode} |
|
|
optionFilterProp="label" |
|
|
optionFilterProp="label" |
|
|
options={getOperationName || []} |
|
|
options={getOperationName || []} |
|
|
placeholder="请选择商户名称" |
|
|
placeholder="请选择商户名称" |
|
@ -722,6 +723,7 @@ const FormModal = (props) => { |
|
|
<DatePicker |
|
|
<DatePicker |
|
|
placeholder="请选择生效日期" |
|
|
placeholder="请选择生效日期" |
|
|
style={{ marginLeft: 10 }} |
|
|
style={{ marginLeft: 10 }} |
|
|
|
|
|
getPopupContainer={(e) => e.parentNode} |
|
|
showTime |
|
|
showTime |
|
|
/> |
|
|
/> |
|
|
</Form.Item> |
|
|
</Form.Item> |
|
@ -792,7 +794,7 @@ const FormModal = (props) => { |
|
|
label="时段" |
|
|
label="时段" |
|
|
className="yisa-label" |
|
|
className="yisa-label" |
|
|
> |
|
|
> |
|
|
<TimePicker format={format} allowClear={false} style={{ marginLeft: 10 }} |
|
|
|
|
|
|
|
|
<TimePicker format={format} allowClear={false} style={{ marginLeft: 10 }} getPopupContainer={(e) => e.parentNode} |
|
|
onChange={handleChangeStartTime} /> |
|
|
onChange={handleChangeStartTime} /> |
|
|
</Form.Item> |
|
|
</Form.Item> |
|
|
<label className="mid">to</label> |
|
|
<label className="mid">to</label> |
|
@ -803,6 +805,7 @@ const FormModal = (props) => { |
|
|
> |
|
|
> |
|
|
<TimePicker format={format} |
|
|
<TimePicker format={format} |
|
|
allowClear={false} |
|
|
allowClear={false} |
|
|
|
|
|
getPopupContainer={(e) => e.parentNode} |
|
|
onChange={handleChangeEndTime} /> |
|
|
onChange={handleChangeEndTime} /> |
|
|
</Form.Item> |
|
|
</Form.Item> |
|
|
|
|
|
|
|
@ -1309,6 +1312,7 @@ const FormModal = (props) => { |
|
|
<Button type="primary" htmlType="submit"> |
|
|
<Button type="primary" htmlType="submit"> |
|
|
提交 |
|
|
提交 |
|
|
</Button> |
|
|
</Button> |
|
|
|
|
|
  |
|
|
<Button |
|
|
<Button |
|
|
onClick={closAddModal} |
|
|
onClick={closAddModal} |
|
|
> |
|
|
> |
|
|