diff --git a/js/demandPlan/child/excess_inventory_list.js b/js/demandPlan/child/excess_inventory_list.js index 0844f46..bc35da3 100644 --- a/js/demandPlan/child/excess_inventory_list.js +++ b/js/demandPlan/child/excess_inventory_list.js @@ -195,5 +195,5 @@ function exportExcel() { // 查看来源 function viewSource(obj) { - openIframeByParamObj2("excess_inventory_source", "数据来源", "../demandPlan/child/excess_inventory_source.html", "92%", "95%", obj); + openIframeByParamObj2("excess_inventory_source", "数据来源", "./excess_inventory_source.html", "92%", "95%", obj); } \ No newline at end of file diff --git a/js/demandPlan/child/unplanned_quantity_list.js b/js/demandPlan/child/unplanned_quantity_list.js index b0d0a32..960b9b5 100644 --- a/js/demandPlan/child/unplanned_quantity_list.js +++ b/js/demandPlan/child/unplanned_quantity_list.js @@ -195,5 +195,5 @@ function print() { // 查看来源 function viewSource(obj) { - openIframeByParamObj2("viewSource", "数据来源", "../demandPlan/child/delivery_detail_list.html", "92%", "95%", obj); + openIframeByParamObj2("viewSource", "数据来源", "./delivery_detail_list.html", "92%", "95%", obj); } \ No newline at end of file diff --git a/js/demandPlan/child/view_data_list.js b/js/demandPlan/child/view_data_list.js index 873c8ec..0cd2e86 100644 --- a/js/demandPlan/child/view_data_list.js +++ b/js/demandPlan/child/view_data_list.js @@ -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", "数据来源", "demandPlan/child/view_data_source_list.html", "92%", "95%", obj); } \ No newline at end of file