| | |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.infomation = { |
| | | customName: "", |
| | | contactNumber: "LEA50", |
| | | contactName: "", |
| | | contactDuties: "", |
| | | phoneNumber: "", |
| | | businessStatus: "新建", |
| | | businessSource: "1", |
| | | owner: "", |
| | | name: "", |
| | | number: "", |
| | | client_id: "", |
| | | phone: "", |
| | | position: "", |
| | | map: "", |
| | | country: "1", |
| | | province: "1", |
| | | city: "1", |
| | | region: "1", |
| | | address: "" |
| | | member_id: "", |
| | | is_first: false, |
| | | wechat: "", |
| | | birthday: "", |
| | | email: "", |
| | | nextFollowupDate: "", |
| | | country_id: "", |
| | | province_id: "", |
| | | city_id: "", |
| | | region_id: "", |
| | | postalCode: "", |
| | | desc: "" |
| | | } |
| | | }, |
| | | // 编辑 |
| | |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "编辑" |
| | | this.editConfig.infomation = { |
| | | customName: row.customName, |
| | | saleLeadNumber: row.saleLeadNumber, |
| | | contactName: row.contactName, |
| | | contactDuties: row.contactDuties, |
| | | phoneNumber: row.phoneNumber, |
| | | businessStatus: "新建", |
| | | businessSource: row.businessSource, |
| | | owner: row.owner, |
| | | position: "", |
| | | map: "", |
| | | country: "1", |
| | | province: "1", |
| | | city: "1", |
| | | region: "1", |
| | | address: "" |
| | | id: row.id, |
| | | birthday: row.birthday, |
| | | city_id: row.city_id, |
| | | client_id: 0, |
| | | country_id: row.country_id, |
| | | desc: row.desc, |
| | | email: row.email, |
| | | is_first: row.is_first || false, |
| | | member_id: row.member_id, |
| | | name: row.name, |
| | | number: row.number, |
| | | phone: row.phone, |
| | | position: row.position, |
| | | province_id: row.province_id, |
| | | region_id: row.region_id, |
| | | wechat: row.wechat |
| | | } |
| | | } |
| | | } |