Commit 08fefde5 authored by youjie's avatar youjie

no message

parent fb6ac272
......@@ -985,8 +985,7 @@ export default {
// }
}
// 判断付款金额与最大金额
if(Number(this.maxmoneyData)>0 && (Number(this.allPriceTocalc) > Number(this.maxmoneyData))){
if(Number(this.maxmoneyData)>0 && (Number(this.allPriceTocalc) > Number(this.maxmoneyData)) && this.StandardCurrencyId<=0){
this.maxmoneyTips=true;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment