feat:内测部分bug修复
parent
16ec8783f1
commit
f2e5aac6fe
|
|
@ -6,5 +6,5 @@ export const personnelPermissionRecordsList = declareRequest(
|
||||||
);
|
);
|
||||||
export const personnelPermissionRecordsInfo = declareRequest(
|
export const personnelPermissionRecordsInfo = declareRequest(
|
||||||
"personnelPermissionRecordsLoading",
|
"personnelPermissionRecordsLoading",
|
||||||
`Get > /primeport/personApply/xgfPersonApplyInfoById/{id}`,
|
`Get > /primeport/personApply/xgfPersonPermissionsInfo/{id}`,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export const vehicleApplyCheckLicenceNo = declareRequest(
|
||||||
);
|
);
|
||||||
export const vehicleApplyCheckLicenceNoBlack = declareRequest(
|
export const vehicleApplyCheckLicenceNoBlack = declareRequest(
|
||||||
"vehicleApplyLoading",
|
"vehicleApplyLoading",
|
||||||
`Get > /primeport/check-licence-no-black `,
|
`Get > /primeport/vehicleApply/check-licence-no-black `,
|
||||||
);
|
);
|
||||||
export const vehicleApplyRecordsList = declareRequest(
|
export const vehicleApplyRecordsList = declareRequest(
|
||||||
"vehicleApplyLoading",
|
"vehicleApplyLoading",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ function Success() {
|
||||||
<div style={{ paddingTop: "10px" }}>信息提交成功!</div>
|
<div style={{ paddingTop: "10px" }}>信息提交成功!</div>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ textAlign: "center", marginTop: "50px" }}>
|
<div style={{ textAlign: "center", marginTop: "50px" }}>
|
||||||
<QRCode value={`${window.location.origin}/primeport/container/mobile/firstLevelDoor/personnelApplication/applyList?id=${query.id}&tmpApplyType=${query.tmpApplyType}&tmpMkmjType=${query.tmpMkmjType}`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
<QRCode value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/applyList?id=${query.id}&tmpApplyType=${query.tmpApplyType}&tmpMkmjType=${query.tmpMkmjType}`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
||||||
<div style={{ paddingTop: "20px" }}>扫描识别二维码获取审批进度。</div>
|
<div style={{ paddingTop: "20px" }}>扫描识别二维码获取审批进度。</div>
|
||||||
<div style={{ color: "red", fontSize: 12, paddingTop: "10px" }}>请长按或截屏保存二维码,关闭页面后将无法再获取二维码</div>
|
<div style={{ color: "red", fontSize: 12, paddingTop: "10px" }}>请长按或截屏保存二维码,关闭页面后将无法再获取二维码</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -209,7 +209,7 @@ const ViewModalComponent = (props) => {
|
||||||
{ label: "项目人员数", children: info.personApplyList?.length },
|
{ label: "项目人员数", children: info.personApplyList?.length },
|
||||||
{ label: "申请时间", children: info.applyTime },
|
{ label: "申请时间", children: info.applyTime },
|
||||||
{ label: "申请状态", children: getLabelName({ list: ENCLOSED_AREA_AUDIT_STATUS_ENUM, status: info.auditFlag }) },
|
{ label: "申请状态", children: getLabelName({ list: ENCLOSED_AREA_AUDIT_STATUS_ENUM, status: info.auditFlag }) },
|
||||||
{ label: "申请人签字", children: (<PreviewImg files={info.informSignFile} />) },
|
{ label: "申请人签字", children: (<PreviewImg files={info.informSignId} />) },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<Divider orientation="left">人员信息</Divider>
|
<Divider orientation="left">人员信息</Divider>
|
||||||
|
|
@ -219,7 +219,7 @@ const ViewModalComponent = (props) => {
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "姓名", dataIndex: "employeePersonUserName" },
|
{ title: "姓名", dataIndex: "employeePersonUserName" },
|
||||||
{ title: "部门", dataIndex: "personDepartmentName" },
|
{ title: "部门", dataIndex: "personDepartmentName" },
|
||||||
{ title: "是否培训", dataIndex: "trainingState" ,render: (_, record) => getLabelName({ list: TRAINING_STATE_ENUM, status: record.trainingState })},
|
// { title: "是否培训", dataIndex: "trainingState" ,render: (_, record) => getLabelName({ list: TRAINING_STATE_ENUM, status: record.trainingState })},
|
||||||
// { title: "现口门权限范围", dataIndex: "todo4" },
|
// { title: "现口门权限范围", dataIndex: "todo4" },
|
||||||
]}
|
]}
|
||||||
dataSource={info.personApplyList}
|
dataSource={info.personApplyList}
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ function List(props) {
|
||||||
type="link"
|
type="link"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setInfoModalVisible(true);
|
setInfoModalVisible(true);
|
||||||
setCurrentId(record.id);
|
setCurrentId(record.xgfApplyPersonId);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
查看
|
查看
|
||||||
|
|
|
||||||
|
|
@ -231,11 +231,11 @@ function Add(props) {
|
||||||
span: 24,
|
span: 24,
|
||||||
render: (
|
render: (
|
||||||
<Upload
|
<Upload
|
||||||
maxCount={1}
|
maxCount={2}
|
||||||
size={5}
|
size={5}
|
||||||
tipContent={(
|
tipContent={(
|
||||||
<div style={{ color: "red", fontSize: 12 }}>
|
<div style={{ color: "red", fontSize: 12 }}>
|
||||||
<div>1. 请拍摄行驶证正本和副本,确保四角完整、无遮挡</div>
|
<div>1. 请拍摄行驶证正面和反面,确保四角完整、无遮挡</div>
|
||||||
<div>2. 文字、印章清晰可见,避免反光</div>
|
<div>2. 文字、印章清晰可见,避免反光</div>
|
||||||
<div>3. 支持格式:.jpg/.jpeg/.png,单张5MB</div>
|
<div>3. 支持格式:.jpg/.jpeg/.png,单张5MB</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ const QrCodeModal = (props) => {
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<QRCode value={`${window.location.origin}/primeport/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
<QRCode value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
||||||
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ const QrCodeModal = (props) => {
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<QRCode value={`${window.location.origin}/primeport/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
<QRCode value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
||||||
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue