|
|
@ -227,12 +227,12 @@ export const BomInner = [ |
|
|
|
// 客户信息 20230328
|
|
|
|
export const Customer = [ |
|
|
|
{ |
|
|
|
label: "客户名称", |
|
|
|
prop: "name", |
|
|
|
label: "客户代码", |
|
|
|
prop: "code", |
|
|
|
fixed: "left", |
|
|
|
type: "name" |
|
|
|
}, |
|
|
|
{ label: "客户代码", prop: "code" }, |
|
|
|
{ label: "客户名称", prop: "name" }, |
|
|
|
{ label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" }, |
|
|
|
{ label: "联系人", prop: "contacts" }, |
|
|
|
{ label: "电话", prop: "phone" }, |
|
|
|