Browse Source

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

xiaosonghong 2 tháng trước cách đây
mục cha
commit
6dde167db1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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