forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-03 173b3d0069802ded2d61f2d0154874585176f096
gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx
@@ -257,7 +257,7 @@
        {/* 调解结果 */}
        {showResult &&
          <div style={{ marginLeft: '24px',marginTop:'32px' }}>
          <div style={{ marginLeft: '24px', marginTop: '32px' }}>
            <h4>
              <img className="casePerfection-titleIcon" src={casePerfection_material} alt="" />
              <span>调解结果</span>
@@ -318,16 +318,16 @@
                  content: '确定保存本次对案件信息的修改吗?',
                  okText: '确定保存',
                  cancelText: '我再想想',
                  onOk:() =>
                  globalUpdateApi({
                                    ...formDomRef.current.formData,
                                    ...formDomRef.current.form.getFieldsValue(),
                                    ...result,
                                    acceptTime: formDomRef.current.formData?.acceptTime ? $$.timeFormat(formDomRef.current.formData?.acceptTime) : '',
                                    occurTime: formDomRef.current.formData?.occurTime ? $$.timeFormat(formDomRef.current.formData?.occurTime) : '',
                                  }),
              })
            }
                  onOk: () =>
                    globalUpdateApi({
                      ...formDomRef.current.formData,
                      ...formDomRef.current.form.getFieldsValue(),
                      ...result,
                      acceptTime: formDomRef.current.formData?.acceptTime ? $$.timeFormat(formDomRef.current.formData?.acceptTime) : '',
                      occurTime: formDomRef.current.formData?.occurTime ? $$.timeFormat(formDomRef.current.formData?.occurTime) : '',
                    }),
                })
              }
            >
              保存信息1111
            </Button>
@@ -864,12 +864,13 @@
                    </Row>
                  </Col>
                );
              })}
              })
            }
            {formData.fileInfoList?.length === 0 && <div style={{ width: '100%' }}>{$$.MyEmpty({ description: '暂未上传材料' })}</div>}
          </Row>
        </>
        {caseType === 1 ? (
          <div className=  "casePerfection-divider"/>
          <div className="casePerfection-divider" />
        ) : (
          <Space size="large" className="register-submit">
            <Button className="public-mainBtn" onClick={() => form.submit()}>