This commit is contained in:
parent
bff77705e5
commit
bd2585a949
|
|
@ -274,25 +274,25 @@ function exportExcel() {
|
|||
|
||||
// 发货详情
|
||||
function deliveryDetail(obj) {
|
||||
openIframeByParamObj("deliveryDetail", "详情", "/page/demandPlan/child/delivery_detail_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("deliveryDetail", "详情", "../demandPlan/child/delivery_detail_list.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 发货
|
||||
function sendGoods(obj) {
|
||||
openIframeByParamObj("sendGoods", "发货", "/page/demandPlan/child/send_goods_form.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("sendGoods", "发货", "../demandPlan/child/send_goods_form.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// type 1.总需求量 2.待发货量 3.已发货量
|
||||
function openViewData(type) {
|
||||
openIframeByParam("viewData", "数据概览", "/page/demandPlan/child/view_data_list.html", "92%", "95%", type);
|
||||
openIframeByParam("viewData", "数据概览", "../demandPlan/child/view_data_list.html", "92%", "95%", type);
|
||||
}
|
||||
|
||||
// type 1.超库存量 2.计划外量
|
||||
function earlyInfo(type) {
|
||||
openIframeByParam("viewData", "预警信息", "/page/demandPlan/child/early_info_list.html", "92%", "95%", type);
|
||||
openIframeByParam("viewData", "预警信息", "../demandPlan/child/early_info_list.html", "92%", "95%", type);
|
||||
}
|
||||
|
||||
// 需求计划
|
||||
function view_plan(obj) {
|
||||
openIframeByParamObj("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("view_plan", "需求计划", "../demandPlan/child/demand_plan_detail_list.html", "92%", "95%", obj);
|
||||
}
|
||||
Loading…
Reference in New Issue