|
@@ -42,7 +42,11 @@ export const TableColumns = [
|
|
|
{ key: "puDeptName", title: "采购部门" },
|
|
|
// { key: "customer", title: "收货客户" },
|
|
|
{ key: "customerName", title: "收货客户" },
|
|
|
- { key: "isDeliver", title: "是否发货" },
|
|
|
+ {
|
|
|
+ key: "isDeliver",
|
|
|
+ title: "是否发货",
|
|
|
+ inputType: 'Checkbox',
|
|
|
+ },
|
|
|
{
|
|
|
key: "isArrival",
|
|
|
title: "到货超期",
|