From 07bf5764833f1d5beafee7aa94dc261a9a73a905 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期四, 24 七月 2025 17:49:00 +0800 Subject: [PATCH] 增加计时单价,计件单价,异常工资,计时类型维护,考勤表记录的前台代码 --- DevApp/Gs.DevApp/Gs.DevApp.csproj | 72 ++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index dbd6769..ac3e49c 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -410,6 +410,54 @@ <Compile Include="DevFrm\IPQC\Frm_XunJianDetect01.Designer.cs"> <DependentUpon>Frm_XunJianDetect01.cs</DependentUpon> </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesAttanCon.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesAttanCon.Designer.cs"> + <DependentUpon>Frm_MesAttanCon.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MESJJERRORJS.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MESJJERRORJS.Designer.cs"> + <DependentUpon>Frm_MESJJERRORJS.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesJJSalary.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesJJSalary.Designer.cs"> + <DependentUpon>Frm_MesJJSalary.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesJSSalary.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesJSSalary.Designer.cs"> + <DependentUpon>Frm_MesJSSalary.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesTimeType.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\Frm_MesTimeType.Designer.cs"> + <DependentUpon>Frm_MesTimeType.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\KQCX.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\KQCX.Designer.cs"> + <DependentUpon>KQCX.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\SelectSTAFF.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\SelectSTAFF.Designer.cs"> + <DependentUpon>SelectSTAFF.cs</DependentUpon> + </Compile> + <Compile Include="DevFrm\JJGZ\SetLB.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DevFrm\JJGZ\SetLB.Designer.cs"> + <DependentUpon>SetLB.cs</DependentUpon> + </Compile> <Compile Include="DevFrm\PDA\Frm_AreaBind.cs"> <SubType>Form</SubType> </Compile> @@ -1564,6 +1612,30 @@ <EmbeddedResource Include="DevFrm\IPQC\Frm_XunJianDetect01Show.resx"> <DependentUpon>Frm_XunJianDetect01Show.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\Frm_MesAttanCon.resx"> + <DependentUpon>Frm_MesAttanCon.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\Frm_MESJJERRORJS.resx"> + <DependentUpon>Frm_MESJJERRORJS.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\Frm_MesJJSalary.resx"> + <DependentUpon>Frm_MesJJSalary.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\Frm_MesJSSalary.resx"> + <DependentUpon>Frm_MesJSSalary.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\Frm_MesTimeType.resx"> + <DependentUpon>Frm_MesTimeType.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\KQCX.resx"> + <DependentUpon>KQCX.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\SelectSTAFF.resx"> + <DependentUpon>SelectSTAFF.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="DevFrm\JJGZ\SetLB.resx"> + <DependentUpon>SetLB.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="DevFrm\PDA\Frm_AreaBind.resx"> <DependentUpon>Frm_AreaBind.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.9.3