From 5d9052200dde2c12c70e4381db861222229830b5 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 27 四月 2023 14:54:50 +0800 Subject: [PATCH] 工序进站单、工序出站单: 单据保存后, 如果保存成功 则进入浏览状态(根据当前的HINTERID和单据号从数据库里查找数据并显示),可看到这个工艺单的进度。 保存按钮灰度,条形码框 灰度; 点击 新增 按钮, 条形码框亮起,保存按钮 亮起; 增加 物料 复制功能; 出库码单打印格式调整打印 生产订单维护: 增加 多行下推 按钮, 根据选中的行 批量下推生成流转卡(工艺路线取物料默认的,没工艺路线的 则不生成。) 。 WIP常见的模块,把网格的最小列宽去掉; (例如 生产订单、订单列表,工序,工艺路线,流转卡 等等); --- WebTM/WebTM.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WebTM/WebTM.csproj b/WebTM/WebTM.csproj index a20a9eb..2bf27f8 100644 --- a/WebTM/WebTM.csproj +++ b/WebTM/WebTM.csproj @@ -197,6 +197,7 @@ <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\Gy_MaterType.html" /> <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\Gy_MaterTypeEdit.html" /> <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\HBarPlanPrint_GXPG.html" /> + <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Kf_OtherOutBillList.aspx" /> <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Gy_WarehouseList.aspx" /> <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Gy_EmployeeList.aspx" /> <Content Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Gy_SourceList.aspx" /> @@ -341,6 +342,7 @@ <Content Include="views\grf\娴佽浆鍗℃淳宸ュ崟.grf" /> <Content Include="views\grf\eee.grf" /> <Content Include="views\grf\宸ュ簭娲惧伐鍗�.grf" /> + <Content Include="views\grf\鍑哄簱鐮佸崟.grf" /> <None Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </None> @@ -1380,6 +1382,13 @@ <Compile Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_EquipTypeBill.aspx.designer.cs"> <DependentUpon>xmlLBM_EquipTypeBill.aspx</DependentUpon> </Compile> + <Compile Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Kf_OtherOutBillList.aspx.cs"> + <DependentUpon>xmlLBM_Kf_OtherOutBillList.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Kf_OtherOutBillList.aspx.designer.cs"> + <DependentUpon>xmlLBM_Kf_OtherOutBillList.aspx</DependentUpon> + </Compile> <Compile Include="views\鍩虹璧勬枡\鍏敤鍩虹璧勬枡\xmlLBM_Gy_WarehouseList.aspx.cs"> <DependentUpon>xmlLBM_Gy_WarehouseList.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> -- Gitblit v1.9.1