增加入库关联备注
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user