fix:修改运营设置运费的规则检验

This commit is contained in:
lihaoyuan 2025-10-30 11:11:02 +08:00
parent ab7479a605
commit 70688c8095

View File

@ -308,7 +308,7 @@
order_cutprice_time: null, order_cutprice_time: null,
product_inventory_warning: null, product_inventory_warning: null,
product_salenum_flag: null, product_salenum_flag: null,
inner_min_delivery_fee:0, inner_min_delivery_fee:null,
}, },
promoteForm: { promoteForm: {
plantform_poster_bg: null, plantform_poster_bg: null,
@ -338,15 +338,10 @@
], ],
inner_min_delivery_fee:[ inner_min_delivery_fee:[
{ {
require:true, required:true,
message:this.__('平台运费不能为空'), message:this.__('平台运费不能为空'),
trigger: 'blur', trigger: 'blur',
}, },
{
type:'number',
min:0,
max:1000
}
] ]
}, },
show_cancel_timeOptions: [ show_cancel_timeOptions: [