提交代码

This commit is contained in:
2024-03-18 09:08:16 +08:00
parent 1210be8ad0
commit b925c6d1e7
49 changed files with 4765 additions and 2387 deletions
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.ZHGL.TestRunPerformance
string TestRunPerformanceStandardId = Request.Params["TestRunPerformanceStandardId"];
Model.Base_TestRunPerformanceStandard newItem = new Model.Base_TestRunPerformanceStandard();
newItem.Code = this.txtCode.Text.Trim();
var strs = this.txtCode.Text.Trim().Split(',');
var strs = this.txtCode.Text.Trim().Split('.');
if (strs.Length == 2)
{
newItem.Code1 = Funs.GetNewInt(strs[0]);