@@ -116,15 +116,6 @@ export function getMaterialDetailOption(isEditMode = false) {
slot: true
},
{
- label: '确认数量',
- prop: 'confirmQuantity',
- type: 'number',
- precision: 2,
- width: 100,
- align: 'right',
- slot: true
- },
- {
label: '单价',
prop: 'unitPrice',
type: 'number',
@@ -81,11 +81,6 @@
<span>{{ formatFloatNumber(scope.row.availableQuantity) }}</span>
</template>
- <!-- 确认数量自定义模板 -->
- <template slot="confirmQuantity" slot-scope="scope">
- <span>{{ formatFloatNumber(scope.row.confirmQuantity) }}</span>
- </template>
-
<!-- 单价自定义模板 -->
<template slot="unitPrice" slot-scope="scope">
<el-input
@@ -290,4 +285,3 @@ export default {
}
</style>