当前单价变动过大 保存提醒
This commit is contained in:
parent
10dba5b014
commit
cb15fc704f
|
@ -39,7 +39,7 @@ public class CurrentPriceTipsBillPlugin extends AbstractBillPlugIn implements P
|
|||
if(strbd.length()>0){
|
||||
strbd.deleteCharAt(strbd.length()-1);
|
||||
String s = strbd.toString();
|
||||
this.getView().showTipNotification("计量清单第"+s+"行当前单价变动较大,请检查是否存在错误,且对应清单项的“说明”必填。",10000);
|
||||
this.getView().showTipNotification("计量清单第"+s+"行当前单价变动较大,请检查是否存在错误,若所填单价无误,请录入单价调整说明。",10000);
|
||||
//取消操作
|
||||
args.setCancel(true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue