广州矛调粤政易端
liuwh
2025-07-02 743d89bdd784dee8bb32d9ae2e70fae2653aa528
fix:粤政易端修改2,3,4
4 files modified
34 ■■■■ changed files
src/views/selfInspection/caseDes/index.jsx 2 ●●● patch | view | raw | blame | history
src/views/selfInspection/caseDes/index.less 2 ●●● patch | view | raw | blame | history
src/views/selfInspection/components/LocationPicker/index.jsx 26 ●●●● patch | view | raw | blame | history
src/views/selfInspection/components/Preview/index.jsx 4 ●●●● patch | view | raw | blame | history
src/views/selfInspection/caseDes/index.jsx
@@ -128,7 +128,7 @@
            <div className="case-info-container">{currentForm === 'dispute' && <BasicInfoForm onGuideClick={handleGuideClick} />}</div>
            <div className="bottom-button-area">
            <div className="caseDes-bottom-button-area">
                <Button className="previous-button" onClick={handlePrevious} disabled={submitting}>
                    上一步
                </Button>
src/views/selfInspection/caseDes/index.less
@@ -552,7 +552,7 @@
}
/** 底部按钮区域样式 */
.bottom-button-area {
.caseDes-bottom-button-area {
    position: fixed;
    bottom: 0;
    left: 0;
src/views/selfInspection/components/LocationPicker/index.jsx
@@ -48,6 +48,7 @@
    // 切换到手动填写
    const handleManualInput = () => {
        console.log('handleManualInput');
        setIsManualInput(true);
    };
@@ -126,19 +127,16 @@
    ];
    return (
        <>
            <NavBarPage
                title="纠纷发生地点"
                leftContentFunc={() => history.goBack()}
                rightContentFunc={handleManualInput}
                rightChildren={
                    <>
                        <WriteEditOutlined />
                        手动填写
                    </>
                }
            />
        <NavBarPage
            title="纠纷发生地点"
            rightContentFunc={handleManualInput}
            rightChildren={
                <>
                    <WriteEditOutlined />
                    手动填写
                </>
            }
        >
            <div className="location-picker-container">
                {!isManualInput ? (
                    <div className="placeholder-container">
@@ -160,7 +158,7 @@
                    </div>
                )}
            </div>
        </>
        </NavBarPage>
    );
};
src/views/selfInspection/components/Preview/index.jsx
@@ -20,6 +20,10 @@
    return $$.ax.request({ urlAi: `case-law/getRepeatResult`, data, typeAi: 'post', service: 'mediate' });
}
function saveDispute(data) {
    return $$.ax.request({ url: `casedraftInfo/caseDraftRegister`, type: 'post', service: 'mediate', data });
}
const Preview = () => {
    const history = useHistory();
    const [formData, setFormData] = useState({});