'123'
This commit is contained in:
parent
4af474b150
commit
105d18a95e
|
@ -765,6 +765,7 @@ public class QuotController extends BaseController
|
||||||
|
|
||||||
//厂价金额小于10万 不走OA审批
|
//厂价金额小于10万 不走OA审批
|
||||||
String quotTotalPrice = quot.getQuotTotalPrice();//报价金额
|
String quotTotalPrice = quot.getQuotTotalPrice();//报价金额
|
||||||
|
quotTotalPrice = StringUtils.isBlank(quotTotalPrice)?"0":quotTotalPrice;
|
||||||
BigDecimal totalPrice = new BigDecimal(quotTotalPrice);
|
BigDecimal totalPrice = new BigDecimal(quotTotalPrice);
|
||||||
|
|
||||||
String allowFactoryPrice = configService.selectConfigByKey("quot:allow.factoryPrice");
|
String allowFactoryPrice = configService.selectConfigByKey("quot:allow.factoryPrice");
|
||||||
|
|
Loading…
Reference in New Issue