Commit 88a7081cdae9c9c65087bcb8572202ce3e5e3db0
1 parent
6a5d5595
feat: update
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/Order/constant.ts
... | ... | @@ -139,6 +139,7 @@ export const SALES_CODE_OPTIONS = [ |
139 | 139 | { label: 'MA_A_Mao', value: 'MA_A_Mao' }, |
140 | 140 | { label: 'CQ-2', value: 'CQ-2' }, |
141 | 141 | { label: 'JJ', value: 'JJ' }, |
142 | + { label: 'CQ-3', value: 'CQ-3' }, | |
142 | 143 | ]; |
143 | 144 | |
144 | 145 | export const HISTORY_OPT_TYPE = new Map<string, string>([ | ... | ... |