|
@@ -560,7 +560,6 @@ module.exports = app => {
|
|
|
}
|
|
|
const newDecimalUp = parseInt(data.up);
|
|
|
const newDecimalTp = parseInt(data.tp);
|
|
|
- console.log(newDecimalUp, newDecimalTp);
|
|
|
if (ctx.app._.isNaN(newDecimalUp) || newDecimalUp > 6 || newDecimalUp < 0) {
|
|
|
throw '单价小数位数设置不能大于6或小于0';
|
|
|
}
|