This commit is contained in:
parent
fb2cfba2ec
commit
06ae05c16c
|
|
@ -184,7 +184,7 @@ function dispatchCarDetail(obj, type) {
|
|||
title = '审核';
|
||||
}
|
||||
obj.type = type;
|
||||
openIframeByParamObj2("dispatchCarDetail", title, "../car_demand_plan/child/dispatch_car_detail.html", "92%", "95%", obj, 2);
|
||||
openIframeByParamObj2("dispatchCarDetail", title, "../car_demand_plan/child/dispatch_car_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 修改记录
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ function initTable() {
|
|||
|
||||
// 关联详情
|
||||
function reDetail(obj) {
|
||||
openIframeByParamObj("reDetail", "关联详情", "./child/driver_re_detail.html", "92%", "95%", obj, 1);
|
||||
openIframeByParamObj("reDetail", "关联详情", "./child/driver_re_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 导出
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ function dispatchCarDetail(obj, type) {
|
|||
title = '审核';
|
||||
}
|
||||
obj.type = type;
|
||||
openIframeByParamObj2("dispatchCarDetail", title, "../car_demand_plan/child/dispatch_car_detail.html", "92%", "95%", obj, 2);
|
||||
openIframeByParamObj2("dispatchCarDetail", title, "../car_demand_plan/child/dispatch_car_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 删除
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ function applyPlanDetail(obj) {
|
|||
if (!flag) {
|
||||
return layer.msg('暂无派车批次数据', { icon: 7 });
|
||||
}
|
||||
openIframeByParamObj("apply_plan_detail", "详情", "./child/dispatch_input_detail.html", "92%", "95%", obj, 1);
|
||||
openIframeByParamObj("apply_plan_detail", "详情", "./child/dispatch_input_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 查询流程
|
||||
|
|
|
|||
Loading…
Reference in New Issue