forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-15 cc945eb396f90c38c3815013b9aa92d2ca96411d
Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
3 files modified
78 ■■■■ changed files
gz-customerSystem/src/views/register/index.less 28 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/index.jsx 20 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/preview.jsx 30 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/index.less
@@ -63,14 +63,32 @@
    }
}
.title{
.title {
    display: flex;
    &-text{
    &-text {
        color: #86909C;
        }
        }
    }
    &-personRemark {
        color: rgb(26, 111, 184);
        padding: 0px 8px;
        border: 1px solid rgb(26, 111, 184);
        border-radius: 4px;
        font-size: 14px;
        margin-left: 8px;
        height: 22px;
        display: flex;
        align-items: center;
    }
    &-file{
        width: 12px;
        margin-right: 4px;
        margin-top: -5px;
    }
}
.dataSync {
    &-page {
        background-color: #fff;
gz-customerSystem/src/views/register/visit/index.jsx
@@ -2,7 +2,7 @@
 * @Author: dminyi 1301963064@qq.com
 * @Date: 2024-08-09 09:59:43
 * @LastEditors: dminyi 1301963064@qq.com
 * @LastEditTime: 2024-08-13 16:05:42
 * @LastEditTime: 2024-08-14 15:30:40
 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx
 * @Description: 来访登记
 */
@@ -64,6 +64,23 @@
        setIsReview(!isReview)
    }
    function selfAcceptance() {
        $$.modalInfo({
            title: '自行受理确认',
            content: '确定自行受理本次登记事项吗?自行受理成功后事项将直接进入到本单位办理流程',
            okText: '确定受理',
            cancelText: '我再想想',
            onOk: async () => {
                console.log('1111111')
            },
        });
    }
    function submit() {
        $$.info({ type: 'warning', content: '您没有预约记录,暂时无法提交' })
    }
    return (
        <div style={{ position: 'relative' }}>
@@ -87,6 +104,7 @@
                        </div>
                    </Fragment>
                }
                {/* {preview && <Preview />} */}
            </NewPage>
        </div>
gz-customerSystem/src/views/register/visit/preview.jsx
@@ -2,7 +2,7 @@
 * @Author: dminyi 1301963064@qq.com
 * @Date: 2024-08-13 15:19:57
 * @LastEditors: dminyi 1301963064@qq.com
 * @LastEditTime: 2024-08-14 12:07:21
 * @LastEditTime: 2024-08-14 14:59:10
 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\preview.jsx
 * @Description: 预览信息
 */
@@ -101,9 +101,9 @@
            <table border="1" align="center" cellpadding="8" className="table">
                <tr>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th>
                    <td width='300'><div style={{ display: 'flex' }}><div>豪豪豪</div><div style={{ color: '#1A6FB8', padding: '0px 8px', border: '1px solid #1A6FB8', borderRadius: '4px', fontSize: '14px', marginLeft: '8px', height: '22px', display: 'flex', alignItems: 'center' }}>自然人</div></div></td>
                    <td width='380'><div style={{ display: 'flex' }}><div>李晓明</div><div className="title-personRemark">自然人</div></div></td>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th>
                    <td width='300'>19</td>
                    <td width='380'>19</td>
                    <th bgcolor="#F7F8FA" className="table-title" width='140'>性别</th>
                    <td>汉</td>
                    <td rowspan="4" width="112" height='147' style={{ padding: '0px' }}>
@@ -132,7 +132,7 @@
                    <th bgcolor="#F7F8FA" className="table-title">身份证明材料</th>
                    <td>
                        <a href="your-link-here.html" target="_blank">
                            <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf
                            <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf
                        </a>
                    </td>
                </tr>
@@ -140,9 +140,9 @@
            <table border="1" align="center" cellpadding="8" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}>
                <tr>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">姓名</th>
                    <td width='300'>豪豪豪</td>
                    <td width='380'><div style={{ display: 'flex' }}><div>李巧凤</div><div className="title-personRemark">代理人</div></div></td>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th>
                    <td width='300'>19</td>
                    <td width='380'>19</td>
                    <th bgcolor="#F7F8FA" className="table-title" width="140">性别</th>
                    <td>汉</td>
                    <td rowspan="4" width="112" height='147' style={{ padding: '0px' }}>
@@ -179,13 +179,13 @@
                    <th bgcolor="#F7F8FA" className="table-title">身份证明材料</th>
                    <td>
                        <a href="your-link-here.html" target="_blank">
                            <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf
                            <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf
                        </a>
                    </td>
                    <th bgcolor="#F7F8FA" className="table-title">代理人授权委托书</th>
                    <td>
                        <a href="your-link-here.html" target="_blank">
                            <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf
                            <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf
                        </a>
                    </td>
                </tr>
@@ -199,11 +199,11 @@
            </div>
            <table border="1" align="center" cellpadding="8" className="table" style={{ marginTop: '20px', marginBottom: '20px' }}>
                <tr>
                    <th bgcolor="#F7F8FA" className="table-title">企业名称</th>
                    <td>豪豪豪</td>
                    <th bgcolor="#F7F8FA" className="table-title">联系方式</th>
                    <td>19</td>
                    <th bgcolor="#F7F8FA" className="table-title">企业所在地</th>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">企业名称</th>
                    <td width='380'><div style={{ display: 'flex' }}><div>广东好又多贸易有限公司</div><div className="title-personRemark">法人</div></div></td>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">联系方式</th>
                    <td width='380'>19</td>
                    <th bgcolor="#F7F8FA" className="table-title" width="120">企业所在地</th>
                    <td>汉</td>
                </tr>
                <tr>
@@ -220,13 +220,13 @@
                    <th bgcolor="#F7F8FA" className="table-title">企业登记材料</th>
                    <td>
                        <a href="your-link-here.html" target="_blank">
                            <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf
                            <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf
                        </a>
                    </td>
                    <th bgcolor="#F7F8FA" className="table-title" >法定代表人身份证明材料</th>
                    <td>
                        <a href="your-link-here.html" target="_blank">
                            <img src={link} alt="" style={{ width: '12px', marginRight: '4px', marginTop: '-5px' }} />李晓明身份证明材料.pdf
                            <img src={link} alt="" className="title-file" />李晓明身份证明材料.pdf
                        </a>
                    </td>
                </tr>