|
@@ -39,19 +39,26 @@ public interface IBillPersonnelAdmissionService extends IService<BillPersonnelAd
|
|
Result listClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
Result listClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
|
|
|
|
Result listByIdClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
Result listByIdClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
|
|
+
|
|
Result editClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap) throws ParseException;
|
|
Result editClean(HttpServletRequest httpServletRequest, Map<String, String> paramsMap) throws ParseException;
|
|
|
|
+
|
|
Result editDry(HttpServletRequest httpServletRequest, Map<String, String> paramsMap) throws ParseException;
|
|
Result editDry(HttpServletRequest httpServletRequest, Map<String, String> paramsMap) throws ParseException;
|
|
|
|
+
|
|
Result addAdmission(HttpServletRequest httpServletRequest, String admissionType, String vistitType, String userName
|
|
Result addAdmission(HttpServletRequest httpServletRequest, String admissionType, String vistitType, String userName
|
|
, String phone, String workName, String papersType, String papersCode, MultipartFile imgUrl, String img,
|
|
, String phone, String workName, String papersType, String papersCode, MultipartFile imgUrl, String img,
|
|
String vistitDate, String vistitReson, String destId, String destName, String farmId,
|
|
String vistitDate, String vistitReson, String destId, String destName, String farmId,
|
|
String carNum, String source, String goods, String departureId, String departureName,
|
|
String carNum, String source, String goods, String departureId, String departureName,
|
|
- MultipartFile picture1, MultipartFile picture2, MultipartFile picture3,Integer midId,String midName) throws IOException;
|
|
|
|
|
|
+ MultipartFile picture1, MultipartFile picture2, MultipartFile picture3
|
|
|
|
+ , MultipartFile picture4, MultipartFile picture5, MultipartFile picture6
|
|
|
|
+ , MultipartFile picture7, MultipartFile picture8
|
|
|
|
+ , Integer midId, String midName) throws IOException;
|
|
|
|
+
|
|
Result addAdmissionFeed(HttpServletRequest httpServletRequest, String admissionType, String vistitType,
|
|
Result addAdmissionFeed(HttpServletRequest httpServletRequest, String admissionType, String vistitType,
|
|
String userName, String phone, String workName, String papersType, String papersCode,
|
|
String userName, String phone, String workName, String papersType, String papersCode,
|
|
MultipartFile imgUrl, String img, String vistitDate, String vistitReson, String destId,
|
|
MultipartFile imgUrl, String img, String vistitDate, String vistitReson, String destId,
|
|
String destName, String farmId, String carNum, String source, String goods, String departureId,
|
|
String destName, String farmId, String carNum, String source, String goods, String departureId,
|
|
String departureName, String resource, MultipartFile feedImgUrl, Integer cleanId,
|
|
String departureName, String resource, MultipartFile feedImgUrl, Integer cleanId,
|
|
- String cleanName, String remark,Integer midId,String midName) throws IOException;
|
|
|
|
|
|
+ String cleanName, String remark, Integer midId, String midName) throws IOException;
|
|
|
|
|
|
Result listPersonalAdmission(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
Result listPersonalAdmission(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
|
|
|
|
@@ -68,6 +75,7 @@ public interface IBillPersonnelAdmissionService extends IService<BillPersonnelAd
|
|
|
|
|
|
//后台入场申请报表
|
|
//后台入场申请报表
|
|
Result countAdmission(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
Result countAdmission(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
|
|
+
|
|
//提交申请排名
|
|
//提交申请排名
|
|
Result listTop(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
Result listTop(HttpServletRequest httpServletRequest, Map<String, String> paramsMap);
|
|
|
|
|
|
@@ -89,9 +97,15 @@ public interface IBillPersonnelAdmissionService extends IService<BillPersonnelAd
|
|
|
|
|
|
|
|
|
|
//站点人员帮忙提交入场申请
|
|
//站点人员帮忙提交入场申请
|
|
- Result helpAddAdmission(HttpServletRequest httpServletRequest,MultipartFile userImgUrl, String admissionType, String vistitType, String userName,
|
|
|
|
|
|
+ Result helpAddAdmission(HttpServletRequest httpServletRequest, MultipartFile userImgUrl, String admissionType, String vistitType, String userName,
|
|
String phone, String workName, String papersType, String papersCode, MultipartFile imgUrl,
|
|
String phone, String workName, String papersType, String papersCode, MultipartFile imgUrl,
|
|
String img, String vistitDate, String vistitReson, String destId, String destName,
|
|
String img, String vistitDate, String vistitReson, String destId, String destName,
|
|
String farmId, String carNum, String source, String goods, String departureId, String departureName,
|
|
String farmId, String carNum, String source, String goods, String departureId, String departureName,
|
|
- MultipartFile picture1,MultipartFile picture2,MultipartFile picture3,Integer midId,String midName) throws IOException;
|
|
|
|
|
|
+ MultipartFile picture1, MultipartFile picture2, MultipartFile picture3
|
|
|
|
+ , MultipartFile picture4, MultipartFile picture5, MultipartFile picture6
|
|
|
|
+ , MultipartFile picture7, MultipartFile picture8
|
|
|
|
+ , Integer midId, String midName) throws IOException;
|
|
|
|
+
|
|
|
|
+ //统一审批多个人的入场申请
|
|
|
|
+ Result handleAdmissionBatch(HttpServletRequest httpServletRequest, Map<String, String> paramsMap) throws IOException;
|
|
}
|
|
}
|