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);
}
// 修改记录
@ -245,4 +245,4 @@ function isExistData(type, obj) {
errorFn(xhr, status, error)
}, null);
return flag;
}
}

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);
}
// 导出
@ -243,4 +243,4 @@ function delData(data) {
error(xhr)
});
})
}
}

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);
}
// 删除
@ -397,4 +397,4 @@ function isExistData(type, obj) {
errorFn(xhr, status, error)
}, null);
return flag;
}
}

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);
}
// 查询流程
@ -361,4 +361,4 @@ function isExistData(obj, type) {
errorFn(xhr, status, error)
}, null);
return flag;
}
}