|
@@ -39,20 +39,20 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/materialModuleForm";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+/* *//**
|
|
|
* 土建开工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "nonPowerStart")
|
|
|
public String nonPowerStart(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
|
model.addAttribute("materialShow", materialShow);
|
|
|
model.addAttribute("materialModule", materialModule);
|
|
|
return "modules/sg/materialmodule/activiti/nonPowerStart";
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
- /**
|
|
|
+ /* *//**
|
|
|
* 土建施工中流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "nonPowerMiddle")
|
|
|
public String nonPowerMiddle(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -61,9 +61,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/nonPowerMiddle";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核土建施工中流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "nonRePowerMiddle")
|
|
|
public String nonRePowerMiddle(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -72,9 +72,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/nonRePowerMiddle";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 土建竣工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "nonPowerEnd")
|
|
|
public String nonPowerEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -83,9 +83,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/nonPowerEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核土建竣工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "nonRePowerEnd")
|
|
|
public String nonRePowerEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -94,9 +94,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/nonRePowerEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 经理审核土建
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "reviewNonPower")
|
|
|
public String reviewNonPower(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -105,9 +105,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/reviewNonPower";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 电气开工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "electricalStart")
|
|
|
public String electricalStart(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -116,9 +116,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/electricalStart";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 电气施工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "electricalMiddle")
|
|
|
public String electricalMiddle(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -127,9 +127,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/electricalMiddle";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核电气施工
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "reElectricalMiddle")
|
|
|
public String reElectricalMiddle(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -138,9 +138,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/reElectricalMiddle";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 电气竣工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "electricalEnd")
|
|
|
public String electricalEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -149,9 +149,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/electricalEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核电气竣工
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "reElectricalEnd")
|
|
|
public String reElectricalEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -160,9 +160,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/reElectricalEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核电气流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "reviewElectrical")
|
|
|
public String reviewElectrical(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -171,9 +171,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/reviewElectrical";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 涉电开工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "PowerStart")
|
|
|
public String PowerStart(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -182,9 +182,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/PowerStart";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 涉电竣工流程
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "PowerEnd")
|
|
|
public String PowerEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -193,9 +193,9 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/PowerEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 审核涉电竣工
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "rePowerEnd")
|
|
|
public String rePowerEnd(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
@@ -204,16 +204,16 @@ public class MaterialModuleController extends BaseController {
|
|
|
return "modules/sg/materialmodule/activiti/rePowerEnd";
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ *//**
|
|
|
* 是否完成所有涉电工作
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "PowerWhether")
|
|
|
public String PowerWhether(MaterialModule materialModule, Model model) {
|
|
|
MaterialModule materialShow = materialModuleService.get(materialModule.getAct().getProcInsId());
|
|
|
model.addAttribute("materialShow", materialShow);
|
|
|
model.addAttribute("materialModule", materialModule);
|
|
|
return "modules/sg/materialmodule/activiti/PowerWhether";
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
|
* 施工单位项目经理判断项目是否包含涉电工作
|