|
|
@@ -44,8 +44,8 @@ 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.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 = {
|