|
|
@@ -196,7 +196,7 @@
|
|
|
<template slot="append"> </template>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="单价" prop="unitPrice" width="200" align="center">
|
|
|
+ <!-- <el-table-column label="单价" prop="unitPrice" width="200" align="center">
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
<template v-if="row.isSave">
|
|
|
<span>{{ row.unitPrice }}</span>
|
|
|
@@ -215,8 +215,8 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="金额" align="center" prop="totalMoney" :show-overflow-tooltip="true">
|
|
|
+ </el-table-column> -->
|
|
|
+ <!-- <el-table-column label="金额" align="center" prop="totalMoney" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
{{
|
|
|
changeCount(
|
|
|
@@ -224,7 +224,7 @@
|
|
|
)
|
|
|
}}
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="供应商" align="center" prop="supplierId" width="200" :show-overflow-tooltip="true">
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
<template v-if="row.isSave || row.supplierId">
|