This commit is contained in:
cwchen 2024-11-11 16:50:17 +08:00
parent ee25fa6314
commit 6d6ea75ba7
7 changed files with 7 additions and 7 deletions

View File

@ -161,5 +161,5 @@ function numToChinese(num) {
// 查看需求计划
function openDetail() {
openIframeByParamObj2("view_plan", "需求计划", "../demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
openIframeByParamObj2("view_plan", "需求计划", "/page/demandPlan/child/demand_plan_detail_list.html", "92%", "95%", objParam);
}

View File

@ -176,5 +176,5 @@ function exportExcel() {
// 需求计划编号
function plan_detail(obj) {
openIframeByParamObj2("plan_detail", "机具需求计划", "../demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
openIframeByParamObj2("plan_detail", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
}

View File

@ -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);
}

View File

@ -163,5 +163,5 @@ function setNumColor(value, type) {
// 需求计划编号
function demand_plan(obj){
openIframeByParamObj2("demand_plan", "机具需求计划", "../demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
}

View File

@ -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);
}

View File

@ -237,5 +237,5 @@ function print() {
// 查看来源
function viewSource(obj) {
obj.typeParam = typeParam;
openIframeByParamObj2("view_data_source_list", "数据来源", "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);
}

View File

@ -212,5 +212,5 @@ function exportExcel() {
// 需求计划编号
function demand_plan(obj) {
openIframeByParamObj2("demand_plan", "机具需求计划", "../demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
openIframeByParamObj2("demand_plan", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj);
}