|
|
@ -285,8 +285,10 @@ export default { |
|
|
|
sourceKey: '', // 客户来源key |
|
|
|
staffSid: '', // 业务员sid |
|
|
|
taxpayerNo: '', // 身份证号 |
|
|
|
useOrgName: '', // 分公司名称 |
|
|
|
useOrgSid: '', // 分公司sid |
|
|
|
useOrgName: '', // 部门名称 |
|
|
|
useOrgSid: '', // 部门sid |
|
|
|
createOrgName: '', // 单位名称 |
|
|
|
createOrgSid: '', // 单位sid |
|
|
|
userSid: '', // 当前登录用户的sid |
|
|
|
visitWay: '', // 见面方式(到店/电话/拜访) |
|
|
|
visitWayKey: '', // 见面方式key |
|
|
@ -342,7 +344,10 @@ export default { |
|
|
|
this.temp.visitWayKey = customerTypeList.visitWayKey |
|
|
|
this.temp.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
this.temp.staffSid = '' |
|
|
|
this.temp.orgSid = window.sessionStorage.getItem('orgSid') |
|
|
|
this.temp.createOrgSid = window.sessionStorage.getItem('orgSid') |
|
|
|
this.temp.createOrgName = window.sessionStorage.getItem('orgName') |
|
|
|
this.temp.useOrgSid = window.sessionStorage.getItem('defaultDeptSid') |
|
|
|
this.temp.useOrgName = window.sessionStorage.getItem('defaultDeptName') |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
if (this.temp.customerType !== '') { |
|
|
|
if (this.temp.customerType === '个人') { |
|
|
@ -496,8 +501,10 @@ export default { |
|
|
|
sourceKey: '', // 客户来源key |
|
|
|
staffSid: '', // 业务员sid |
|
|
|
taxpayerNo: '', // 身份证号 |
|
|
|
useOrgName: '', // 分公司名称 |
|
|
|
useOrgSid: '', // 分公司sid |
|
|
|
useOrgName: '', // 部门名称 |
|
|
|
useOrgSid: '', // 部门sid |
|
|
|
createOrgName: '', // 单位名称 |
|
|
|
createOrgSid: '', // 单位sid |
|
|
|
userSid: '', // 当前登录用户的sid |
|
|
|
visitWay: '', // 见面方式(到店/电话/拜访) |
|
|
|
visitWayKey: '', // 见面方式key |
|
|
|