|
@@ -51,7 +51,7 @@
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"flag":"yes",
|
|
"flag":"yes",
|
|
- "comment":message,
|
|
|
|
|
|
+ "comment":window.encodeURI(message),
|
|
"conId":conId,
|
|
"conId":conId,
|
|
"channel":channel,
|
|
"channel":channel,
|
|
"capacity":capacity,
|
|
"capacity":capacity,
|
|
@@ -86,6 +86,27 @@
|
|
|
|
|
|
$("#reject").click(function () {
|
|
$("#reject").click(function () {
|
|
jp.prompt("存在问题, 审批意见", function (message) {
|
|
jp.prompt("存在问题, 审批意见", function (message) {
|
|
|
|
+ var conId = $("#id").val();
|
|
|
|
+ var channel = $("#channel").val();
|
|
|
|
+ var capacity = $("#capacity").val();
|
|
|
|
+ var sceneSize = $("#sceneSize").val();
|
|
|
|
+ var capacitySize = $("#capacitySize").val();
|
|
|
|
+ var hiddenDanger = $("#hiddenDanger").val();
|
|
|
|
+ var influenceConstruction = $("#influenceConstruction").val();
|
|
|
|
+ var projectRepetition = $("#projectRepetition").val();
|
|
|
|
+ var implemented = $("#implemented").val();
|
|
|
|
+ var transformer = $("#transformer").val();
|
|
|
|
+ var lineName = $("#lineName").val();
|
|
|
|
+ var quantities = $("#quantities").val();
|
|
|
|
+ var rodNumber = $("#rodNumber").val();
|
|
|
|
+ var administrationType = $("#administrationType").val();
|
|
|
|
+ var politicalProblem = $("#politicalProblem").val();
|
|
|
|
+ var precondition = $("#precondition").val();
|
|
|
|
+ var placementMode = $("#placementMode").val();
|
|
|
|
+ var productionDate = $("#productionDate").val();
|
|
|
|
+ var IntegrateModule = $("#IntegrateModule").val();
|
|
|
|
+ var needReplace = $("#needReplace").val();
|
|
|
|
+ var overallTransformation = $("#overallTransformation").val();
|
|
jp.post("${ctx}/act/task/audit3",
|
|
jp.post("${ctx}/act/task/audit3",
|
|
{
|
|
{
|
|
"taskId":"${construction.act.taskId}",
|
|
"taskId":"${construction.act.taskId}",
|
|
@@ -93,8 +114,29 @@
|
|
"taskDefKey":"${construction.act.taskDefKey}",
|
|
"taskDefKey":"${construction.act.taskDefKey}",
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procInsId":"${construction.act.procInsId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
"procDefId":"${construction.act.procDefId}",
|
|
- "flag":"no",
|
|
|
|
- "comment":message
|
|
|
|
|
|
+ "flag":"yes",
|
|
|
|
+ "comment":window.encodeURI(message),
|
|
|
|
+ "conId":conId,
|
|
|
|
+ "channel":channel,
|
|
|
|
+ "capacity":capacity,
|
|
|
|
+ "sceneSize":sceneSize,
|
|
|
|
+ "capacitySize":capacitySize,
|
|
|
|
+ "hiddenDanger":hiddenDanger,
|
|
|
|
+ "influenceConstruction":influenceConstruction,
|
|
|
|
+ "projectRepetition":projectRepetition,
|
|
|
|
+ "implemented":implemented,
|
|
|
|
+ "transformer":transformer,
|
|
|
|
+ "lineName":lineName,
|
|
|
|
+ "quantities":quantities,
|
|
|
|
+ "rodNumber":rodNumber,
|
|
|
|
+ "administrationType":administrationType,
|
|
|
|
+ "politicalProblem":politicalProblem,
|
|
|
|
+ "precondition":precondition,
|
|
|
|
+ "placementMode":placementMode,
|
|
|
|
+ "productionDate":productionDate,
|
|
|
|
+ "IntegrateModule":IntegrateModule,
|
|
|
|
+ "needReplace":needReplace,
|
|
|
|
+ "overallTransformation":overallTransformation
|
|
},
|
|
},
|
|
function (data) {
|
|
function (data) {
|
|
if(data.success){
|
|
if(data.success){
|