|
@@ -81,11 +81,6 @@
|
|
|
<span>{{ formatFloatNumber(scope.row.availableQuantity) }}</span>
|
|
<span>{{ formatFloatNumber(scope.row.availableQuantity) }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
- <!-- 确认数量自定义模板 -->
|
|
|
|
|
- <template slot="confirmQuantity" slot-scope="scope">
|
|
|
|
|
- <span>{{ formatFloatNumber(scope.row.confirmQuantity) }}</span>
|
|
|
|
|
- </template>
|
|
|
|
|
-
|
|
|
|
|
<!-- 单价自定义模板 -->
|
|
<!-- 单价自定义模板 -->
|
|
|
<template slot="unitPrice" slot-scope="scope">
|
|
<template slot="unitPrice" slot-scope="scope">
|
|
|
<el-input
|
|
<el-input
|
|
@@ -290,4 +285,3 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
-
|
|
|