9 小时以前 35722562e9e13f0504acc15b740d042ecb810199
src/packages/constants/src/dict-enum.ts
@@ -298,6 +298,16 @@
  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 往来企业类型
@@ -352,6 +362,7 @@
  ...MP_DICT,
  ...PAY_DICT,
  ...MALL_DICT,
  ...QC_REPORT_DICT,
  ...SYSTEM_DICT,
  ...COMMON_DICT,
} as const;