From dddbd47088333510e05b28e08d7ea3a8964dcd2f Mon Sep 17 00:00:00 2001 From: yulujie Date: Thu, 12 Jun 2025 15:13:34 +0800 Subject: [PATCH] *[task#144987,doing,0.1h,1h] Modify case. --- module/execution/test/ui/putoffexecution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/test/ui/putoffexecution.php b/module/execution/test/ui/putoffexecution.php index e08321b86c..2b03871f48 100644 --- a/module/execution/test/ui/putoffexecution.php +++ b/module/execution/test/ui/putoffexecution.php @@ -89,7 +89,7 @@ r($tester->putoff($execution['0'], '101')) && p('status,me r($tester->putoff($execution['0'], '103')) && p('status,message') && e('SUCCESS,延期执行成功'); //进行中的执行,延期弹窗直接点击保存 r($tester->putoff($execution['1'], '101')) && p('status,message') && e('SUCCESS,延期执行成功'); //未开始的执行,延期弹窗中修改正确的起止日期后点击保存 r($tester->putoff($execution['1'], '103')) && p('status,message') && e('SUCCESS,延期执行成功'); //进行中的执行,延期弹窗中修改正确的起止日期后点击保存 -r($tester->putoff($execution['3'], '103')) && p('status,message') && e('SUCCESS,延期执行成功'); //计划结束日期为空,可用工日不为空 +r($tester->putoffWithWrongDate($execution['3'], '103', 'end')) && p('status,message') && e('SUCCESS,延期执行表单页提示信息正确'); //计划结束日期为空,可用工日不为空 r($tester->putoffWithWrongDate($execution['2'], '101', 'begin')) && p('status,message') && e('SUCCESS,延期执行表单页提示信息正确'); //计划开始日期为空 r($tester->putoffWithWrongDate($execution['4'], '103', 'begin')) && p('status,message') && e('SUCCESS,延期执行表单页提示信息正确'); //计划开始日期小于项目计划开始日期 r($tester->putoffWithWrongDate($execution['5'], '101', 'end')) && p('status,message') && e('SUCCESS,延期执行表单页提示信息正确'); //计划结束日期大于项目计划完成日期