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 @@