wankeda
2026-01-27 d13e6e7d5df05ba244971d2fabb788ccb0f5c12a
Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu
已添加3个文件
已删除7个文件
已修改5个文件
4 ■■■■ 文件已修改
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db-shm 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db-shm 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/FileContentIndex/15adb170-eeb7-45a6-a3f7-920e0082297d.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.995.13737/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.995.13737/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/127e07b2-29d7-4700-9530-3149b7bde32a.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/1e9e18ba-d12d-4daa-96ea-7fe50a508a88.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/60e97583-6f25-423c-b860-7e0bba97dd5c.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/badeaeb0-3136-4e90-97a6-588750347e8c.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ed57ae5a-7c17-423d-b43d-9166e05f131f.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Base/PalletTypeInfoService.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db
Binary files differ
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db-shm
Binary files differ
Print/.vs/Print/CopilotIndices/17.14.995.13737/CodeChunks.db-wal
Binary files differ
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db
Binary files differ
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db-shm
Binary files differ
Print/.vs/Print/CopilotIndices/17.14.995.13737/SemanticSymbols.db-wal
Binary files differ
Print/.vs/Print/FileContentIndex/15adb170-eeb7-45a6-a3f7-920e0082297d.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.995.13737/CodeChunks.db
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.995.13737/SemanticSymbols.db
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/127e07b2-29d7-4700-9530-3149b7bde32a.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/1e9e18ba-d12d-4daa-96ea-7fe50a508a88.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/60e97583-6f25-423c-b860-7e0bba97dd5c.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/badeaeb0-3136-4e90-97a6-588750347e8c.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ed57ae5a-7c17-423d-b43d-9166e05f131f.vsidx
Binary files differ
WMS/WIDESEA_WMSServer/WIDESEA_BasicService/Base/PalletTypeInfoService.cs
@@ -61,14 +61,14 @@
            if (PrintSetting.Spare1 == DateTime.Now.ToString("yyyyMMdd"))
            {
                PrintCode = palletCodeType+PrintSetting.Spare1 + PrintSetting.PrintNo.ToString().PadLeft(PrintSetting.Spare2, '0');
                PrintCode = palletCodeType+PrintSetting.PrintNo.ToString().PadLeft(PrintSetting.Spare2, '0')+PrintSetting.Spare1;
                PrintSetting.PrintNo = PrintSetting.PrintNo + 1;
            }
            else
            {
                PrintSetting.Spare1 = DateTime.Now.ToString("yyyyMMdd");
                PrintSetting.PrintNo = 2;
                PrintCode = palletCodeType+PrintSetting.Spare1 + 1.ToString().PadLeft(PrintSetting.Spare2, '0');
                PrintCode = palletCodeType+1.ToString().PadLeft(PrintSetting.Spare2, '0')+PrintSetting.Spare1;
            }
           Db.Updateable(PrintSetting).ExecuteCommand();
            return PrintCode;