|
@@ -1,5 +1,3 @@
|
|
|
-const { max } = require("lodash");
|
|
|
|
|
-
|
|
|
|
|
if (typeof feeRateObject !== "undefined") {
|
|
if (typeof feeRateObject !== "undefined") {
|
|
|
feeRateObject.feeRateSpecialHandle = function (subRate, value) {
|
|
feeRateObject.feeRateSpecialHandle = function (subRate, value) {
|
|
|
let result = {};
|
|
let result = {};
|
|
@@ -424,7 +422,7 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
decimalObj.bills.totalPrice,
|
|
decimalObj.bills.totalPrice,
|
|
|
deficiency
|
|
deficiency
|
|
|
);
|
|
);
|
|
|
- return max([rst, 2000]);
|
|
|
|
|
|
|
+ return Math.max(rst, 2000);
|
|
|
},
|
|
},
|
|
|
SJWJSCFEJD(tender) {
|
|
SJWJSCFEJD(tender) {
|
|
|
const baseFee = this["DEJZAZGCF"](tender);
|
|
const baseFee = this["DEJZAZGCF"](tender);
|
|
@@ -438,7 +436,7 @@ if (typeof baseFigureTemplate !== "undefined") {
|
|
|
decimalObj.bills.totalPrice,
|
|
decimalObj.bills.totalPrice,
|
|
|
deficiency
|
|
deficiency
|
|
|
);
|
|
);
|
|
|
- return max([rst, 2000]);
|
|
|
|
|
|
|
+ return Math.max(rst, 2000);
|
|
|
},
|
|
},
|
|
|
GCSJFYJD(tender) {
|
|
GCSJFYJD(tender) {
|
|
|
const baseFee = this["DEJZAZGCF"](tender);
|
|
const baseFee = this["DEJZAZGCF"](tender);
|