20250102 修改合同管理

This commit is contained in:
2025-01-02 10:57:29 +08:00
parent 782619de37
commit adc1171e41
24 changed files with 80 additions and 129 deletions
@@ -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();