Commit 8cc706aa authored by Marcus's avatar Marcus

入仓新增货物 收费模式问题

parent d22af2a4
...@@ -390,8 +390,8 @@ export default { ...@@ -390,8 +390,8 @@ export default {
customerId: this.customerId customerId: this.customerId
}).then(r => { }).then(r => {
if(r.code === 0){ if(r.code === 0){
this.form.feeType = parseInt(r.data.feeType) (this.activeName === "first" ? this.form : this.form1).feeType = parseInt(r.data.feeType);
this.form.recordMode = parseInt(r.data.recordMode) (this.activeName === "first" ? this.form : this.form1).recordMode = parseInt(r.data.recordMode)
} }
}) })
}, },
......
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