This commit is contained in:
parent
f12763b016
commit
ee25fa6314
|
|
@ -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);
|
||||
}
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
@ -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);
|
||||
}
|
||||
Loading…
Reference in New Issue