소스 검색

广晟库出库查询逻辑修改。

xiaosonghong 2 달 전
부모
커밋
6dde167db1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/OYE/components/oYeTransResult.vue

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

@@ -2353,9 +2353,11 @@ export default {
             console.log(this.steelMap, 'this.steelMap')
             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