Commit c84b2565 authored by dragondean@qq.com's avatar dragondean@qq.com

批量加价最少选择一个订单

parent 518af250
......@@ -354,6 +354,9 @@ export default {
if(!this.form.freightFee && !this.form.clearanceFee){
return this.$message.error(this.$t('运费和清关费不能同时为空'))
}
if(!this.ids.length){
return this.$message.error(this.$t('最少选择一个订单'))
}
let form = {...this.form, orderIds: this.ids}
let data = {
approvalType: 18, // 批量加价
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment