From 151c732af74aa3ce8e8effae31aced9e3c8d19a2 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期二, 06 七月 2021 23:23:33 +0800 Subject: [PATCH] 列表单据列宽保存案例 --- WebAPI/WebAPI.csproj | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index aecc3c8..c89a24d 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -320,6 +320,7 @@ <Compile Include="Controllers\BaseSet\Gy_MaintenanceItemController.cs" /> <Compile Include="Controllers\BaseSet\Gy_MaintenanceModeController.cs" /> <Compile Include="Controllers\BaseSet\Gy_StockPlaceController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_EquipMentController.cs" /> <Compile Include="Controllers\BaseSet\Gy_WorkCenterController.cs" /> <Compile Include="Controllers\BaseSet\Gy_CurrencyController.cs" /> <Compile Include="Controllers\BaseSet\Gy_UnitController.cs" /> @@ -342,6 +343,7 @@ <Compile Include="Controllers\BLL\Xt_SystemParameterController.cs" /> <Compile Include="Controllers\BLL\Xt_UserController.cs" /> <Compile Include="Controllers\BLL\Xt_SystemLogController.cs" /> + <Compile Include="Controllers\CellWidthController.cs" /> <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" /> <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" /> <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" /> @@ -371,6 +373,7 @@ <Compile Include="Controllers\SCGL\QC_OutCompCheckBillController.cs" /> <Compile Include="Controllers\SCGL\QC_ProcessCheckBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_QualityReportBillController.cs" /> + <Compile Include="Controllers\Sc_MouldOtherInBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustInBillController.cs" /> <Compile Include="Controllers\LMESController.cs" /> @@ -390,6 +393,7 @@ <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipConkBookBill.cs" /> <Compile Include="DLL\ClsSb_EquipDotCheckBill.cs" /> + <Compile Include="DLL\ClsSb_EquipMaintainBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairCheckBill.cs" /> <Compile Include="DLL\ClsSb_EquipRepairWorkBill.cs" /> <Compile Include="DLL\ClsSc_ICMOReportBill.cs" /> @@ -414,6 +418,8 @@ <Compile Include="Models\CheckItem.cs" /> <Compile Include="Models\ClsSb_EquipDotCheckBillMain.cs" /> <Compile Include="Models\ClsSb_EquipDotCheckBillSub.cs" /> + <Compile Include="Models\ClsSb_EquipMaintainBillMain.cs" /> + <Compile Include="Models\ClsSb_EquipMaintainBillSub.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> <Compile Include="Models\ClsSc_MouldDotCheckBillMain.cs" /> @@ -422,6 +428,14 @@ <Compile Include="Models\ClsSc_MouldMaintainBillSub.cs" /> <Compile Include="Models\ClsSc_MouldStockBillMain.cs" /> <Compile Include="Models\ClsSc_MouldStockBillSub.cs" /> + <Compile Include="Models\EquipMent.cs" /> + <Compile Include="Models\Gy_Mould.cs" /> + <Compile Include="Models\Gy_MouldSub.cs" /> + <Compile Include="Models\Sc_MouldStockBillMain.cs" /> + <Compile Include="Models\Sc_MouldStockBillSub.cs" /> + <Compile Include="Models\Xt_AccountPeriod.cs" /> + <Compile Include="Models\xtgnb.cs" /> + <Compile Include="Models\SystemParameter.cs" /> <Compile Include="Models\ClsSc_ProcessSendWorkMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustProcessReportBillSub.cs" /> @@ -429,11 +443,18 @@ <Compile Include="Models\ClsWW_EntrustProcessSendOutBillSub.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillMain.cs" /> <Compile Include="Models\ClsWW_EntrustWorkOrderBillSub.cs" /> + <Compile Include="Models\Customer.cs" /> + <Compile Include="Models\BillType.cs" /> + <Compile Include="Models\QC_OutCompCheckBillMain.cs" /> + <Compile Include="Models\QC_OutCompCheckBillSub.cs" /> + <Compile Include="Models\Supplier.cs" /> <Compile Include="Models\DocumentsView.cs" /> <Compile Include="Models\Gy_Group.cs" /> <Compile Include="Models\Gy_WorkCenter.cs" /> <Compile Include="Models\MaintenanceAcceptItem.cs" /> <Compile Include="Models\MaintenanceMode.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillSub.cs" /> + <Compile Include="Models\QC_LastPieceCheckBillMain.cs" /> <Compile Include="Models\QC_ProcessCheckBillSub.cs" /> <Compile Include="Models\QC_ProcessCheckBillMain.cs" /> <Compile Include="Models\Gy_RoutingBillSub.cs" /> -- Gitblit v1.9.1