Browse Source

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

jbb 1 year ago
parent
commit
67126e3136
1 changed files with 1 additions and 1 deletions
  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
                 }
               })