是否进行抵扣提示框

This commit is contained in:
G 2018-10-09 20:31:06 +08:00
parent e6f5bebe6d
commit 2e8d2532e1

View File

@ -43,7 +43,7 @@
return;
}
var equipOverMoney = getItemValue(0,getRow(0),"money");
if(confirm("是否进行抵扣?")){
if(confirm("是否进行抵扣?进行抵扣点击确定,不进行抵扣点击取消")){
AsDialog.OpenSelector("SelectPaymentFundList","paymentNumber,"+getItemValue(0,getRow(0),"payment_number"),"dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
return;