luobang 1 jaar geleden
bovenliggende
commit
f39f64da35

+ 1 - 1
build/utils.js

@@ -17,7 +17,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
 
 // let devModules = ['all']
-// let devModules = ['index', 'statisticalReport', 'sale', 'appoint']
+// let devModules = ['index', 'statisticalReport']
 let devModules = ['all']
 // let devModules = ['index', 'ADMINISTRATORS']
 

+ 1 - 1
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -5109,7 +5109,7 @@ export default {
             '&saler=' +
             saler +
             '&easPrimaryId=' +
-            easPrimaryId,
+            encodeURIComponent(easPrimaryId),
           obj,
           {
             timeout: 10 * 60 * 1000