Redeem 1 рік тому
батько
коміт
20bfa488b3

+ 0 - 1
src/components/DilCommonUI/packages/table/src/table.js

@@ -138,7 +138,6 @@ export default {
               this.$nextTick(() => {
                 this.$refs.mainTable.clearSelection()
               })
-
               //this.$refs.mainTable.getTableConfig();
               this.isShow = true
               this.loading = false

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

@@ -2318,13 +2318,6 @@ export default {
           .then(res => {
             this.steelMap = res.data.data
             this.steelMap.userName = getCookie('loginName')
-            let inboundWarehouse = null
-            if (getCookie('orgCode') == 'ouyechangwaiku') {
-              inboundWarehouse = getCookie('loginName')
-              this.steelMap.mapList.forEach(item => {
-                item.inboundWarehouse = inboundWarehouse
-              })
-            }
             this.confireInboundVisible = true
             this.getSpanArr1(res.data.data.mapList)
           })