客户基本信息 客户类型: <#if customerBasicInfo.customerType == 1>个人#if> <#if customerBasicInfo.customerType == 2>企业#if> 合作进度: <#if customerBasicInfo.cooperativeState == 1>意向合作#if> <#if customerBasicInfo.cooperativeState == 2>已经合作#if> <#if customerBasicInfo.cooperativeState == 3>停止合作#if> 客户名称: ${customerBasicInfo.customerName!''} 客户行业: ${customerBasicInfo.customerIndustry!''} 客户地址: ${customerBasicInfo.provinceName!''}-${customerBasicInfo.cityName!''}-${customerBasicInfo.customerAddress!''} 对接联系人信息 联系人姓名 联系电话 职位/身份 联系邮箱 <#if listDockedContactInfo?? && (listDockedContactInfo?size > 0) > <#list listDockedContactInfo as list> ${list.contactName!''} ${list.contactPhone!''} ${list.contactType!''} ${list.contactEmail!''} #list> <#else> 暂时没有对接人信息,请添加! #if> 客户销售渠道信息备案 渠道类别 渠道类型 渠道/平台名称 销售产品 <#if listChannelDivisionInfo?? && (listChannelDivisionInfo?size > 0) > <#list listChannelDivisionInfo as list> <#if list.channelCategory == 1 >电商#if> <#if list.channelCategory == 2 >特殊渠道#if> <#if list.channelCategory == 3 >线下#if> <#if list.channelCategory == 4 >海外#if> ${list.channelType} ${list.channelName} 销售产品型号 供货价(元,含17%税) 账期 <#if list.listChannelSaleInfo?? && (list.listChannelSaleInfo?size > 0) > <#list list.listChannelSaleInfo as list> ${list.promotingProducts} ${list.supplyPrice/100} <#if list.accountPeriod == 1>先款#if> <#if list.accountPeriod == 2>月结 #if> <#if list.accountPeriod == 3>两个月#if> #list> <#else> 暂时没有销售信息,请添加! #if> #list> <#else> 暂时没有渠道信息,请添加! #if> 付款/退款信息 <#if billingInfo??> 开户支行: ${billingInfo.accountOpeningBranch!''} 账户名称: ${billingInfo.accountName!''} 账号: ${billingInfo.accountNum!''} 收款人姓名: ${billingInfo.receivablesName!''} 收款人电话: ${billingInfo.receivablesPhone!''} <#else> 无付款/退款信息 #if> 开票信息 <#if ticketOpeningInfo??> 发票类型: <#if ticketOpeningInfo.ticketType == 1>专票#if> <#if ticketOpeningInfo.ticketType == 2>普票#if> 开户支行: ${ticketOpeningInfo.accountOpeningBranch!''} 开票账号: ${ticketOpeningInfo.ticketOpeningAccount!''} 企业名称: ${ticketOpeningInfo.enterpriseName!''} 纳税人识别号: ${ticketOpeningInfo.taxpayerIdentificationNum!''} 开票电话: ${ticketOpeningInfo.ticketOpeningPhone!''} 企业地址: ${ticketOpeningInfo.enterpriseAddress!''} <#else> 不需开票 #if> 客户备注 ${customerBasicInfo.customerRemarks!''}