Commit 6926d038 authored by 邓春圆's avatar 邓春圆

牌价修改

parent 6fbc3478
...@@ -367,10 +367,12 @@ export default { ...@@ -367,10 +367,12 @@ export default {
handleAdd(row) { handleAdd(row) {
this.addDialog.form.customerId = row.customerId this.addDialog.form.customerId = row.customerId
this.addDialog.form.customerName = row.customerName this.addDialog.form.customerName = row.customerName
this.addDialog.form.feeScale = row.feeScale+''
this.addDialog.dialogVisible = true this.addDialog.dialogVisible = true
}, },
editAdd(row){ editAdd(row){
this.editDialog.form.customerId = row.customerId this.editDialog.form.customerId = row.customerId
this.editDialog.form.feeScale = row.feeScale;
if(row.customerContactsId){ if(row.customerContactsId){
this.editDialog.form.customerContactsId = row.customerContactsId this.editDialog.form.customerContactsId = row.customerContactsId
} }
......
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