当前单价变动过大 保存提醒

This commit is contained in:
程小伟 2025-04-27 14:46:55 +08:00
parent 10dba5b014
commit cb15fc704f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class CurrentPriceTipsBillPlugin extends AbstractBillPlugIn implements P
if(strbd.length()>0){ if(strbd.length()>0){
strbd.deleteCharAt(strbd.length()-1); strbd.deleteCharAt(strbd.length()-1);
String s = strbd.toString(); String s = strbd.toString();
this.getView().showTipNotification("计量清单第"+s+"行当前单价变动较大,请检查是否存在错误,且对应清单项的“说明”必填",10000); this.getView().showTipNotification("计量清单第"+s+"行当前单价变动较大,请检查是否存在错误,若所填单价无误,请录入单价调整说明",10000);
//取消操作 //取消操作
args.setCancel(true); args.setCancel(true);
} }