custome_basic_detail.ftl 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="renderer" content="webkit|ie-comp|ie-stand">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  8. <meta http-equiv="Cache-Control" content="no-siteapp" />
  9. <#include "/base/add_base.ftl">
  10. <link href="${path}/common/lib/jquery.ui/jquery-ui.css" rel="stylesheet" type="text/css"/>
  11. <link href="${path}/common/lib/webuploader/0.1.5/webuploader.css" rel="stylesheet" type="text/css"/>
  12. <link href="${path}/common/lib/icheck/icheck.css" rel="stylesheet" type="text/css"/>
  13. <style>
  14. .tit{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
  15. .tit:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
  16. .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
  17. .tit-2:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
  18. #province select{margin-right:10px; width:100px;height: 31px;-webkit-appearance:none !important;appearance:none;background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;padding-left:3px;padding-right: 25px;}
  19. #suggest, #suggest2 {width:200px}
  20. .gray {color:gray}
  21. .ac_results {background:#fff;border:1px solid #7f9db9;position: absolute;z-index: 10000;display: none}
  22. .ac_results li a {white-space: nowrap;text-decoration:none;display:block;color:#05a;padding:1px 3px}
  23. .ac_results li {border:1px solid #fff}
  24. .ac_over, .ac_results li a:hover {background:#c8e3fc}
  25. .ac_results li a span {float:right}
  26. .ac_result_tip {border-bottom:1px dashed #666;padding:3px}
  27. .select-box{background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;}
  28. .select-box select{-webkit-appearance:none !important;background-color: transparent; appearance:none;padding-right: 25px;}
  29. .dalog-ask{position: absolute;left:60%;top:0;-webkit-transform: translateY(-30%);transform: translateY(-30%);display: none;background-color: #fff;z-index: 10;}
  30. .tag{ width:300px; min-height:300px; border:1px solid #32a3d8; position:relative;background-color: #fff;line-height: 1.5;padding: 10px 12px;}
  31. .tag em{display:block; border-width:15px; position:absolute; top:30%; left:-30px;border-style:solid dashed dashed; border-color:transparent #32a3d8 transparent transparent;font-size:0; line-height:0;}
  32. .dalog-ask .ask{color: #000;margin: 10px 0 5px 0;}
  33. .dalog-ask .answer{color: #666;margin-bottom: 10px;}
  34. .dalog-ask .answer:hover{color: #32a3d8;cursor: pointer;}
  35. .time-line-list{list-style: none;width: 100%;margin-left: -20px;}
  36. .time-line-list>li{position: relative;float: left; text-align: center;width: 100px;overflow: hidden;white-space: nowrap;word-break: break-all;padding: 2px 0;}
  37. .time-line-list .number{display: inline-block; padding: 2px; background: #32a3d8;border: 2px solid #fff;box-shadow:0 0 0 1px #32a3d8;width: 20px;height: 20px;color: #fff;line-height: 20px;border-radius: 50%;}
  38. .time-line-list .red{display: inline-block; padding: 2px; background: red;border: 2px solid #fff;box-shadow:0 0 0 1px #32a3d8;width: 20px;height: 20px;color: #fff;line-height: 20px;border-radius: 50%;}
  39. .time-line-list>li:before{content:'';position: absolute;height: 1px;width: 30%;right:0;top: 15px; background-color: #32a3d8;}
  40. .time-line-list>li:after{content: '';position: absolute;height: 1px;width: 30%;left: 0;top: 15px;background:#32a3d8;}
  41. .time-line-list>li:first-child:after,.time-line-list>li:last-child:before{display: none;}
  42. .time-line-list .arrow{border-width:7px; position:absolute; left:25%; top:9px;border-style:solid dashed dashed; border-color:transparent transparent transparent #32a3d8;font-size:0; line-height:0;}
  43. .time-line-list>li:first-child .arrow{display: none;}
  44. .table-bg th{background-color: #e2f6ff;}
  45. .update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #effaff;border: 1px solid #32a3d8;}
  46. .my-search-input{padding-left: 30px;background: url(${path}/common/images/cm/search.png) 6px center no-repeat;background-size: auto 60%; }
  47. .txt-red{color:red}
  48. </style>
  49. <title>客诉基本信息</title>
  50. </head>
  51. <body>
  52. <article class="cl pd-20">
  53. <form action="" method="post" class="form form-horizontal" id="form-article-add">
  54. <div class="row cl">
  55. <label class="form-label col-2">
  56. <div class="tit-2">客户基本信息</div>
  57. </label>
  58. <div class="formControls col-9">
  59. </div>
  60. </div>
  61. <div class="row cl">
  62. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">客户类型:</label>
  63. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  64. <label>
  65. <#if customerBasicInfo.customerType == 1>个人</#if>
  66. <#if customerBasicInfo.customerType == 2>企业</#if>
  67. </label>
  68. </div>
  69. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">合作进度:</label>
  70. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  71. <label>
  72. <#if customerBasicInfo.cooperativeState == 1>意向合作</#if>
  73. <#if customerBasicInfo.cooperativeState == 2>已经合作</#if>
  74. <#if customerBasicInfo.cooperativeState == 3>停止合作</#if>
  75. </label>
  76. </div>
  77. </div>
  78. <div class="row cl">
  79. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户名称:</label>
  80. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  81. <label>
  82. ${customerBasicInfo.customerName!''}
  83. </label>
  84. </div>
  85. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户行业:</label>
  86. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  87. <label>
  88. ${customerBasicInfo.customerIndustry!''}
  89. </label>
  90. </div>
  91. </div>
  92. <div class="row cl" style="position: relative;">
  93. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户地址:</label>
  94. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  95. <label>
  96. ${customerBasicInfo.provinceName!''}-${customerBasicInfo.cityName!''}-${customerBasicInfo.customerAddress!''}
  97. </label>
  98. </div>
  99. </div>
  100. <div class="row cl">
  101. <label class="form-label col-3">
  102. <div class="tit-2">对接联系人信息</div>
  103. </label>
  104. <div class="formControls col-9">
  105. </div>
  106. </div>
  107. <div class="row cl">
  108. <label class="form-label col-1 col-sm-1"></label>
  109. <div class="formControls col-6 col-sm-6 text-c">
  110. <table class="table table-border table-bg table-bordered">
  111. <thead>
  112. <tr>
  113. <th>联系人姓名</th>
  114. <th>联系电话</th>
  115. <th>职位/身份</th>
  116. <th>联系邮箱</th>
  117. </tr>
  118. </thead>
  119. <tbody id="salesOrderHtml">
  120. <#if listDockedContactInfo?? && (listDockedContactInfo?size > 0) >
  121. <#list listDockedContactInfo as list>
  122. <tr>
  123. <td>${list.contactName!''}</td>
  124. <td>${list.contactPhone!''}</td>
  125. <td>${list.contactType!''}</td>
  126. <td>${list.contactEmail!''}</td>
  127. </tr>
  128. </#list>
  129. <#else>
  130. <tr><td colspan="4" class="td-manage text-c" >暂时没有对接人信息,请添加!</td></tr>
  131. </#if>
  132. </tbody>
  133. </table>
  134. </div>
  135. </div>
  136. <div class="row cl">
  137. <label class="form-label col-3">
  138. <div class="tit-2">客户销售渠道信息备案</div>
  139. </label>
  140. <div class="formControls col-9">
  141. </div>
  142. </div>
  143. <div class="row cl">
  144. <label class="form-label col-1 col-sm-1"></label>
  145. <div class="formControls col-6 col-sm-6 text-c">
  146. <table class="table table-border table-bg table-bordered">
  147. <thead>
  148. <tr>
  149. <th>渠道类别</th>
  150. <th>渠道类型</th>
  151. <th>渠道/平台名称</th>
  152. <th>销售产品</th>
  153. </tr>
  154. </thead>
  155. <tbody>
  156. <#if listChannelDivisionInfo?? && (listChannelDivisionInfo?size > 0) >
  157. <#list listChannelDivisionInfo as list>
  158. <tr>
  159. <td>
  160. <#if list.channelCategory == 1 >电商</#if>
  161. <#if list.channelCategory == 2 >特殊渠道</#if>
  162. <#if list.channelCategory == 3 >线下</#if>
  163. <#if list.channelCategory == 4 >海外</#if>
  164. </td>
  165. <td>${list.channelType}</td>
  166. <td>${list.channelName}</td>
  167. <td>
  168. <table class="table table-border table-bg table-bordered">
  169. <thead>
  170. <tr>
  171. <th>销售产品型号</th>
  172. <th>供货价(元,含17%税)</th>
  173. <th>账期</th>
  174. </tr>
  175. </thead>
  176. <tbody>
  177. <#if list.listChannelSaleInfo?? && (list.listChannelSaleInfo?size > 0) >
  178. <#list list.listChannelSaleInfo as list>
  179. <tr>
  180. <td>${list.promotingProducts}</td>
  181. <td>${list.supplyPrice/100}</td>
  182. <td>
  183. <#if list.accountPeriod == 1>先款</#if>
  184. <#if list.accountPeriod == 2>月结 </#if>
  185. <#if list.accountPeriod == 3>两个月</#if>
  186. </td>
  187. </tr>
  188. </#list>
  189. <#else>
  190. <tr><td colspan="3" class="td-manage text-c" >暂时没有销售信息,请添加!</td></tr>
  191. </#if>
  192. </tbody>
  193. </table>
  194. </td>
  195. </tr>
  196. </#list>
  197. <#else>
  198. <tr><td colspan="4" class="td-manage text-c" >暂时没有渠道信息,请添加!</td></tr>
  199. </#if>
  200. </tbody>
  201. </table>
  202. </div>
  203. </div>
  204. <div class="row cl">
  205. <label class="form-label col-3">
  206. <div class="tit-2">付款/退款信息</div>
  207. </label>
  208. <div class="formControls col-9">
  209. </div>
  210. </div>
  211. <#if billingInfo??>
  212. <div class="row cl">
  213. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">开户支行:</label>
  214. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  215. <label>${billingInfo.accountOpeningBranch!''}</label>
  216. </div>
  217. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">账户名称:</label>
  218. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  219. <label>${billingInfo.accountName!''}</label>
  220. </div>
  221. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">账号:</label>
  222. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  223. <label>${billingInfo.accountNum!''}</label>
  224. </div>
  225. </div>
  226. <div class="row cl">
  227. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">收款人姓名:</label>
  228. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  229. <label>${billingInfo.receivablesName!''}</label>
  230. </div>
  231. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">收款人电话:</label>
  232. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  233. <label>${billingInfo.receivablesPhone!''}</label>
  234. </div>
  235. </div>
  236. <#else>
  237. <div class="row cl">
  238. <label class="form-label col-1 col-sm-1"></label>
  239. </div>
  240. <div class="row cl">
  241. <label class="form-label col-1 col-sm-1"></label>
  242. <div class="formControls col-4 col-sm-4">
  243. <label>无付款/退款信息</label>
  244. </div>
  245. </div>
  246. </#if>
  247. <div class="row cl">
  248. <label class="form-label col-3">
  249. <div class="tit-2">开票信息</div>
  250. </label>
  251. <div class="formControls col-9">
  252. </div>
  253. </div>
  254. <#if ticketOpeningInfo??>
  255. <div class="row cl">
  256. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">发票类型:</label>
  257. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  258. <label>
  259. <#if ticketOpeningInfo.ticketType == 1>专票</#if>
  260. <#if ticketOpeningInfo.ticketType == 2>普票</#if>
  261. </label>
  262. </div>
  263. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开户支行:</label>
  264. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  265. <label>${ticketOpeningInfo.accountOpeningBranch!''}</label>
  266. </div>
  267. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开票账号:</label>
  268. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  269. <label>${ticketOpeningInfo.ticketOpeningAccount!''}</label>
  270. </div>
  271. </div>
  272. <div class="row cl">
  273. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">企业名称:</label>
  274. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  275. <label>${ticketOpeningInfo.enterpriseName!''}</label>
  276. </div>
  277. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">纳税人识别号:</label>
  278. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  279. <label>${ticketOpeningInfo.taxpayerIdentificationNum!''}</label>
  280. </div>
  281. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开票电话:</label>
  282. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  283. <label>${ticketOpeningInfo.ticketOpeningPhone!''}</label>
  284. </div>
  285. </div>
  286. <div class="row cl">
  287. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">企业地址:</label>
  288. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  289. <label>${ticketOpeningInfo.enterpriseAddress!''}</label>
  290. </div>
  291. </div>
  292. <#else>
  293. <div class="row cl">
  294. <label class="form-label col-1 col-sm-1"></label>
  295. </div>
  296. <div class="row cl">
  297. <label class="form-label col-1 col-sm-1"></label>
  298. <div class="formControls col-4 col-sm-4">
  299. <label>不需开票</label>
  300. </div>
  301. </div>
  302. </#if>
  303. <div class="row cl">
  304. <label class="form-label col-3">
  305. <div class="tit-2">客户备注</div>
  306. </label>
  307. <div class="formControls col-9">
  308. </div>
  309. </div>
  310. <div class="row cl">
  311. <label class="form-label col-1 col-sm-1"></label>
  312. <div class="formControls col-4 col-sm-4">
  313. <label>${customerBasicInfo.customerRemarks!''}</label>
  314. </div>
  315. </div>
  316. </form>
  317. </article>
  318. <script type="text/javascript" src="${path}/common/lib/My97DatePicker/4.8/WdatePicker.js"></script>
  319. <script type="text/javascript" src="${path}/common/lib/webuploader/0.1.5/webuploader.min.js"></script>
  320. <script type="text/javascript" src="${path}/common/lib/icheck/jquery.icheck.min.js"></script>
  321. <script type="text/javascript" src="${path}/common/lib/cm.lib/jquery.provincesCity.js"></script>
  322. <script type="text/javascript" src="${path}/common/lib/cm.lib/provincesData.js"></script>
  323. <script type="text/javascript" src="${path}/common/lib/cm.lib/airCity.js"></script>
  324. <script type="text/javascript" src="${path}/common/lib/cm.lib/suggest.js"></script>
  325. <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/lang/zh-cn/zh-cn.js"></script>
  326. </body>
  327. </html>