From a7e05ebe00fdcb649c012e5afc4a42a8d631e824 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 02 四月 2025 08:38:24 +0800 Subject: [PATCH] 删除客户管理查询条件中的“客户编号” 完成 新增订单---黑白印件 的后道工序最右边增加一个“口 竖式”,同前面套号、压痕一样,默认不勾选,是竖式的业务经理自己下单时勾选 完成提交外协付款申请时,增加上传审批证明的上传图片功能,可以添加多张图片;查询列表中增加“付款状态:全部、已付款、未付款”查询条件,默认全部;“完工状态”改为默认未完工 完成请示批复----付款申请 中也要向上面的需求一样,增加上传审批证明的上传图片功能,可以添加多张图片 完成在“请示批复”中进行“批复”操作的时候要能查看上传的审批图片 完成包装要求”要显示在打印的订单中 完成包装要求”要显示在打印的订单中 完成收据联单的新增订单中,纸张选无碳纸时,不显示“品牌”、“克重”,在联数的后面增加颜色选择:“颜色:上白下红”(匹配联数)订单管理中的“订单状态”删除,删除后新增两个状态:“完工状态:全部、未完工、已完工”和“送货状态:全部、已送货、未送货” 完成请示批复中默认“未批复” 完成请示批复中默认“未批复” 完成 --- CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj | 145 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 145 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj index 87eae53..7b52558 100644 --- a/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj +++ b/CY_ECommercePlatform/CY.WebForm/CY.WebForm.csproj @@ -1887,7 +1887,24 @@ <Content Include="Pages\business\Caigoufukuanshenqing.aspx" /> <Content Include="Pages\business\Baozhengjinfukuan.aspx" /> <Content Include="Pages\business\BaozhengjinCuishou.aspx" /> + <Content Include="Pages\business\DeliverPlanDakaList.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheEdit.aspx" /> + <Content Include="Pages\business\DeliverPlanFujianShow.aspx" /> + <Content Include="Pages\business\DeliverPlanLishiList.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheList.aspx" /> + <Content Include="Pages\business\DeliverPlanChehui.aspx" /> + <Content Include="Pages\business\DeliverPlanYijiao.aspx" /> + <Content Include="Pages\business\DeliverPlanPaiche.aspx" /> + <Content Include="Pages\business\DeliverPlanShifou.aspx" /> + <Content Include="Pages\business\DeliverPlanLishiPrint.aspx" /> + <Content Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx" /> + <Content Include="Pages\business\SHejiOrderEdit.aspx" /> + <Content Include="Pages\business\ShejijijianEdit.aspx" /> + <Content Include="Pages\business\ShejijijianList.aspx" /> + <Content Include="Pages\business\ShiJuanBiaoQianPrint.aspx" /> + <Content Include="Pages\business\OrderSonghuoanchiList.aspx" /> <Content Include="Pages\business\OrderUpLoadLiuyang.aspx" /> + <Content Include="Pages\business\ShiJuanBiaoQianList.aspx" /> <Content Include="Pages\business\WaixieOrderPrint.aspx" /> <Content Include="Pages\business\Waixiefukuanweikaipiao.aspx" /> <Content Include="Pages\business\Waixiefukuanfukuan.aspx" /> @@ -2786,6 +2803,7 @@ <Content Include="Pages\work\OA_DocumentDetail.aspx" /> <Content Include="Pages\work\OA_DocumentDicAdd.aspx" /> <Content Include="Pages\work\OA_DocumentDicDetail.aspx" /> + <Content Include="Pages\work\OA_DocumentJuese.aspx" /> <Content Include="Pages\work\OA_DocumentDicList.aspx" /> <Content Include="Pages\work\OA_DocumentList.aspx" /> <Content Include="Pages\work\BaoxiaoReplyAdd.aspx" /> @@ -3343,12 +3361,131 @@ <Compile Include="Pages\business\BaozhengjinCuishou.aspx.designer.cs"> <DependentUpon>BaozhengjinCuishou.aspx</DependentUpon> </Compile> + <Compile Include="Pages\business\DeliverPlanDakaList.aspx.cs"> + <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanDakaList.aspx.designer.cs"> + <DependentUpon>DeliverPlanDakaList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheEdit.aspx.cs"> + <DependentUpon>DeliverPlanPaicheEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheEdit.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheEdit.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanFujianShow.aspx.cs"> + <DependentUpon>DeliverPlanFujianShow.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanFujianShow.aspx.designer.cs"> + <DependentUpon>DeliverPlanFujianShow.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanLishiList.aspx.cs"> + <DependentUpon>DeliverPlanLishiList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanLishiList.aspx.designer.cs"> + <DependentUpon>DeliverPlanLishiList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheList.aspx.cs"> + <DependentUpon>DeliverPlanPaicheList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheList.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanChehui.aspx.cs"> + <DependentUpon>DeliverPlanChehui.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanChehui.aspx.designer.cs"> + <DependentUpon>DeliverPlanChehui.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanYijiao.aspx.cs"> + <DependentUpon>DeliverPlanYijiao.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanYijiao.aspx.designer.cs"> + <DependentUpon>DeliverPlanYijiao.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaiche.aspx.cs"> + <DependentUpon>DeliverPlanPaiche.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaiche.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaiche.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanShifou.aspx.cs"> + <DependentUpon>DeliverPlanShifou.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanShifou.aspx.designer.cs"> + <DependentUpon>DeliverPlanShifou.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanLishiPrint.aspx.cs"> + <DependentUpon>DeliverPlanLishiPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanLishiPrint.aspx.designer.cs"> + <DependentUpon>DeliverPlanLishiPrint.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx.cs"> + <DependentUpon>DeliverPlanPaicheZhuyishixiang.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\DeliverPlanPaicheZhuyishixiang.aspx.designer.cs"> + <DependentUpon>DeliverPlanPaicheZhuyishixiang.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\SHejiOrderEdit.aspx.cs"> + <DependentUpon>SHejiOrderEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\SHejiOrderEdit.aspx.designer.cs"> + <DependentUpon>SHejiOrderEdit.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\ShejijijianEdit.aspx.cs"> + <DependentUpon>ShejijijianEdit.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\ShejijijianEdit.aspx.designer.cs"> + <DependentUpon>ShejijijianEdit.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\ShejijijianList.aspx.cs"> + <DependentUpon>ShejijijianList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\ShejijijianList.aspx.designer.cs"> + <DependentUpon>ShejijijianList.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\ShiJuanBiaoQianPrint.aspx.cs"> + <DependentUpon>ShiJuanBiaoQianPrint.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\ShiJuanBiaoQianPrint.aspx.designer.cs"> + <DependentUpon>ShiJuanBiaoQianPrint.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\OrderSonghuoanchiList.aspx.cs"> + <DependentUpon>OrderSonghuoanchiList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\OrderSonghuoanchiList.aspx.designer.cs"> + <DependentUpon>OrderSonghuoanchiList.aspx</DependentUpon> + </Compile> <Compile Include="Pages\business\OrderUpLoadLiuyang.aspx.cs"> <DependentUpon>OrderUpLoadLiuyang.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="Pages\business\OrderUpLoadLiuyang.aspx.designer.cs"> <DependentUpon>OrderUpLoadLiuyang.aspx</DependentUpon> + </Compile> + <Compile Include="Pages\business\ShiJuanBiaoQianList.aspx.cs"> + <DependentUpon>ShiJuanBiaoQianList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\business\ShiJuanBiaoQianList.aspx.designer.cs"> + <DependentUpon>ShiJuanBiaoQianList.aspx</DependentUpon> </Compile> <Compile Include="Pages\business\WaixieOrderPrint.aspx.cs"> <DependentUpon>WaixieOrderPrint.aspx</DependentUpon> @@ -9044,6 +9181,13 @@ <Compile Include="Pages\work\OA_DocumentDicDetail.aspx.designer.cs"> <DependentUpon>OA_DocumentDicDetail.aspx</DependentUpon> </Compile> + <Compile Include="Pages\work\OA_DocumentJuese.aspx.cs"> + <DependentUpon>OA_DocumentJuese.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Pages\work\OA_DocumentJuese.aspx.designer.cs"> + <DependentUpon>OA_DocumentJuese.aspx</DependentUpon> + </Compile> <Compile Include="Pages\work\OA_DocumentDicList.aspx.cs"> <DependentUpon>OA_DocumentDicList.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> @@ -9222,6 +9366,7 @@ <None Include="images\admin\Thumbs.db" /> <None Include="images\Common\admin\Thumbs.db" /> <Content Include="images\jihuageshi\涓婁紶璁″垝璁㈠崟.xlsx" /> + <Content Include="images\jihuageshi\涓婁紶鑰冭瘯鏍囩.xlsx" /> <None Include="js\ColorBox\colorbox.ai" /> <None Include="js\ColorBox\colorbox.jquery.json" /> <None Include="js\ColorBox\component.json" /> -- Gitblit v1.9.1