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

牌价修改

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