| | |
| | | }, |
| | | }, |
| | | { |
| | | prop: "type", |
| | | label: "煤料类型", |
| | | minWidth: 120, |
| | | formatter: (row) => { |
| | | return row.type === 1 ? "成品" : "原料"; |
| | | }, |
| | | }, |
| | | { |
| | | prop: "coalId", |
| | | label: "煤种类型", |
| | | minWidth: 120, |
| | |
| | | { prop: "purchaseQuantity", label: "采购数量", minWidth: 100 }, |
| | | { prop: "priceIncludingTax", label: "单价(含税)", minWidth: 150 }, |
| | | { prop: "totalPriceIncludingTax", label: "总价(含税)", minWidth: 100 }, |
| | | { prop: "licensePlate", label: "车牌号", minWidth: 100 }, |
| | | { prop: "freight", label: "运费", minWidth: 100 }, |
| | | { prop: "taxRate", label: "税率", minWidth: 100 }, |
| | | { prop: "priceExcludingTax", label: "不含税单价", minWidth: 100 }, |