2023-03-09 实业工厂增加坐标
This commit is contained in:
@@ -44,6 +44,7 @@ namespace FineUIPro.Web.BaseInfo
|
||||
this.txtFactoryCode.Text = model.FactoryCode;
|
||||
this.txtFactoryName.Text = model.FactoryName;
|
||||
this.txtAddress.Text = model.Address;
|
||||
this.txtMapCoordinates.Text = model.MapCoordinates;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -67,6 +68,7 @@ namespace FineUIPro.Web.BaseInfo
|
||||
table.FactoryCode = this.txtFactoryCode.Text;
|
||||
table.FactoryName = this.txtFactoryName.Text;
|
||||
table.Address = this.txtAddress.Text;
|
||||
table.MapCoordinates=this.txtMapCoordinates.Text;
|
||||
if (string.IsNullOrEmpty(this.FactoryId))
|
||||
{
|
||||
table.FactoryId = SQLHelper.GetNewID(typeof(Model.Base_Factory));
|
||||
|
||||
Reference in New Issue
Block a user