diff --git a/js/car_basic/child/driver_re_detail.js b/js/car_basic/child/driver_re_detail.js index 0d27506..f721a0e 100644 --- a/js/car_basic/child/driver_re_detail.js +++ b/js/car_basic/child/driver_re_detail.js @@ -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; -} \ No newline at end of file +} diff --git a/js/car_basic/driver_white_list.js b/js/car_basic/driver_white_list.js index 6958927..7d79745 100644 --- a/js/car_basic/driver_white_list.js +++ b/js/car_basic/driver_white_list.js @@ -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) }); }) -} \ No newline at end of file +} diff --git a/js/car_demand_plan/child/dispatch_car_pro_detail.js b/js/car_demand_plan/child/dispatch_car_pro_detail.js index 69285fe..a3a49a8 100644 --- a/js/car_demand_plan/child/dispatch_car_pro_detail.js +++ b/js/car_demand_plan/child/dispatch_car_pro_detail.js @@ -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; -} \ No newline at end of file +} diff --git a/js/car_demand_plan/dispatch_input_list.js b/js/car_demand_plan/dispatch_input_list.js index 02a33fc..e208d60 100644 --- a/js/car_demand_plan/dispatch_input_list.js +++ b/js/car_demand_plan/dispatch_input_list.js @@ -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; -} \ No newline at end of file +}