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