This commit is contained in:
parent
6d6ea75ba7
commit
72bba04da3
|
|
@ -161,5 +161,5 @@ function numToChinese(num) {
|
||||||
|
|
||||||
// 查看需求计划
|
// 查看需求计划
|
||||||
function openDetail() {
|
function openDetail() {
|
||||||
openIframeByParamObj2("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
|
openIframeByParamObj2("view_plan", "需求计划", "../../../page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
|
||||||
}
|
}
|
||||||
|
|
@ -176,5 +176,5 @@ function exportExcel() {
|
||||||
|
|
||||||
// 需求计划编号
|
// 需求计划编号
|
||||||
function plan_detail(obj) {
|
function plan_detail(obj) {
|
||||||
openIframeByParamObj2("plan_detail", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
openIframeByParamObj2("plan_detail", "机具需求计划", "../../../page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||||
}
|
}
|
||||||
|
|
@ -195,5 +195,5 @@ function exportExcel() {
|
||||||
|
|
||||||
// 查看来源
|
// 查看来源
|
||||||
function viewSource(obj) {
|
function viewSource(obj) {
|
||||||
openIframeByParamObj2("excess_inventory_source", "数据来源", "/page/demandPlan/child/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){
|
function demand_plan(obj){
|
||||||
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
openIframeByParamObj2("demand_plan", "机具需求计划", "../../../page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||||
}
|
}
|
||||||
|
|
@ -195,5 +195,5 @@ function print() {
|
||||||
|
|
||||||
// 查看来源
|
// 查看来源
|
||||||
function viewSource(obj) {
|
function viewSource(obj) {
|
||||||
openIframeByParamObj2("viewSource", "数据来源", "/page/demandPlan/child/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) {
|
function viewSource(obj) {
|
||||||
obj.typeParam = typeParam;
|
obj.typeParam = typeParam;
|
||||||
openIframeByParamObj2("view_data_source_list", "数据来源", "/page/demandPlan/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) {
|
function demand_plan(obj) {
|
||||||
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
openIframeByParamObj2("demand_plan", "机具需求计划", "../../../page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue