1
1
This commit is contained in:
22
src/App.tsx
22
src/App.tsx
@ -461,8 +461,7 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
// PLT 客户配置
|
||||||
// RBE 客户配置 - 简化示例
|
|
||||||
{
|
{
|
||||||
title: 'BE',
|
title: 'BE',
|
||||||
options: [
|
options: [
|
||||||
@ -544,12 +543,17 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '复杂度',
|
title: '复杂度',
|
||||||
options: ['简单款', '基础款', '复杂款'],
|
options: ['简单工艺(普通缝制、基础款T恤、常规裤装)', '中等工艺', '复杂工艺(立体裁剪、特殊刺绣、多色渐变印染、立体剪裁、特殊压褶)'],
|
||||||
|
required: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '订单量',
|
||||||
|
options: ['<500', '500-2000', '>2000'],
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '二次工艺',
|
title: '二次工艺',
|
||||||
options: ['绣花', '印花'],
|
options: ['绣花', '印花','压胶','烫标'],
|
||||||
multiple: true,
|
multiple: true,
|
||||||
required: false
|
required: false
|
||||||
},
|
},
|
||||||
@ -610,15 +614,15 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [
|
|||||||
{
|
{
|
||||||
title: '面料特性',
|
title: '面料特性',
|
||||||
options: [
|
options: [
|
||||||
'普通面料(纯棉、常规化纤)',
|
'普通面料(针织净色、针织提花)',
|
||||||
'特殊面料(真丝、皮革、功能性面料)',
|
'特殊面料(复合、烫金)',
|
||||||
'易损面料(薄纱、蕾丝)'
|
'易损面料(珠片、蕾丝)'
|
||||||
],
|
],
|
||||||
required: false
|
required: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// RBE 客户配置 - 简化示例
|
|
||||||
{
|
{
|
||||||
title: 'RIVER ISLAND',
|
title: 'RIVER ISLAND',
|
||||||
options: [
|
options: [
|
||||||
|
Reference in New Issue
Block a user