From a430c38d4709705c6c2dccb47aab2859542f835d Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 26 May 2023 17:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93=E7=94=B3?= =?UTF-8?q?=E8=AF=B7--=E5=8E=BB=E6=8E=89=E4=B8=80=E6=AC=A1=E8=BF=90?= =?UTF-8?q?=E8=B4=B9=E4=B8=8D=E8=83=BD=E4=B8=BA0=E7=9A=84=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue | 8 -------- .../ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue | 8 -------- 2 files changed, 16 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue index 0400ef206d..019c358da0 100644 --- a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue @@ -741,10 +741,6 @@ export default { this.$message({ showClose: true, type: 'error', message: '一次运费不能为空' }) return } - if (this.formobj.onceFreight == 0) { - this.$message({ showClose: true, type: 'error', message: '因一次运费不能为零,请完善一次运费' }) - return - } for (var i = 0; i < this.formobj.vehicleList.length; i++) { if (this.formobj.vehicleList[i].vinNo !== '' && this.formobj.vehicleList[i].engineNo === '') { this.$message({ showClose: true, type: 'error', message: '车架号:' + this.formobj.vehicleList[i].vinNo + '的发动机号不能为空' }) @@ -809,10 +805,6 @@ export default { this.$message({ showClose: true, type: 'error', message: '一次运费不能为空' }) return } - if (this.formobj.onceFreight == 0) { - this.$message({ showClose: true, type: 'error', message: '因一次运费不能为零,请完善一次运费' }) - return - } if (this.formobj.priceDate === '' || this.formobj.priceDate === null) { this.$message({ showClose: true, type: 'error', message: '厂家入库日期不能为空' }) return diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue index 2354e4d6c6..05a795a140 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue @@ -750,10 +750,6 @@ export default { this.$message({ showClose: true, type: 'error', message: '一次运费不能为空' }) return } - if (this.formobj.onceFreight == 0) { - this.$message({ showClose: true, type: 'error', message: '因一次运费不能为零,请完善一次运费' }) - return - } if (this.formobj.departureDate === '') { this.$message({ showClose: true, type: 'error', message: '厂家发车日期不能为空' }) return @@ -832,10 +828,6 @@ export default { this.$message({ showClose: true, type: 'error', message: '一次运费不能为空' }) return } - if (this.formobj.onceFreight == 0) { - this.$message({ showClose: true, type: 'error', message: '因一次运费不能为零,请完善一次运费' }) - return - } if (this.formobj.priceDate === '' || this.formobj.priceDate === null) { this.$message({ showClose: true, type: 'error', message: '厂家入库日期不能为空' }) return