From f1c258211a7bcc79cb7b86e6007a27afebb24e21 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期一, 18 十月 2021 16:23:31 +0800 Subject: [PATCH] 新增工资结算单(集体),工资结算各列表表体的金额能自动按照工时*数量*工价得出总价且能按照所选物料和工序自动填入工价,加入工序流转卡维护拆分功能权限 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 29bbc19..54ece27 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -333,6 +333,7 @@ <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" /> <Compile Include="Controllers\Open_PrintTemController.cs" /> <Compile Include="Controllers\Pay_OtherBalBillController.cs" /> + <Compile Include="Controllers\Pay_GroupBalBillController.cs" /> <Compile Include="Controllers\Pay_WorkTimesBillController.cs" /> <Compile Include="Controllers\Pay_SingleBalBillController.cs" /> <Compile Include="Controllers\ProductionOrderController.cs" /> @@ -438,6 +439,8 @@ <Compile Include="Models\ClsSc_MouldRepairOutBillSub.cs" /> <Compile Include="Models\ClsGy_ProcPrice.cs" /> <Compile Include="Models\Pay_OtherBalBill.cs" /> + <Compile Include="Models\Pay_GroupBalBill.cs" /> + <Compile Include="Models\Pay_GroupBalBillSub.cs" /> <Compile Include="Models\Pay_WorkTimesBillSub.cs" /> <Compile Include="Models\Pay_WorkTimesBill.cs" /> <Compile Include="Models\Pay_SingleBalBill.cs" /> -- Gitblit v1.9.1