浏览代码

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

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
                 }
               })