2
This commit is contained in:
@@ -32,7 +32,7 @@ namespace FineUIPro.Web.CLGL
|
||||
if (!string.IsNullOrEmpty(Id))
|
||||
{
|
||||
Model.Tw_InOutMasterOutput table = new Model.Tw_InOutMasterOutput();
|
||||
table.InOutPlanMasterId = Id;
|
||||
table.Id = Id;
|
||||
|
||||
var model = TwInOutplanmasterService.GetListData(table).FirstOrDefault();
|
||||
txtCusBillCode.Text = TwOutputmasterService.GetCusBillCodeByTaskCode(model.WeldTaskCode, (TwConst.TypeInt)model.TypeInt, (BLL.TwConst.Category)model.Category);
|
||||
|
||||
Reference in New Issue
Block a user