This commit is contained in:
高飞 2025-08-23 15:20:30 +08:00
parent 912eb5401f
commit 50f8324bfc
2 changed files with 4 additions and 1 deletions

View File

@ -73,6 +73,9 @@
<f:RenderField Width="150px" ColumnID="RecycleDate" DataField="RecycleDate" FieldType="String" <f:RenderField Width="150px" ColumnID="RecycleDate" DataField="RecycleDate" FieldType="String"
HeaderText="退回时间" HeaderTextAlign="Center" TextAlign="Center"> HeaderText="退回时间" HeaderTextAlign="Center" TextAlign="Center">
</f:RenderField> </f:RenderField>
<f:RenderField Width="100px" ColumnID="RecycleAmount" DataField="RecycleAmount" FieldType="Float"
HeaderText="退回焊材" HeaderTextAlign="Center" TextAlign="Center">
</f:RenderField>
<f:RenderField Width="120px" ColumnID="ReturnMatTop" DataField="ReturnMatTop" FieldType="Float" <f:RenderField Width="120px" ColumnID="ReturnMatTop" DataField="ReturnMatTop" FieldType="Float"
HeaderText="退回焊条头" HeaderTextAlign="Center" TextAlign="Center"> HeaderText="退回焊条头" HeaderTextAlign="Center" TextAlign="Center">
</f:RenderField> </f:RenderField>

View File

@ -37,7 +37,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
string strSql = @"SELECT UsingMat.UsingMatId, UsingMat.ProjectId, UsingMat.UsePosition, string strSql = @"SELECT UsingMat.UsingMatId, UsingMat.ProjectId, UsingMat.UsePosition,
UsingMat.WeldId,UsingMat.UsingPlanId,ISNULL(UsingMat.Amount,0) AS Amount, UsingMat.WeldId,UsingMat.UsingPlanId,ISNULL(UsingMat.Amount,0) AS Amount,
ISNULL(UsingMat.TwoAmount,0) AS TwoAmount,UsingMat.UsingMan, UsingMat.UsingDate, ISNULL(UsingMat.TwoAmount,0) AS TwoAmount,UsingMat.UsingMan, UsingMat.UsingDate,
CONVERT(varchar(100), UsingPlan.OrderDate, 23)+' '+UsingPlan.OrderTime as OrderTime,RecycleMat.RecycleDate,RecycleMat.ReturnMatTop, CONVERT(varchar(100), UsingPlan.OrderDate, 23)+' '+UsingPlan.OrderTime as OrderTime,RecycleMat.RecycleDate,RecycleMat.ReturnMatTop,RecycleMat.RecycleAmount,
(CASE WHEN stockIn.Warrantybook IS NOT NULL THEN stockIn.Warrantybook (CASE WHEN stockIn.Warrantybook IS NOT NULL THEN stockIn.Warrantybook
ELSE UsingMat.Warrantybook END) AS Warrantybook,UsingPlan.STE_Name, ELSE UsingMat.Warrantybook END) AS Warrantybook,UsingPlan.STE_Name,
UsingMat.Number,Project.ProjectCode,Project.ProjectName,WeldInfo.WeldCode, UsingMat.Number,Project.ProjectCode,Project.ProjectName,WeldInfo.WeldCode,