This commit is contained in:
parent
fb2cfba2ec
commit
06ae05c16c
|
|
@ -184,7 +184,7 @@ function dispatchCarDetail(obj, type) {
|
||||||
title = '审核';
|
title = '审核';
|
||||||
}
|
}
|
||||||
obj.type = type;
|
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)
|
errorFn(xhr, status, error)
|
||||||
}, null);
|
}, null);
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,7 @@ function initTable() {
|
||||||
|
|
||||||
// 关联详情
|
// 关联详情
|
||||||
function reDetail(obj) {
|
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)
|
error(xhr)
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -309,7 +309,7 @@ function dispatchCarDetail(obj, type) {
|
||||||
title = '审核';
|
title = '审核';
|
||||||
}
|
}
|
||||||
obj.type = type;
|
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)
|
errorFn(xhr, status, error)
|
||||||
}, null);
|
}, null);
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -311,7 +311,7 @@ function applyPlanDetail(obj) {
|
||||||
if (!flag) {
|
if (!flag) {
|
||||||
return layer.msg('暂无派车批次数据', { icon: 7 });
|
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)
|
errorFn(xhr, status, error)
|
||||||
}, null);
|
}, null);
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue