Qukaidi 4 년 전
부모
커밋
9fd94f92d9
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 1 - 2
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -2001,9 +2001,8 @@
         >
           <template slot-scope="scope">
             <span v-if="item.label == 'fGoodsid'">
-              {{ fGoodsid | goodsFormat(goodsOptions)}}
+              {{ scope.row.fGoodsid | goodsFormat(goodsOptions) }}
             </span>
-
             <span v-else-if="item.label == 'fQtyblc2'">
               <el-input
                 @change="qtyChange(scope.row)"