增加入库关联备注

This commit is contained in:
2024-11-18 18:09:50 +08:00
parent edb2e10e69
commit 8bb93b36f9
3 changed files with 12 additions and 3 deletions
@@ -35,7 +35,7 @@ namespace FineUIPro.Web.CLGL
txtCreateDate.Text = string.Format("{0:yyyy-MM-dd}", model.CreateDate);
txtCreateMan.Text = Person_PersonsService.GetPersonsNameById(model.CreateMan);
txtReqUnitName.Text = UnitService.GetUnitNameByUnitId(model.ReqUnitId);
txtRemark.Text = model.Remark;
var queryModel = new Model.Tw_InOutDetailOutput()
{