ZaiZai 1 year ago
parent
commit
eaab806597
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/debit-pay/material/components/material/dataModal.vue

+ 1 - 0
src/views/debit-pay/material/components/material/dataModal.vue

@@ -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('请输入正确的可调量')