fix:修改运营设置运费的规则检验
This commit is contained in:
parent
ab7479a605
commit
70688c8095
@ -308,7 +308,7 @@
|
||||
order_cutprice_time: null,
|
||||
product_inventory_warning: null,
|
||||
product_salenum_flag: null,
|
||||
inner_min_delivery_fee:0,
|
||||
inner_min_delivery_fee:null,
|
||||
},
|
||||
promoteForm: {
|
||||
plantform_poster_bg: null,
|
||||
@ -338,15 +338,10 @@
|
||||
],
|
||||
inner_min_delivery_fee:[
|
||||
{
|
||||
require:true,
|
||||
required:true,
|
||||
message:this.__('平台运费不能为空'),
|
||||
trigger: 'blur',
|
||||
},
|
||||
{
|
||||
type:'number',
|
||||
min:0,
|
||||
max:1000
|
||||
}
|
||||
]
|
||||
},
|
||||
show_cancel_timeOptions: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user