Qukaidi 4 éve
szülő
commit
9fd94f92d9
1 módosított fájl, 1 hozzáadás és 2 törlés
  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)"