| | |
| | | <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.quantityStock" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="税率(%)" prop="taxRate" width="120" /> |
| | | <el-table-column |
| | | label="含税单价(元)" |
| | | prop="taxInclusiveUnitPrice" |
| | | :formatter="formattedNumber" |
| | | width="150" |
| | | /> |
| | | <el-table-column |
| | | label="含税总价(元)" |
| | | prop="taxInclusiveTotalPrice" |
| | | :formatter="formattedNumber" |
| | | width="150" |
| | | /> |
| | | <el-table-column |
| | | label="不含税总价(元)" |
| | | prop="taxExclusiveTotalPrice" |
| | | :formatter="formattedNumber" |
| | | width="150" |
| | | /> |
| | | <!-- <el-table-column label="税率(%)" prop="taxRate" width="120" />--> |
| | | <!-- <el-table-column--> |
| | | <!-- label="含税单价(元)"--> |
| | | <!-- prop="taxInclusiveUnitPrice"--> |
| | | <!-- :formatter="formattedNumber"--> |
| | | <!-- width="150"--> |
| | | <!-- />--> |
| | | <!-- <el-table-column--> |
| | | <!-- label="含税总价(元)"--> |
| | | <!-- prop="taxInclusiveTotalPrice"--> |
| | | <!-- :formatter="formattedNumber"--> |
| | | <!-- width="150"--> |
| | | <!-- />--> |
| | | <!-- <el-table-column--> |
| | | <!-- label="不含税总价(元)"--> |
| | | <!-- prop="taxExclusiveTotalPrice"--> |
| | | <!-- :formatter="formattedNumber"--> |
| | | <!-- width="150"--> |
| | | <!-- />--> |
| | | </el-table> |
| | | </el-form> |
| | | <template #footer> |