Fix无损检测委托号前缀并统一录入明细显示
This commit is contained in:
@@ -55,7 +55,7 @@ namespace FineUIPro.Web.HJGL.PointTrust
|
||||
var unitWork = BLL.UnitWorkService.GetUnitWorkByUnitWorkId(batch.UnitWorkId);
|
||||
var ndt = BLL.Base_DetectionTypeService.GetDetectionTypeByDetectionTypeId(batch.DetectionTypeId);
|
||||
var rate = BLL.Base_DetectionRateService.GetDetectionRateByDetectionRateId(batch.DetectionRateId);
|
||||
this.txtTrustBatchCode.Text = batch.PointBatchCode.Replace("-DK-", "-WT-");
|
||||
this.txtTrustBatchCode.Text = BLL.Batch_BatchTrustService.BuildTrustBatchCode(batch.PointBatchCode, DateTime.Now);
|
||||
if (unit != null)
|
||||
{
|
||||
this.txtUnit.Text = unit.UnitName;
|
||||
@@ -240,4 +240,4 @@ namespace FineUIPro.Web.HJGL.PointTrust
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user