|
|
@@ -110,6 +110,15 @@ export const proofStatus = [ |
|
|
|
{ key: 2, i18nLabel: 'pendingReply', labelCht: '未回覆', label:'Pending Reply', type: 'F' }, |
|
|
|
]; |
|
|
|
|
|
|
|
export const proofStatusFull = [ |
|
|
|
{ key: 0, i18nLabel: 'all', labelCht: '全部', label: 'All', type: 'all' }, |
|
|
|
{ key: 1, i18nLabel: 'Confirmed', labelCht: '可以付印', label:'Confirmed', type: 'Confirmed' }, |
|
|
|
{ key: 1, i18nLabel: 'Re-proofing', labelCht: '未能付印', label:'Re-proofing', type: 'Re-proofing' }, // submitted and reviewed |
|
|
|
{ key: 2, i18nLabel: 'No Reply', labelCht: '回覆逾時', label:'No Reply', type: 'No Reply' }, |
|
|
|
{ key: 2, i18nLabel: 'Pending Reply', labelCht: '未回覆', label:'Pending Reply', type: 'Pending Reply' }, |
|
|
|
{ key: 2, i18nLabel: 'Cancelled', labelCht: '已取消', label:'Cancelled', type: 'Cancelled' }, |
|
|
|
]; |
|
|
|
|
|
|
|
export const paymentStatus = [ |
|
|
|
{ key: 0, i18nLabel: 'all', labelCht: '全部', label: 'All', type: 'all' }, |
|
|
|
{ key: 1, i18nLabel: 'success', labelCht: '成功', label:'Success', type: 'APPR' }, |
|
|
|