|
@@ -522,6 +522,7 @@ const deselectTimePrice = () => {
|
|
|
//可调量失去焦点
|
|
|
const changeTotalBlur = (row) => {
|
|
|
const { meterTotal, changeTotal } = deepClone(row)
|
|
|
+ console.log(meterTotal, changeTotal, new BigNumber(changeTotal).comparedTo(new BigNumber(meterTotal)))
|
|
|
if (!isNumberReg(changeTotal)) {
|
|
|
row.changeTotal = meterTotal
|
|
|
window.$message.warning('请输入正确的可调量')
|