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