Qukaidi 4 tahun lalu
induk
melakukan
9fd94f92d9
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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)"