소스 검색

成本分配表-辅料-弹窗信息数据源修改

jbb 1 년 전
부모
커밋
67126e3136
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -779,7 +779,7 @@ export default {
             this.$refs.ingInQuaModal.data = record.syTransfers
             if(this.fList.length!==0){
               this.fList.map(item=>{
-                if(item.goodsName == record.goodsName){
+                if(item.goodsName == record.goodsName &&item.syTransfers){
                   this.$refs.ingInQuaModal.data = item.syTransfers
                 }
               })