From c3c29af8c7d2fabacc872989c227fbe66869f012 Mon Sep 17 00:00:00 2001 From: mhhhh Date: Wed, 1 Jun 2022 13:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=A7=E9=85=8D=E9=80=81=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E8=B4=B9=E7=94=A8=E4=B8=BA0=E7=9A=84=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/ship/shipTemplate.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/seller/src/views/shop/ship/shipTemplate.vue b/seller/src/views/shop/ship/shipTemplate.vue index 526a8078..df6b1e6b 100644 --- a/seller/src/views/shop/ship/shipTemplate.vue +++ b/seller/src/views/shop/ship/shipTemplate.vue @@ -129,10 +129,10 @@ 指定地区城市为空或指定错误 - + 首(续)件(重)费应输入大于0的整数 @@ -357,9 +357,9 @@ export default { if ( this.form.freightTemplateChildList[i].area == "" || this.form.freightTemplateChildList[i].firstCompany == "" || - this.form.freightTemplateChildList[i].firstPrice == "" || - this.form.freightTemplateChildList[i].continuedCompany == "" || - this.form.freightTemplateChildList[i].continuedPrice == "" + // this.form.freightTemplateChildList[i].firstPrice == "" || + this.form.freightTemplateChildList[i].continuedCompany == "" + // this.form.freightTemplateChildList[i].continuedPrice == "" ) { this.saveError = true; return;