1
This commit is contained in:
2025-07-09 19:30:27 +08:00
parent 9ac50dbd44
commit 1e1c8a2dfe

View File

@ -43,15 +43,6 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [
condition: (checkedList) => checkedList.includes('首单'),
resetOn: ['翻单']
},
{
title: '批色样',
options: ['寄成衣','寄色样'],
required: true,
level: 5,
parentOption: '加色',
condition: (checkedList) => checkedList.includes('加色'),
resetOn: ['首单', '无变动不需要修改', '需要打板', '不需要打板']
},
{
title: '批色样',
options: ['要批色样', '不要批色样'],
@ -72,13 +63,23 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [
},
{
title: '特殊订单',
options: ['换料寄面料样', '换料重新打板', '改尺寸重新打板','改尺寸不打版'],
options: ['换料寄面料样', '换料重新打板', '改尺寸重新打板','改尺寸不打版','加色'],
required: false,
level: 4,
parentOption: '有变动需要修改',
condition: (checkedList) => checkedList.includes('有变动需要修改'),
resetOn: ['首单', '无变动不需要修改']
},
{
title: '批色样',
options: ['需要打板','要批色样','不要批色样'],
required: true,
level: 5,
parentOption: '加色',
condition: (checkedList) => checkedList.includes('加色'),
resetOn: ['首单', '无变动不需要修改', '需要打板', '不需要打板']
},
{
title: '品类',
options: ['牛仔', '时装'],