From 2d633ee3d3a68b65b5c1adb3d545fe7f50483304 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 16 八月 2023 14:48:14 +0800
Subject: [PATCH] 产线工位,检验单,用户列表添加查看权限

---
 WebAPI/WebAPI.csproj |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 5062bc6..ea516fb 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -384,6 +384,8 @@
     <Compile Include="Controllers\CGGL\Kf_POStockInBackBillController.cs" />
     <Compile Include="Controllers\CGGL\Kf_POStockInBillController.cs" />
     <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" />
+    <Compile Include="Controllers\CGGL\Sup_AskPriceBillController.cs" />
+    <Compile Include="Controllers\CGGL\Sup_QuotePriceBillController.cs" />
     <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" />
     <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" />
     <Compile Include="Controllers\CGGL\Cg_POInStockBackBillController.cs" />
@@ -402,6 +404,7 @@
     <Compile Include="Controllers\CJGL\Sc_ProcessSendWorkController.cs" />
     <Compile Include="Controllers\CJGL\Sc_ProcExchSendWorkBillController.cs" />
     <Compile Include="Controllers\CJGL\Sc_ProcExchWorkBackBillController.cs" />
+    <Compile Include="Controllers\CJGL\Sc_ProcExchWWSendWorkBillController.cs" />
     <Compile Include="Controllers\CJGL\Sc_WorkBillAutoSortBillMainController.cs" />
     <Compile Include="Controllers\Gy_MateMouldController.cs" />
     <Compile Include="Controllers\Gy_StdMinPickQtyController.cs" />
@@ -417,6 +420,7 @@
     <Compile Include="Controllers\SBGL\SBTC\Sb_EquipWorkBeforeCheckBillController.cs" />
     <Compile Include="Controllers\SBGL\Sb_EquipWorkBeforeCheckSBillController.cs" />
     <Compile Include="Controllers\SBGL\Sb_EquipStockInCheckBillSController.cs" />
+    <Compile Include="Controllers\SCGL\Gy_SourceWorkStationSetController.cs" />
     <Compile Include="Controllers\SCGL\Sc_ComplementGoodBill_ZXBZController.cs" />
     <Compile Include="Controllers\SCGL\鏃ヨ鍒掔鐞哱DataHelper.cs" />
     <Compile Include="Controllers\SCGL\鏃ヨ鍒掔鐞哱JIT_Cg_PODemandPlanBillController.cs" />
@@ -502,6 +506,10 @@
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Xt_CheckFlowBillController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\鍩虹璧勬枡\Xt_CheckItemBillController.cs" />
     <Compile Include="Controllers\鍩虹璧勬枡\宸ヨ祫鍩虹璧勬枡\Gy_ProcCommPriceController.cs" />
+    <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_OutApplyBillController.cs" />
+    <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_OverApplyBillController.cs" />
+    <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_PayMentBillController.cs" />
+    <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_SalaryCalculateController.cs" />
     <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_DuSubsidyItemBillController.cs" />
     <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_ErrWorkTimesRequestBillController.cs" />
     <Compile Include="Controllers\宸ヨ祫绠$悊\Pay_ProcPriceRequestBillController.cs" />
@@ -959,6 +967,7 @@
     <Folder Include="Views\Gy_RoutingGroup\" />
     <Folder Include="Views\Gy_SettleStyle\" />
     <Folder Include="Views\Gy_SOPBill\" />
+    <Folder Include="Views\Gy_SourceWorkStationSet\" />
     <Folder Include="Views\Gy_SplitBarCode\" />
     <Folder Include="Views\Gy_Staff\" />
     <Folder Include="Views\Gy_StdMinPickQty\" />
@@ -1008,9 +1017,12 @@
     <Folder Include="Views\Sc_ProcessSendWork\" />
     <Folder Include="Views\Sc_ProcExchRecordBackBill\" />
     <Folder Include="Views\Sc_ProcExchSendWorkBill\" />
+    <Folder Include="Views\Sc_ProcExchWWSendWorkBill\" />
     <Folder Include="Views\Sc_WorkBillAutoSortBillMain\" />
     <Folder Include="Views\Sc_WorkBillSortBill\" />
     <Folder Include="Views\Sc_WorkDemandPlanBill\" />
+    <Folder Include="Views\Sup_AskPriceBill\" />
+    <Folder Include="Views\Sup_QuotePriceBill\" />
     <Folder Include="Views\Xt_BillSubType\" />
     <Folder Include="Views\Xt_CheckFlowBill\" />
     <Folder Include="Views\Xt_CheckItem\" />

--
Gitblit v1.9.1