Redeem 1 år sedan
förälder
incheckning
9d7e5777bc
2 ändrade filer med 10 tillägg och 2 borttagningar
  1. 2 2
      build/utils.js
  2. 8 0
      src/views/OYE/components/oYeTransResult.vue

+ 2 - 2
build/utils.js

@@ -16,9 +16,9 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
 
-// let devModules = ['all']
-// let devModules = ['index', 'OYE', 'statisticalReport']
 let devModules = ['all']
+// let devModules = ['index', 'OYE']
+// let devModules = ['all']
 // let devModules = ['index', 'OYE', 'RMS']
 
 if (pathSrc.indexOf('node_modules') > -1) {

+ 8 - 0
src/views/OYE/components/oYeTransResult.vue

@@ -2301,6 +2301,12 @@ export default {
           )
           .then(res => {
             this.steelMap = res.data.data
+            if (getCookie('orgCode') == 'ouyechangwaiku') {
+              let inboundWarehouse = getCookie('loginName')
+              this.steelMap.mapList = this.steelMap.mapList.filter(item => {
+                return item.inboundWarehouse == inboundWarehouse
+              })
+            }
             this.steelMap.userName = getCookie('loginName')
             this.confireInboundVisible = true
             this.getSpanArr1(res.data.data.mapList)
@@ -3893,12 +3899,14 @@ export default {
         )
         .then(res => {
           this.steelMap = res.data.data
+
           this.steelMap.userName = getCookie('loginName')
           this.addressId = row.shipperAddressId
           this.getAllProvince()
           this.onchangeProvince()
           this.onchangeCity()
           this.centerDialogVisible = true
+
           this.getSpanArr1(res.data.data.mapList)
         })
     },