提交代码
This commit is contained in:
parent
1bb7ef4578
commit
68884b7f73
|
@ -20,4 +20,5 @@ bin-release/
|
|||
/HJGL_DS/FineUIPro.Web/FileUploadHJGLHotProessManage
|
||||
/HJGL_DS/FineUIPro.Web/File/Excel
|
||||
/HJGL_DS/.vs/
|
||||
/HJGL_DS/.vs/config/applicationhost.config
|
||||
/HJGL_DS/.vs/config/applicationhost.config
|
||||
/HJGL_DS/FineUIPro.Web/FileUpload/Sign
|
||||
|
|
|
@ -341,7 +341,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
|
|||
BindGrid();
|
||||
foreach (GridColumn column in grid.Columns)
|
||||
{
|
||||
if (column.ColumnIndex < 21)
|
||||
if (column.ColumnIndex < 20)
|
||||
{
|
||||
sb.AppendFormat("<td>{0}</td>", column.HeaderText);
|
||||
}
|
||||
|
@ -353,7 +353,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
|
|||
sb.Append("<tr>");
|
||||
foreach (GridColumn column in grid.Columns)
|
||||
{
|
||||
if (column.ColumnIndex < 21)
|
||||
if (column.ColumnIndex < 20)
|
||||
{
|
||||
string html = row.Values[column.ColumnIndex].ToString();
|
||||
if (column.ColumnID == "tfNumber")
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
|
|
Loading…
Reference in New Issue