From a728820d110f51317d826de51ef6a7a92d76c98e Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Thu, 26 Mar 2026 15:24:14 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8F=91=E8=B5=B7=E4=BA=BA?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=97=B6=E9=97=B4=E5=AE=8C=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/temporaryPersonnel/index.js | 2 +- .../PersonnelApplication/Add/index.js | 4 ++-- .../PersonnelApplication/List/index.js | 6 ++--- .../ApprovalRecords/index.js | 2 +- .../RelatedPersonnel/index.js | 22 +++++++++---------- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/api/temporaryPersonnel/index.js b/src/api/temporaryPersonnel/index.js index 20e9b5a..a855bd6 100644 --- a/src/api/temporaryPersonnel/index.js +++ b/src/api/temporaryPersonnel/index.js @@ -10,7 +10,7 @@ export const temporaryPersonnelAdd = declareRequest( ); export const temporaryPersonnelInfo = declareRequest( "temporaryPersonnelLoading", - `Post > @/primeport/personApply/xgfPersonApplyInfoById`, + `GET > /primeport/personApply/xgfPersonApplyInfoById/{id}`, ); export const temporaryPersonnelReview = declareRequest( "temporaryPersonnelLoading", diff --git a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js index 27e9fb2..2848e6f 100644 --- a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js +++ b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/Add/index.js @@ -210,7 +210,7 @@ function Add(props) { { title: "姓名", dataIndex: "name" }, { title: "部门", dataIndex: "deptName" }, { title: "是否培训", dataIndex: "todo3" }, - { title: "现口门权限范围", dataIndex: "todo4" }, + // { title: "现口门权限范围", dataIndex: "todo4" }, { title: "操作", width: 80, @@ -345,7 +345,7 @@ const AddPersonnelModalComponent = (props) => { { title: "姓名", dataIndex: "userName" }, { title: "部门", dataIndex: "deptName" }, { title: "是否培训", dataIndex: "todo3" }, - { title: "现口门权限范围", dataIndex: "todo4" }, + // { title: "现口门权限范围", dataIndex: "todo4" }, ]} dataSource={props.xgfProjectUser} pagination={false} diff --git a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/List/index.js b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/List/index.js index 2327c6b..9c115a5 100644 --- a/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/List/index.js +++ b/src/pages/Container/Stakeholder/FirstLevelDoor/PersonnelApplication/List/index.js @@ -73,7 +73,7 @@ function List(props) { render: (_, record) => `${record.visitStartTime}-${record.visitEndTime}`, }, { title: "项目人员数", dataIndex: "personApplyCount" }, - { title: "申请时间", dataIndex: "todo5" }, + { title: "申请时间", dataIndex: "applyTime" }, { title: "审核状态", dataIndex: "auditFlag", @@ -204,7 +204,7 @@ const ViewModalComponent = (props) => { }, { label: "访问期限", children: `${info.visitStartTime}-${info.visitEndTime}` }, { label: "项目人员数", children: info.personApplyList?.length }, - { label: "申请时间", children: info.todo6 }, + { label: "申请时间", children: info.applyTime }, { label: "申请状态", children: getLabelName({ list: ENCLOSED_AREA_AUDIT_STATUS_ENUM, status: info.auditFlag }) }, { label: "申请人签字", children: () }, ]} @@ -217,7 +217,7 @@ const ViewModalComponent = (props) => { { title: "姓名", dataIndex: "employeePersonUserName" }, { title: "部门", dataIndex: "personDepartmentName" }, { title: "是否培训", dataIndex: "todo3" }, - { title: "现口门权限范围", dataIndex: "todo4" }, + // { title: "现口门权限范围", dataIndex: "todo4" }, ]} dataSource={info.personApplyList} pagination={false} diff --git a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/VehicleManagement/ApprovalRecords/index.js b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/VehicleManagement/ApprovalRecords/index.js index 3c65228..2e1efa3 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/VehicleManagement/ApprovalRecords/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/ImportAndExportPortInfo/StockPersonnelAndVehicles/VehicleManagement/ApprovalRecords/index.js @@ -25,7 +25,7 @@ function ApprovalRecords(props) {
`${record.visitStartTime}至${record.visitEndTime}`, }, - { title: "项目人员数", dataIndex: "todo5" }, - { title: "申请时间", dataIndex: "todo6" }, + { title: "项目人员数", dataIndex: "personApplyCount" }, + { title: "申请时间", dataIndex: "applyTime" }, { title: "审批状态", dataIndex: "auditFlag", @@ -186,7 +186,7 @@ const ReviewModalComponent = (props) => { items: [{ bianma: "2", name: "通过" }, { bianma: "3", name: "不通过" }], }, { - name: "todo2", + name: "reasonsRefusal", label: "驳回原因", render: FORM_ITEM_RENDER_ENUM.TEXTAREA, dependencies: ["auditFlag"], @@ -231,16 +231,16 @@ const InfoModalComponent = (props) => { bordered styles={{ label: { width: 200 } }} items={[ - { label: "相关方名称", children: info.todo1 }, + { label: "相关方名称", children: info.applyCorpName }, { label: "项目名称", children: info.projectName }, { label: "区域范围", children: info.gateLevelAuthArea && JSON.parse(info.gateLevelAuthArea).area.map(item => item.value).join("、"), }, { label: "访问期限", children: `${info.visitStartTime}至${info.visitEndTime}` }, - { label: "项目人员数", children: info.todo5 }, - { label: "申请时间", children: info.todo6 }, - { label: "申请状态", children: info.todo7 }, + { label: "项目人员数", children: info.personApplyCount }, + { label: "申请时间", children: info.applyTime }, + { label: "申请状态", children: getLabelName({ list: STATUS_ENUM, status: info.auditFlag })}, { label: "申请人签字", children: () }, ]} /> @@ -249,9 +249,9 @@ const InfoModalComponent = (props) => { options={false} disabledResizer={true} columns={[ - { title: "姓名", dataIndex: "todo1" }, - { title: "部门", dataIndex: "todo2" }, - { title: "是否培训", dataIndex: "todo3" }, + { title: "姓名", dataIndex: "employeePersonUserName" }, + { title: "部门", dataIndex: "personDepartmentName" }, + // { title: "是否培训", dataIndex: "todo3" }, ]} {...tableProps} />