20240801 NCR排序
This commit is contained in:
		
							parent
							
								
									b308165d8c
								
							
						
					
					
						commit
						5beb413125
					
				|  | @ -358,7 +358,7 @@ namespace FineUIPro.Web.Comprehensive | ||||||
|             { |             { | ||||||
|                 lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim())); |                 lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim())); | ||||||
|             } |             } | ||||||
|             lists = lists.OrderBy(x => x.RemarkCode); |             lists = lists.OrderBy(x => x.IssuedDate); | ||||||
|             if (lists != null) |             if (lists != null) | ||||||
|             { |             { | ||||||
|                 string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId); |                 string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId); | ||||||
|  |  | ||||||
|  | @ -19184,7 +19184,7 @@ | ||||||
|       </FlavorProperties> |       </FlavorProperties> | ||||||
|     </VisualStudio> |     </VisualStudio> | ||||||
|   </ProjectExtensions> |   </ProjectExtensions> | ||||||
|   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" /> |   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" /> | ||||||
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  |   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | ||||||
|        Other similar extension points exist, see Microsoft.Common.targets. |        Other similar extension points exist, see Microsoft.Common.targets. | ||||||
|   <Target Name="BeforeBuild"> |   <Target Name="BeforeBuild"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue