fix:
1.外销合同提交效验
This commit is contained in:
parent
30a0bb693f
commit
b61afd3efb
@ -1992,6 +1992,7 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
|
|||||||
if (map.get(aLong).compareTo(yemSingleamt)!=0){
|
if (map.get(aLong).compareTo(yemSingleamt)!=0){
|
||||||
ConfirmCallBackListener confirmCallBackListener = new ConfirmCallBackListener("checkGiftsGivenNumber", this);
|
ConfirmCallBackListener confirmCallBackListener = new ConfirmCallBackListener("checkGiftsGivenNumber", this);
|
||||||
this.getView().showConfirm("赠送配件分录同一机型存在多个单台配件金额,请检查后在进行提交!!!", MessageBoxOptions.OKCancel, confirmCallBackListener);
|
this.getView().showConfirm("赠送配件分录同一机型存在多个单台配件金额,请检查后在进行提交!!!", MessageBoxOptions.OKCancel, confirmCallBackListener);
|
||||||
|
e.setCancel(true);
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
map.put(aLong,yemSingleamt);
|
map.put(aLong,yemSingleamt);
|
||||||
|
Loading…
Reference in New Issue
Block a user