From c08aa7939c7829561d3cc4b6b25546ed3eefcac9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 29 Dec 2025 18:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common.js | 9 ++++++++- .../entry-and-exit-manage/person-exit.js | 9 +++++++++ .../person-entry/shanghai-pro-setting.vue | 10 ++++++++-- .../person-exit/person-exit-form.vue | 16 +++++++++++++--- 4 files changed, 38 insertions(+), 6 deletions(-) diff --git a/src/api/common.js b/src/api/common.js index 830dccb..dc236cd 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -67,9 +67,16 @@ export const getPostTypeSelectListAPI = () => { } // 获取标段工程下拉列表 ----- 携带查询条件的 +// export function getLotProjectSelectListByConditionAPI(data) { +// return request({ +// url: '/bmw/select/selectPro', +// method: 'POST', +// data, +// }) +// } export function getLotProjectSelectListByConditionAPI(data) { return request({ - url: '/bmw/select/selectPro', + url: '/bmw/select/selectDgcPro', method: 'POST', data, }) diff --git a/src/api/construction-person/entry-and-exit-manage/person-exit.js b/src/api/construction-person/entry-and-exit-manage/person-exit.js index 84f3255..a4c2e5f 100644 --- a/src/api/construction-person/entry-and-exit-manage/person-exit.js +++ b/src/api/construction-person/entry-and-exit-manage/person-exit.js @@ -46,6 +46,15 @@ export const uploadExitFileAPI = (data) => { }) } +// 判断当前人员是否需要上传离场结算确认单 +export const checkExitFileAPI = (data) => { + return request({ + url: '/bmw/proConfig/getConfigByProId', + method: 'POST', + data, + }) +} + // 人员出场 删除人员接口 export const deleteEntryPersonAPI = (data) => { return request({ diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/shanghai-pro-setting.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/shanghai-pro-setting.vue index 12ee972..79d8edc 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/shanghai-pro-setting.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/shanghai-pro-setting.vue @@ -20,7 +20,10 @@