Commit e81b808ce09728ac865ffd5046eb32d4fd819540

Authored by zhongnanhuang
1 parent 3a34a80d

feat: update 申请开票,部分开票

Showing 1 changed file with 2 additions and 1 deletions
src/pages/Order/constant.ts
... ... @@ -128,6 +128,7 @@ export const FINANCIAL_STATUS_OPTIONS = {
128 128 };
129 129  
130 130 export const AFTER_INVOICING_STATUS = {
  131 + APPLY_FOR_INVOICING: '申请开票',
131 132 PARTIAL_INVOICING: '部分开票',
132 133 COMPLETE_INVOICING: '完全开票',
133 134 };
... ... @@ -369,7 +370,7 @@ export const MAIN_ORDER_COLUMNS = [
369 370 valueEnum: enumToProTableEnumValue(INVOCING_STATUS_OPTIONS),
370 371 },
371 372 {
372   - title: '是否完全开票',
  373 + title: '开票状态',
373 374 dataIndex: 'afterInvoicingStatus',
374 375 valueType: 'select',
375 376 hideInTable: true,
... ...