|
|
@@ -119,6 +119,15 @@ export const proofStatusFull = [ |
|
|
|
//{ key: 5, i18nLabel: 'Cancelled', labelCht: '已取消', label:'Cancelled', type: 'Cancelled' }, |
|
|
|
]; |
|
|
|
|
|
|
|
export const proofStatus_GLD= [ |
|
|
|
{ key: 0, i18nLabel: 'all', labelCht: '全部', label: 'All', type: 'all' }, |
|
|
|
{ key: 1, i18nLabel: 'proofConfirmed', labelCht: '可以付印', label:'Confirmed', type: 'Confirmed' }, |
|
|
|
{ key: 2, i18nLabel: 'proofReProofing', labelCht: '未能付印', label:'Re-proofing', type: 'Re-proofing' }, // submitted and reviewed |
|
|
|
{ key: 3, i18nLabel: 'proofNoReply', labelCht: '回覆逾時', label:'No Reply', type: 'No Reply' }, |
|
|
|
{ key: 4, i18nLabel: 'proofPendingReply', labelCht: '未回覆', label:'Pending Reply', type: 'Pending Reply' }, |
|
|
|
{ key: 5, 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' }, |
|
|
|