<#include "/base/add_base.ftl"> 客诉基本信息
<#if listDockedContactInfo?? && (listDockedContactInfo?size > 0) > <#list listDockedContactInfo as list> <#else>
联系人姓名 联系电话 职位/身份 联系邮箱
${list.contactName!''} ${list.contactPhone!''} ${list.contactType!''} ${list.contactEmail!''}
暂时没有对接人信息,请添加!
<#if listChannelDivisionInfo?? && (listChannelDivisionInfo?size > 0) > <#list listChannelDivisionInfo as list> <#else>
渠道类别 渠道类型 渠道/平台名称 销售产品
<#if list.channelCategory == 1 >电商 <#if list.channelCategory == 2 >特殊渠道 <#if list.channelCategory == 3 >线下 <#if list.channelCategory == 4 >海外 ${list.channelType} ${list.channelName} <#if list.listChannelSaleInfo?? && (list.listChannelSaleInfo?size > 0) > <#list list.listChannelSaleInfo as list> <#else>
销售产品型号 供货价(元,含17%税) 账期
${list.promotingProducts} ${list.supplyPrice/100} <#if list.accountPeriod == 1>先款 <#if list.accountPeriod == 2>月结 <#if list.accountPeriod == 3>两个月
暂时没有销售信息,请添加!
暂时没有渠道信息,请添加!
<#--
<#if billingInfo??>
<#else>
--> <#--new billing start--> <#--
<#if billingInfo??> <#––> <#assign isStatus=(billingInfo.accountType == 1)/> <#if isStatus> <#else> <#else>
账户类型 开户支行 账户名称 账号
${billingInfo.accountType!''}公司个人 ${billingInfo.accountOpeningBranch!''} ${billingInfo.accountName!''} ${billingInfo.accountNum!''}
暂无数据
-->
<#if billingInfo??> <#----> <#assign isStatus=(billingInfo.accountType == 1)/> <#if isStatus> <#else> <#else>
账户类型 开户支行 账户名称 账号
${billingInfo.accountType!''}公司个人 ${billingInfo.accountOpeningBranch!''} ${billingInfo.accountName!''} ${billingInfo.accountNum!''}
暂无数据
<#--new billing end-->
<#--
<#if ticketOpeningInfo??>
<#else>
--> <#--new ticketOpening start-->
<#if ticketOpeningInfo??> <#assign isStatus=(ticketOpeningInfo.ticketType == 1)/> <#if isStatus> <#else> <#----> <#else>
发票类型 开户支行 开票账号 企业名称 纳税人识别号 开票电话 企业地址
专票普票 ${ticketOpeningInfo.ticketType!''}${ticketOpeningInfo.accountOpeningBranch!''} ${ticketOpeningInfo.ticketOpeningAccount!''} ${ticketOpeningInfo.enterpriseName!''} ${ticketOpeningInfo.taxpayerIdentificationNum!''} ${ticketOpeningInfo.ticketOpeningPhone!''} ${ticketOpeningInfo.enterpriseAddress!''}
暂无数据
<#--new ticketOpening end-->