Browse Source

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass

liyg 2 years ago
parent
commit
273b8f484e

+ 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', 'RMS']
+// let devModules = ['index', 'statisticalReport']
 // let devModules = ['all']
 
 // let devModules = ['index', 'ADMINISTRATORS']

+ 1 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/unloadingSteelReports.vue

@@ -709,6 +709,7 @@ export default {
             map.shipperId = 1
             map.mapList = arr
             map.isUploadEas = 1
+            map.operator = getCookie('loginName')
             saleOrderListMap.push(map)
           })
           this.axios