ellisran il y a 1 jour
Parent
commit
09f8fda9a4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/const/shenpi.js

+ 2 - 2
app/const/shenpi.js

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