|
|
@@ -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: '安全巡检审批' },
|
|
|
];
|
|
|
|