| | |
| | | CRM_PRODUCT_UNIT: 'crm_product_unit', // CRM 产品单位 |
| | | CRM_RECEIVABLE_RETURN_TYPE: 'crm_receivable_return_type', // CRM 回款的还款方式 |
| | | CRM_INVOICE_TYPE: 'crm_invoice_type', // CRM 发票类型 |
| | | CRM_SALES_TARGET_PERIOD_TYPE: 'crm_sales_target_period_type', // CRM 销售目标周期类型 |
| | | CRM_SALES_TARGET_DIMENSION: 'crm_sales_target_dimension', // CRM 销售目标维度 |
| | | CRM_SALES_TARGET_STATUS: 'crm_sales_target_status', // CRM 销售目标状态 |
| | | } as const; |
| | | |
| | | /** ========== AFTERSALES - 售后服务模块 ========== */ |
| | |
| | | MES_DV_REPAIR_RESULT: 'mes_dv_repair_result', // MES 维修结果 |
| | | MES_DV_CHECK_RECORD_STATUS: 'mes_dv_check_record_status', // MES 点检记录状态 |
| | | MES_DV_CHECK_RESULT: 'mes_dv_check_result', // MES 点检结果 |
| | | MES_DV_METERING_CATEGORY: 'mes_dv_metering_category', // MES 计量器具类别 |
| | | MES_DV_METERING_STATUS: 'mes_dv_metering_status', // MES 计量器具状态 |
| | | MES_DV_METERING_CHECK_RESULT: 'mes_dv_metering_check_result', // MES 计量检测结论 |
| | | MES_PRO_LINK_TYPE: 'mes_pro_link_type', // MES 工序关系类型 |
| | | MES_PRO_WORK_ORDER_STATUS: 'mes_pro_work_order_status', // MES 生产工单状态 |
| | | ORDER_PRODUCTION_STATUS: 'order_production_status', // 生产订单状态 |
| | | MES_PRO_WORK_ORDER_TYPE: 'mes_pro_work_order_type', // MES 工单类型 |
| | | MES_PRO_WORK_ORDER_SOURCE_TYPE: 'mes_pro_work_order_source_type', // MES 工单来源类型 |
| | | MES_PRO_TASK_STATUS: 'mes_pro_task_status', // MES 生产任务状态 |
| | |
| | | MES_NCR_DISPOSITION: 'mes_ncr_disposition', // MES 不合格品处置方式 |
| | | } as const; |
| | | |
| | | /** ========== QCReport - 智能质检报告设计平台 ========== */ |
| | | const QC_REPORT_DICT = { |
| | | QC_REPORT_TEMPLATE_STATUS: 'qc_report_template_status', // 报告模板状态 |
| | | QC_REPORT_VERSION_STATUS: 'qc_report_version_status', // 报告模板版本状态 |
| | | QC_REPORT_INSTANCE_STATUS: 'qc_report_instance_status', // 报告实例状态 |
| | | QC_REPORT_INDUSTRY: 'qc_report_industry', // 报告所属行业 |
| | | QC_REPORT_PAGE_SIZE: 'qc_report_page_size', // 报告纸张尺寸 |
| | | QC_REPORT_ORIENTATION: 'qc_report_orientation', // 报告纸张方向 |
| | | } as const; |
| | | |
| | | /** ========== WMS - 仓储管理模块 ========== */ |
| | | const WMS_DICT = { |
| | | WMS_MERCHANT_TYPE: 'merchant_type', // WMS 往来企业类型 |
| | |
| | | ...MP_DICT, |
| | | ...PAY_DICT, |
| | | ...MALL_DICT, |
| | | ...QC_REPORT_DICT, |
| | | ...SYSTEM_DICT, |
| | | ...COMMON_DICT, |
| | | } as const; |