Browse Source

提交增加储存参数出口

wenmenghao321 1 year ago
parent
commit
313910d2ca

+ 1 - 0
src/jfw/modules/app/src/web/templates/dataExport/dataExport.html

@@ -1394,6 +1394,7 @@
                     } else {
                       if (data._id !== "") {
                         // window.location.href = "/jyapp/front/dataExport/toCreateOrderPage?id=" + data._id + "&source=d&payway=" + pay_way + "&dataspec=" + data_spec;
+                        sessionStorage.setItem('goScreen','1'); // 储存参数 返回页面不使用接口回显使用已存本地存储
                         window.location.href = "/jy_mobile/dataexport/limitpreview/" + data._id + '?type=senior';
                       }
                     }

+ 1 - 0
src/web/templates/weixin/dataExport/dataExport.html

@@ -1406,6 +1406,7 @@
                       if(data._id!==""){
                         // /front/wx_dataExport/submitOrder
                         // window.location.href="/jy_mobile/common/order/create/dataexport?id="+data._id+"&source=d&dataspec="+data_spec;
+                        sessionStorage.setItem('goScreen','1'); // 储存参数 返回页面不使用接口回显使用已存本地存储
                         window.location.href = "/jy_mobile/dataexport/limitpreview/" + data._id + '?type=senior';
                       }
                     }