ellisran hace 2 días
padre
commit
d5f461ba58
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/const/shenpi.js

+ 2 - 2
app/const/shenpi.js

@@ -44,8 +44,8 @@ const sp_lc = [
     // { code: 'financial', type: sp_type.financial, name: '资金支付审批' },
     // { code: 'financial', type: sp_type.financial, name: '资金支付审批' },
     { code: 'phasePay', type: sp_type.phasePay, name: '合同支付审批' },
     { code: 'phasePay', type: sp_type.phasePay, name: '合同支付审批' },
     { code: 'inspection', type: sp_type.inspection, name: '质量巡检审批' },
     { code: 'inspection', type: sp_type.inspection, name: '质量巡检审批' },
-    { code: 'safe_payment', type: sp_type.payment, name: '安全计量审批' },
-    { code: 'safe_inspection', type: sp_type.inspection, name: '安全巡检审批' },
+    { code: 'safe_payment', type: sp_type.safe_payment, name: '安全计量审批' },
+    { code: 'safe_inspection', type: sp_type.safe_inspection, name: '安全巡检审批' },
 ];
 ];
 
 
 const sp_status = {
 const sp_status = {