Commit 01a79d62 authored by Marcus's avatar Marcus

2988

parent 3c567aca
...@@ -684,12 +684,13 @@ export default { ...@@ -684,12 +684,13 @@ export default {
// 重货标准和泡货标准,未打开就不传,提交前清空一下 // 重货标准和泡货标准,未打开就不传,提交前清空一下
if(!this.showZhong) { if(!this.showZhong) {
this.form.weightUnit = null this.form.weightUnit = null
this.form.zhongLines = null this.zhongLines = []
} }
if(!this.showPao) { if(!this.showPao) {
this.form.lightUnit = null this.form.lightUnit = null
this.form.paoLines = null this.paoLines = []
} }
this.updateCustomerLines()
const form = {...this.form, type: this.form.type?.join(','), transportType: (this.form.transportType || [])?.join(','), taxRate: Number(this.form.taxRate)} const form = {...this.form, type: this.form.type?.join(','), transportType: (this.form.transportType || [])?.join(','), taxRate: Number(this.form.taxRate)}
// 检查路线是否启用了但是没选择目的仓 // 检查路线是否启用了但是没选择目的仓
......
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