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