广州市综治平台前端
xusd
7 days ago 544148eddae96db824423cd059ebecb9d13c392e
src/views/register/visit/preview.jsx
@@ -330,10 +330,10 @@
          <div ><div className="title-text">事项来源</div></div>
          <div>{props.data?.canalName || '大厅来访'}</div>
        </Col>
        <Col span={16}>
        {/* <Col span={16}>
          <div ><div className="title-text">来访形式</div></div>
          <div>来访</div>
        </Col>
        </Col> */}
        <Col span={24}>
          <div className="title"><div className="title-text">事项概况</div></div>
          <div>{props.data?.caseDes || '-'} </div>
@@ -341,6 +341,10 @@
        <Col span={24}>
          <div className="title"><div className="title-text">事项申请</div></div>
          <div>{props.data?.caseClaim || '-'}</div>
        </Col>
        <Col span={24}>
          <div className="title"><div className="title-text">事项备注</div></div>
          <div>{props.data?.caseRemark || '-'}</div>
        </Col>
        <Col span={8}>
          <div className="title title-gap">
@@ -358,34 +362,34 @@
        </Col>
        {
          props.data?.canalSecond === '22_00003-1' && <>
           <Col span={8}>
            <div className="title"><div className="title-text">上报民警</div></div>
            <div>{props.data?.tcqk?.split('--')?.[0] || '-'}</div>
          </Col>
          <Col span={8}>
            <div className="title"><div className="title-text">上报民警联系电话</div></div>
            <div>{props.data?.tcqk?.split('--')?.[1] || '-'}</div>
          </Col>
          <Col span={8}>
            <div className="title"><div className="title-text">责任民警</div></div>
            <div>{props.data?.tcqk?.split('--')?.[3] || '-'}</div>
          </Col>
          <Col span={8}>
            <div className="title"><div className="title-text">调处人</div></div>
            <div>{props.data?.tcqk?.split('--')?.[4] || '-'}</div>
          </Col>
          <Col span={8}>
            <div className="title"><div className="title-text">调处方案</div></div>
            <div>{props.data?.tcqk?.split('--')?.[5] || '-'}</div>
          </Col>
          <Col span={8}>
            <div className="title"><div className="title-text">风险等级</div></div>
            <div>{props.data?.tcqk?.split('--')?.[2] || '-'}</div>
          </Col>
          <Col span={24}>
            <div className="title"><div className="title-text">前期调处情况</div></div>
            <div>{props.data?.tcqk?.split('--')?.[6] || '-'}</div>
          </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">上报民警</div></div>
              <div>{props.data?.tcqk?.split('--')?.[0] || '-'}</div>
            </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">上报民警联系电话</div></div>
              <div>{props.data?.tcqk?.split('--')?.[1] || '-'}</div>
            </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">责任民警</div></div>
              <div>{props.data?.tcqk?.split('--')?.[3] || '-'}</div>
            </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">调处人</div></div>
              <div>{props.data?.tcqk?.split('--')?.[4] || '-'}</div>
            </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">调处方案</div></div>
              <div>{props.data?.tcqk?.split('--')?.[5] || '-'}</div>
            </Col>
            <Col span={8}>
              <div className="title"><div className="title-text">风险等级</div></div>
              <div>{props.data?.tcqk?.split('--')?.[2] || '-'}</div>
            </Col>
            <Col span={24}>
              <div className="title"><div className="title-text">前期调处情况</div></div>
              <div>{props.data?.tcqk?.split('--')?.[6] || '-'}</div>
            </Col>
          </>
        }
      </Row>
@@ -428,10 +432,10 @@
              <td width='380' colspan='3'>{props.transactResult?.windupContent || '-'}</td>
            </tr>
          }
                  {
          {
            props.transactResult.mediResult == '22_00025-1' && <tr>
              <th bgcolor="#F7F8FA" className="table-title" width="120">协议类型</th>
              <td width='380' colspan='3'>{ props.transactResult.agreeType == '24_00003-2'? '书面协议' : '口头协议'}</td>
              <td width='380' colspan='3'>{props.transactResult.agreeType == '24_00003-2' ? '书面协议' : '口头协议'}</td>
            </tr>
          }
          {
@@ -447,7 +451,7 @@
                <div style={{ display: 'flex', gap: '8px' }}>
                  {props.transactResult?.fileInfoBaseDTOList?.map((item, index) => {
                    return <div style={{ display: 'inline-block' }}>
                      {item.suffix === 'pdf' ? <MyPDF name={item.name} fileUrl={item.showUrl} key={index} /> : <PreviewImage name={item.name} src={item.showUrl} />}
                      <MyPDF key={index} name={item.name} fileUrl={item.showUrl} fileType={item.suffix} />
                      {/* <PreviewImage name={item.name} src={item.showUrl} /> */}
                      {/* {index !== props.transactResult?.fileInfoBaseDTOList.length - 1 && <>,</>} */}
                    </div>