diff --git a/js/car_demand_plan/apply_plan_audit_list.js b/js/car_demand_plan/apply_plan_audit_list.js index 6a74142..c6f2452 100644 --- a/js/car_demand_plan/apply_plan_audit_list.js +++ b/js/car_demand_plan/apply_plan_audit_list.js @@ -237,5 +237,5 @@ function planAuditDetail(obj) { // 需求计划申请审核 function checkDetail(obj) { obj.checkType = 2; - openIframeByParamObj("check_detail", "审核", "./child/apply_plan_detail.html", "92%", "95%", obj); -} \ No newline at end of file + openIframeByParamObj("check_detail", "审核", "./child/apply_plan_detail.html", "92%", "95%", obj,1); +} diff --git a/js/car_demand_plan/child/apply_plan_detail.js b/js/car_demand_plan/child/apply_plan_detail.js index 0ec18d5..40e5028 100644 --- a/js/car_demand_plan/child/apply_plan_detail.js +++ b/js/car_demand_plan/child/apply_plan_detail.js @@ -432,7 +432,7 @@ function setOperRecordInfo(list, obj) { } else if (item.auditType === '3') { dept = '项管中心'; } else if (item.auditType === '4') { - dept = '机具公司'; + dept = '智联装备云控公司'; } let remark = setNullValue(item.auditRemark); // 操作流程 @@ -511,9 +511,9 @@ function getCheckStatus(statusType, status) { } else if (statusType === 2) { company = "分公司"; } else if (statusType === 3) { - company = "项目管理中心"; + company = "项管中心"; } else if (statusType === 4) { - company = "机具公司"; + company = "智联装备云控公司"; } if (status === 1) { return "待" + company + "审核"; diff --git a/js/car_demand_plan/child/audit_form.js b/js/car_demand_plan/child/audit_form.js index 9321766..399b781 100644 --- a/js/car_demand_plan/child/audit_form.js +++ b/js/car_demand_plan/child/audit_form.js @@ -85,4 +85,4 @@ function closePage(type) { } } parent.layer.close(index); // 再执行关闭 -} \ No newline at end of file +}