From 82178d1fe699f55e31dc58881f27583e9bcb7e38 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 8 Sep 2022 13:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E6=A0=B8=E5=AF=B9=E5=BE=85=E6=A0=B8=E5=AF=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BF=9D=E5=AD=98=E6=97=B6=E7=9A=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bicyclerebatecheck/bicyclerebatetobechecked.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue index 1967ea5ab3..9e32b4708b 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue @@ -592,6 +592,10 @@ export default { this.$message({ showClose: true, type: 'error', message: '待确定金额不能为空' }) return } + if (row.money === '') { + this.$message({ showClose: true, type: 'error', message: '费用不能为空' }) + return + } if (row.stayDetermineMoney !== '0') { if (row.isAdjustment === '是') { this.$message({ showClose: true, type: 'error', message: '因待确定金额大于0,是否调整选项需选择否' })