| | |
| | | label="规格型号" /> |
| | | <el-table-column prop="unit" |
| | | label="单位" /> |
| | | <el-table-column prop="packagingSpec" |
| | | label="件数" /> |
| | | <el-table-column prop="quantity" |
| | | label="数量" /> |
| | | <el-table-column prop="taxInclusiveUnitPrice" |
| | |
| | | show-overflow-tooltip /> |
| | | <el-table-column prop="specificationModel" |
| | | label="规格型号" |
| | | show-overflow-tooltip /> |
| | | <el-table-column prop="packagingSpec" |
| | | label="件数" |
| | | show-overflow-tooltip /> |
| | | <el-table-column prop="deliveryQuantity" |
| | | label="发货数量" |
| | |
| | | productName: item.productName ?? row.productName ?? "--", |
| | | specificationModel: |
| | | item.specificationModel ?? item.model ?? row.specificationModel ?? "--", |
| | | packagingSpec: |
| | | item.packagingSpec ?? row.packagingSpec ?? "--", |
| | | deliveryQuantity: |
| | | item.deliveryQuantity ?? |
| | | item.quantity ?? |