数据录入扩展保存类型

parent 9603fdaf
......@@ -530,7 +530,10 @@ private void GetUnitClassification(List<HandsonCellData> setdata,UnitType unitTy
public void SaveCollectData(int allotId, SaveCollectData request)
{
var types = new[] { (int)SheetType.Employee, (int)SheetType.OtherIncome, (int)SheetType.Expend, (int)SheetType.Workload,
(int)SheetType.ClinicEmployee, (int)SheetType.AccountExtra, (int)SheetType.PersonExtra, (int)SheetType.LogisticsEmployee};
(int)SheetType.ClinicEmployee, (int)SheetType.AccountExtra, (int)SheetType.PersonExtra, (int)SheetType.LogisticsEmployee,
(int)SheetType.AccountExtra, (int)SheetType.AccountDrugAssess, (int)SheetType.AccountMaterialsAssess, (int)SheetType.AccountScoreAverage,
(int)SheetType.BudgetRatio, (int)SheetType.AssessBeforeOtherFee, (int)SheetType.AccountAdjustLaterOtherFee, (int)SheetType.WorkloadMedicineProp,
(int)SheetType.WorkloadCMI, (int)SheetType.WorkloadIncline};
if (!types.Contains(request.SheetType))
throw new PerformanceException("当前SHEET页信息错误");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment