Commit 8412cd3e6c4b934c0f107e0ec529850d4ea963ac
1 parent
76b1905a
feat: update
Showing
1 changed file
with
2 additions
and
0 deletions
src/pages/Order/constant.ts
... | ... | @@ -120,6 +120,7 @@ export const SALES_CODE_OPTIONS = [ |
120 | 120 | { label: 'HQ-6_smile', value: 'HQ-6_smile' }, |
121 | 121 | { label: 'HQ-7_Yvonne', value: 'HQ-7_Yvonne' }, |
122 | 122 | { label: 'HQ-8_Daniel', value: 'HQ-8_Daniel' }, |
123 | + { label: 'HQ-9_Wendy', value: 'HQ-9_Wendy' }, | |
123 | 124 | { label: 'W_strong', value: 'W_strong' }, |
124 | 125 | { label: 'W-1_Alice', value: 'W-1_Alice' }, |
125 | 126 | { label: 'W-2_Demi', value: 'W-2_Demi' }, |
... | ... | @@ -145,6 +146,7 @@ export const SALES_CODE_OPTIONS = [ |
145 | 146 | { label: 'GW-4_Lynn', value: 'GW-4_Lynn' }, |
146 | 147 | { label: 'GW-6_smile', value: 'GW-6_smile' }, |
147 | 148 | { label: 'GW-7_Yvonne', value: 'GW-7_Yvonne' }, |
149 | + { label: 'GW-9_Wendy', value: 'GW-9_Wendy' }, | |
148 | 150 | { label: 'W-9_Jack', value: 'W-9_Jack' }, |
149 | 151 | { label: 'W-8_Andy', value: 'W-8_Andy' }, |
150 | 152 | { label: 'CQ_Peter', value: 'CQ_Peter' }, | ... | ... |