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;