This commit is contained in:
parent
5fb15aad7a
commit
06d85515af
|
|
@ -195,5 +195,5 @@ function exportExcel() {
|
|||
|
||||
// 查看来源
|
||||
function viewSource(obj) {
|
||||
openIframeByParamObj2("excess_inventory_source", "数据来源", "./excess_inventory_source.html", "92%", "95%", obj);
|
||||
openIframeByParamObj2("excess_inventory_source", "数据来源", "/page/demandPlan/child/excess_inventory_source.html", "92%", "95%", obj);
|
||||
}
|
||||
|
|
@ -163,5 +163,5 @@ function setNumColor(value, type) {
|
|||
|
||||
// 需求计划编号
|
||||
function demand_plan(obj){
|
||||
openIframeByParamObj2("demand_plan", "机具需求计划", "./apply_plan_detail.html", "92%", "95%", obj);
|
||||
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
|
@ -418,7 +418,7 @@ function handleNum(value) {
|
|||
|
||||
// 详情
|
||||
function openDetail() {
|
||||
openIframeByParamObj("view_plan", "需求计划", "./demand_plan_detail_list.html", "92%", "95%", objParam);
|
||||
openIframeByParamObj("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
|
||||
}
|
||||
|
||||
// 新增需求计划外机具
|
||||
|
|
@ -429,7 +429,7 @@ function addJjData() {
|
|||
if (jjDataArr && jjDataArr.length > 0) {
|
||||
params.jjDataArrStr = JSON.stringify(jjDataArr);
|
||||
}
|
||||
openIframeByParamObj("addJjData", '新增需求计划外机具', "./add_jj_data.html", '72%', '80%', params);
|
||||
openIframeByParamObj("addJjData", '新增需求计划外机具', "/page/demandPlan/child/add_jj_data.html", '72%', '80%', params);
|
||||
}
|
||||
|
||||
function addJjDatas(data) {
|
||||
|
|
|
|||
|
|
@ -195,5 +195,5 @@ function print() {
|
|||
|
||||
// 查看来源
|
||||
function viewSource(obj) {
|
||||
openIframeByParamObj2("viewSource", "数据来源", "./delivery_detail_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj2("viewSource", "数据来源", "/page/demandPlan/child/delivery_detail_list.html", "92%", "95%", obj);
|
||||
}
|
||||
|
|
@ -237,5 +237,5 @@ function print() {
|
|||
// 查看来源
|
||||
function viewSource(obj) {
|
||||
obj.typeParam = typeParam;
|
||||
openIframeByParamObj2("view_data_source_list", "数据来源", "./child/view_data_source_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj2("view_data_source_list", "数据来源", "/page/demandPlan/child/view_data_source_list.html", "92%", "95%", obj);
|
||||
}
|
||||
|
|
@ -212,5 +212,5 @@ function exportExcel() {
|
|||
|
||||
// 需求计划编号
|
||||
function demand_plan(obj) {
|
||||
openIframeByParamObj2("demand_plan", "机具需求计划", "./child/apply_plan_detail.html", "92%", "95%", obj);
|
||||
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||
}
|
||||
|
|
@ -274,25 +274,25 @@ function exportExcel() {
|
|||
|
||||
// 发货详情
|
||||
function deliveryDetail(obj) {
|
||||
openIframeByParamObj("deliveryDetail", "详情", "./child/delivery_detail_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("deliveryDetail", "详情", "/page/demandPlan/child/delivery_detail_list.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// 发货
|
||||
function sendGoods(obj) {
|
||||
openIframeByParamObj("sendGoods", "发货", "./child/send_goods_form.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("sendGoods", "发货", "/page/demandPlan/child/send_goods_form.html", "92%", "95%", obj);
|
||||
}
|
||||
|
||||
// type 1.总需求量 2.待发货量 3.已发货量
|
||||
function openViewData(type) {
|
||||
openIframeByParam("viewData", "数据概览", "./child/view_data_list.html", "92%", "95%", type);
|
||||
openIframeByParam("viewData", "数据概览", "/page/demandPlan/child/view_data_list.html", "92%", "95%", type);
|
||||
}
|
||||
|
||||
// type 1.超库存量 2.计划外量
|
||||
function earlyInfo(type) {
|
||||
openIframeByParam("viewData", "预警信息", "./child/early_info_list.html", "92%", "95%", type);
|
||||
openIframeByParam("viewData", "预警信息", "/page/demandPlan/child/early_info_list.html", "92%", "95%", type);
|
||||
}
|
||||
|
||||
// 需求计划
|
||||
function view_plan(obj) {
|
||||
openIframeByParamObj("view_plan", "需求计划", "./child/demand_plan_detail_list.html", "92%", "95%", obj);
|
||||
openIframeByParamObj("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", obj);
|
||||
}
|
||||
Loading…
Reference in New Issue