|
@@ -36,6 +36,7 @@ import com.jeeplus.modules.workclientinfo.entity.WorkClientInfo;
|
|
import com.jeeplus.modules.workclientinfo.service.WorkClientInfoService;
|
|
import com.jeeplus.modules.workclientinfo.service.WorkClientInfoService;
|
|
import com.jeeplus.modules.workcontractinfo.service.WorkContractInfoService;
|
|
import com.jeeplus.modules.workcontractinfo.service.WorkContractInfoService;
|
|
import com.jeeplus.modules.workfullmanage.service.WorkFullManageService;
|
|
import com.jeeplus.modules.workfullmanage.service.WorkFullManageService;
|
|
|
|
+import com.jeeplus.modules.workreimbursement.entity.WorkAccount;
|
|
import com.jeeplus.modules.workreimbursement.entity.WorkReimbursement;
|
|
import com.jeeplus.modules.workreimbursement.entity.WorkReimbursement;
|
|
import com.jeeplus.modules.workreimbursement.entity.WorkReimbursementTypeInfo;
|
|
import com.jeeplus.modules.workreimbursement.entity.WorkReimbursementTypeInfo;
|
|
import com.jeeplus.modules.workreimbursement.service.WorkReimbursementAllService;
|
|
import com.jeeplus.modules.workreimbursement.service.WorkReimbursementAllService;
|
|
@@ -175,6 +176,7 @@ public class WorkReimbursementAllController extends BaseController {
|
|
// @RequiresPermissions(value={"workreimbursement:workReimbursementAll:add","workreimbursement:workReimbursementAll:edit"})
|
|
// @RequiresPermissions(value={"workreimbursement:workReimbursementAll:add","workreimbursement:workReimbursementAll:edit"})
|
|
@RequestMapping(value = "form")
|
|
@RequestMapping(value = "form")
|
|
public String form(WorkReimbursement workReimbursement,Model model) {
|
|
public String form(WorkReimbursement workReimbursement,Model model) {
|
|
|
|
+ workReimbursementService.isNotProject(workReimbursement);
|
|
String view = "workReimbursementFormAdd";
|
|
String view = "workReimbursementFormAdd";
|
|
Office office = UserUtils.getSelectOffice();
|
|
Office office = UserUtils.getSelectOffice();
|
|
String tabId = request.getParameter("tabId");
|
|
String tabId = request.getParameter("tabId");
|