20250102 修改合同管理
This commit is contained in:
@@ -134,11 +134,11 @@ namespace FineUIPro.Web.SES
|
||||
/// <param name="e"></param>
|
||||
protected void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
//if (this.drpFileTypeId.SelectedValue==BLL.Const._Null)
|
||||
//{
|
||||
// Alert.ShowInTop("请选择合同类型", MessageBoxIcon.Warning);
|
||||
// return;
|
||||
//}
|
||||
if (this.drpBycDept.SelectedValue == BLL.Const._Null)
|
||||
{
|
||||
Alert.ShowInTop("请选择BYC负责部门!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
string id = Request.Params["id"];
|
||||
string fileId = Request.Params["fileId"];
|
||||
Model.FC_ContractManagement newContract = new Model.FC_ContractManagement();
|
||||
|
||||
Reference in New Issue
Block a user