This commit is contained in:
jiang 2025-07-08 16:29:36 +08:00
parent fb2cfba2ec
commit 06ae05c16c
4 changed files with 8 additions and 8 deletions

View File

@ -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);
}
// 修改记录

View File

@ -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);
}
// 导出

View File

@ -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);
}
// 删除

View File

@ -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);
}
// 查询流程