|
|
@@ -8,6 +8,7 @@ export function handleColumns() {
|
|
|
{ title: '品种', key: 'deliverygoodsname', align: 'center', width: 140 },
|
|
|
{ title: '商品', key: 'wrtypename', align: 'center', width: 400 },
|
|
|
{ title: '仓库', key: 'warehousename', align: 'center', width: 200 },
|
|
|
+ { title: '交收月', key: 'deliverymonth', align: 'center', width: 120 },
|
|
|
{ title: '价格', key: 'fixedprice', align: 'center', width: 120 },
|
|
|
{ title: '议价', key: 'canbargain', align: 'center', width: 80 },
|
|
|
{ title: '数量', key: 'orderqty', align: 'center', width: 120 },
|