custome_basic_detail.ftl 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  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;color: #50a2ea;}
  17. .tit-2:after{content: '';position: absolute;left: 0;top: 50%;height: 6px;width: 6px;border-radius: 6px;margin-top: -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: 15px;}
  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. .my-btn-search{border: 1px solid #32a3d8;padding: 1px 25px;height: 32px;background-color: #32a3d8;color: #fff;}
  49. </style>
  50. <title>客诉基本信息</title>
  51. </head>
  52. <body>
  53. <article class="cl pd-20">
  54. <form action="" method="post" class="form form-horizontal" id="form-article-add">
  55. <div class="row cl">
  56. <span class="c-red"><button type="button" class="my-btn-search" onclick="window.history.back()">返回</button></span>
  57. </div>
  58. <div class="row cl">
  59. <label class="form-label col-2">
  60. <div class="tit-2">客户基本信息</div>
  61. </label>
  62. <div class="formControls col-9">
  63. </div>
  64. </div>
  65. <div style="margin-left: -27px;">
  66. <div class="row cl">
  67. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">客户类型:</label>
  68. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  69. <label>
  70. <#if customerBasicInfo.customerType == 1>个人</#if>
  71. <#if customerBasicInfo.customerType == 2>企业</#if>
  72. </label>
  73. </div>
  74. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">合作进度:</label>
  75. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  76. <label>
  77. <#if customerBasicInfo.cooperativeState == 1>意向合作</#if>
  78. <#if customerBasicInfo.cooperativeState == 2>已经合作</#if>
  79. <#if customerBasicInfo.cooperativeState == 3>停止合作</#if>
  80. </label>
  81. </div>
  82. </div>
  83. <div class="row cl">
  84. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户名称:</label>
  85. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  86. <label>
  87. ${customerBasicInfo.customerName!''}
  88. </label>
  89. </div>
  90. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户行业:</label>
  91. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  92. <label>
  93. ${customerBasicInfo.customerIndustry!''}
  94. </label>
  95. </div>
  96. </div>
  97. <div class="row cl" style="position: relative;">
  98. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">客户地址:</label>
  99. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  100. <label>
  101. ${customerBasicInfo.provinceName!''}-${customerBasicInfo.cityName!''}-${customerBasicInfo.customerAddress!''}
  102. </label>
  103. </div>
  104. </div>
  105. </div>
  106. <div class="row cl">
  107. <label class="form-label col-3">
  108. <div class="tit-2">对接联系人信息</div>
  109. </label>
  110. <div class="formControls col-9">
  111. </div>
  112. </div>
  113. <div class="row cl">
  114. <label class="form-label col-1 col-sm-1"></label>
  115. <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
  116. <table class="table table-border table-bg table-bordered">
  117. <thead>
  118. <tr class="text-c">
  119. <th>联系人姓名</th>
  120. <th>联系电话</th>
  121. <th>职位/身份</th>
  122. <th>联系邮箱</th>
  123. </tr>
  124. </thead>
  125. <tbody id="salesOrderHtml">
  126. <#if listDockedContactInfo?? && (listDockedContactInfo?size > 0) >
  127. <#list listDockedContactInfo as list>
  128. <tr class="text-c">
  129. <td>${list.contactName!''}</td>
  130. <td>${list.contactPhone!''}</td>
  131. <td>${list.contactType!''}</td>
  132. <td>${list.contactEmail!''}</td>
  133. </tr>
  134. </#list>
  135. <#else>
  136. <tr><td colspan="4" class="td-manage text-c" >暂时没有对接人信息,请添加!</td></tr>
  137. </#if>
  138. </tbody>
  139. </table>
  140. </div>
  141. </div>
  142. <div class="row cl">
  143. <label class="form-label col-3">
  144. <div class="tit-2">客户销售渠道信息备案</div>
  145. </label>
  146. <div class="formControls col-9">
  147. </div>
  148. </div>
  149. <div class="row cl">
  150. <label class="form-label col-1 col-sm-1"></label>
  151. <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
  152. <table class="table table-border table-bg table-bordered">
  153. <thead>
  154. <tr class="text-c">
  155. <th>渠道类别</th>
  156. <th>渠道类型</th>
  157. <th>渠道/平台名称</th>
  158. <th>销售产品</th>
  159. </tr>
  160. </thead>
  161. <tbody>
  162. <#if listChannelDivisionInfo?? && (listChannelDivisionInfo?size > 0) >
  163. <#list listChannelDivisionInfo as list>
  164. <tr class="text-c">
  165. <td>
  166. <#if list.channelCategory == 1 >电商</#if>
  167. <#if list.channelCategory == 2 >特殊渠道</#if>
  168. <#if list.channelCategory == 3 >线下</#if>
  169. <#if list.channelCategory == 4 >海外</#if>
  170. </td>
  171. <td>${list.channelType}</td>
  172. <td>${list.channelName}</td>
  173. <td>
  174. <table class="table table-border table-bg table-bordered">
  175. <thead>
  176. <tr>
  177. <th>销售产品型号</th>
  178. <th>供货价(元,含17%税)</th>
  179. <th>账期</th>
  180. </tr>
  181. </thead>
  182. <tbody>
  183. <#if list.listChannelSaleInfo?? && (list.listChannelSaleInfo?size > 0) >
  184. <#list list.listChannelSaleInfo as list>
  185. <tr>
  186. <td>${list.promotingProducts}</td>
  187. <td>${list.supplyPrice/100}</td>
  188. <td>
  189. <#if list.accountPeriod == 1>先款</#if>
  190. <#if list.accountPeriod == 2>月结 </#if>
  191. <#if list.accountPeriod == 3>两个月</#if>
  192. </td>
  193. </tr>
  194. </#list>
  195. <#else>
  196. <tr><td colspan="3" class="td-manage text-c" >暂时没有销售信息,请添加!</td></tr>
  197. </#if>
  198. </tbody>
  199. </table>
  200. </td>
  201. </tr>
  202. </#list>
  203. <#else>
  204. <tr><td colspan="4" class="td-manage text-c" >暂时没有渠道信息,请添加!</td></tr>
  205. </#if>
  206. </tbody>
  207. </table>
  208. </div>
  209. </div>
  210. <div class="row cl">
  211. <label class="form-label col-3">
  212. <div class="tit-2">付款/退款信息</div>
  213. </label>
  214. <div class="formControls col-9">
  215. </div>
  216. </div>
  217. <#--<div style="margin-left: -27px;">
  218. <#if billingInfo??>
  219. <div class="row cl">
  220. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">开户支行:</label>
  221. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  222. <label>${billingInfo.accountOpeningBranch!''}</label>
  223. </div>
  224. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">账户名称:</label>
  225. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  226. <label>${billingInfo.accountName!''}</label>
  227. </div>
  228. <label class="form-label col-2 col-sm-2"style="padding:0 0;margin-top: 2px;">账号:</label>
  229. <div class="formControls col-2 col-sm-2"style="padding:0 0;">
  230. <label>${billingInfo.accountNum!''}</label>
  231. </div>
  232. </div>
  233. <#else>
  234. <div class="row cl">
  235. <label class="form-label col-1 col-sm-1"></label>
  236. </div>
  237. <div class="row cl">
  238. <label class="form-label col-1 col-sm-1"></label>
  239. <div class="formControls col-4 col-sm-4">
  240. <label>无付款/退款信息</label>
  241. </div>
  242. </div>
  243. </#if>
  244. </div>-->
  245. <#--new billing start-->
  246. <#--<div class="row cl">
  247. <div class="mt-20" style="margin: 10px 20px 20px 20px;">
  248. <table class="table table-border table-bordered table-bg table-hover table-sort" style="width: 960px;">
  249. <thead>
  250. <tr class="text-c">
  251. <th width="100">账户类型</th>
  252. <th width="100">开户支行</th>
  253. <th width="100">账户名称</th>
  254. <th width="100">账号</th>
  255. </tr>
  256. </thead>
  257. <tbody id="contactListId">
  258. <#if billingInfo??>
  259. <tr class="text-c">
  260. &lt;#&ndash;<td>${billingInfo.accountType!''}</td>&ndash;&gt;
  261. <#assign isStatus=(billingInfo.accountType == 1)/>
  262. <#if isStatus>
  263. <td>公司</td>
  264. <#else>
  265. <td>个人</td>
  266. </#if>
  267. <td>${billingInfo.accountOpeningBranch!''}</td>
  268. <td>${billingInfo.accountName!''}</td>
  269. <td>${billingInfo.accountNum!''}</td>
  270. </tr>
  271. <#else>
  272. <tr class="text-c"><td colspan="9">暂无数据</td></tr>
  273. </#if>
  274. </tbody>
  275. </table>
  276. </div>
  277. </div>-->
  278. <div class="row cl">
  279. <label class="form-label col-1 col-sm-1"></label>
  280. <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
  281. <table class="table table-border table-bg table-bordered">
  282. <thead>
  283. <tr class="text-c">
  284. <th width="100">账户类型</th>
  285. <th width="100">开户支行</th>
  286. <th width="100">账户名称</th>
  287. <th width="100">账号</th>
  288. </tr>
  289. </thead>
  290. <tbody id="contactListId">
  291. <#if billingInfo??>
  292. <tr class="text-c">
  293. <#--<td>${billingInfo.accountType!''}</td>-->
  294. <#assign isStatus=(billingInfo.accountType == 1)/>
  295. <#if isStatus>
  296. <td>公司</td>
  297. <#else>
  298. <td>个人</td>
  299. </#if>
  300. <td>${billingInfo.accountOpeningBranch!''}</td>
  301. <td>${billingInfo.accountName!''}</td>
  302. <td>${billingInfo.accountNum!''}</td>
  303. </tr>
  304. <#else>
  305. <tr class="text-c"><td colspan="4">暂无数据</td></tr>
  306. </#if>
  307. </tbody>
  308. </table>
  309. </div>
  310. </div>
  311. <#--new billing end-->
  312. <div class="row cl">
  313. <label class="form-label col-3">
  314. <div class="tit-2">开票信息</div>
  315. </label>
  316. <div class="formControls col-9">
  317. </div>
  318. </div>
  319. <#--<div style="margin-left: -27px;">
  320. <#if ticketOpeningInfo??>
  321. <div class="row cl">
  322. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">发票类型:</label>
  323. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  324. <label>
  325. <#if ticketOpeningInfo.ticketType == 1>专票</#if>
  326. <#if ticketOpeningInfo.ticketType == 2>普票</#if>
  327. </label>
  328. </div>
  329. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开户支行:</label>
  330. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  331. <label>${ticketOpeningInfo.accountOpeningBranch!''}</label>
  332. </div>
  333. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开票账号:</label>
  334. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  335. <label>${ticketOpeningInfo.ticketOpeningAccount!''}</label>
  336. </div>
  337. </div>
  338. <div class="row cl">
  339. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">企业名称:</label>
  340. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  341. <label>${ticketOpeningInfo.enterpriseName!''}</label>
  342. </div>
  343. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">纳税人识别号:</label>
  344. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  345. <label>${ticketOpeningInfo.taxpayerIdentificationNum!''}</label>
  346. </div>
  347. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">开票电话:</label>
  348. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  349. <label>${ticketOpeningInfo.ticketOpeningPhone!''}</label>
  350. </div>
  351. </div>
  352. <div class="row cl">
  353. <label class="form-label col-2 col-sm-2" style="padding:0 0;margin-top: 2px;">企业地址:</label>
  354. <div class="formControls col-2 col-sm-2" style="padding:0 0;">
  355. <label>${ticketOpeningInfo.enterpriseAddress!''}</label>
  356. </div>
  357. </div>
  358. <#else>
  359. <div class="row cl">
  360. <label class="form-label col-1 col-sm-1"></label>
  361. </div>
  362. <div class="row cl">
  363. <label class="form-label col-1 col-sm-1"></label>
  364. <div class="formControls col-4 col-sm-4">
  365. <label>未填写开票信息</label>
  366. </div>
  367. </div>
  368. </#if>
  369. </div>-->
  370. <#--new ticketOpening start-->
  371. <div class="row cl">
  372. <label class="form-label col-1 col-sm-1"></label>
  373. <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
  374. <table class="table table-border table-bg table-bordered">
  375. <thead>
  376. <tr class="text-c">
  377. <th width="100">发票类型</th>
  378. <th width="100">开户支行</th>
  379. <th width="100">开票账号</th>
  380. <th width="100">企业名称</th>
  381. <th width="100">纳税人识别号</th>
  382. <th width="100">开票电话</th>
  383. <th width="100">企业地址</th>
  384. </tr>
  385. </thead>
  386. <tbody id="contactListId">
  387. <#if ticketOpeningInfo??>
  388. <tr class="text-c">
  389. <#assign isStatus=(ticketOpeningInfo.ticketType == 1)/>
  390. <#if isStatus>
  391. <td>专票</td>
  392. <#else>
  393. <td>普票</td>
  394. </#if>
  395. <#--<td>${ticketOpeningInfo.ticketType!''}</td>-->
  396. <td>${ticketOpeningInfo.accountOpeningBranch!''}</td>
  397. <td>${ticketOpeningInfo.ticketOpeningAccount!''}</td>
  398. <td>${ticketOpeningInfo.enterpriseName!''}</td>
  399. <td>${ticketOpeningInfo.taxpayerIdentificationNum!''}</td>
  400. <td>${ticketOpeningInfo.ticketOpeningPhone!''}</td>
  401. <td>${ticketOpeningInfo.enterpriseAddress!''}</td>
  402. </tr>
  403. <#else>
  404. <tr><td colspan="7">暂无数据</td></tr>
  405. </#if>
  406. </tbody>
  407. </table>
  408. </div>
  409. </div>
  410. <#--new ticketOpening end-->
  411. <div class="row cl">
  412. <label class="form-label col-3">
  413. <div class="tit-2">客户备注</div>
  414. </label>
  415. <div class="formControls col-9">
  416. </div>
  417. </div>
  418. <div class="row cl">
  419. <label class="form-label col-1 col-sm-1"></label>
  420. <div class="formControls col-4 col-sm-4" style="margin-left: -10px;">
  421. <label>${customerBasicInfo.customerRemarks!''}</label>
  422. </div>
  423. </div>
  424. </form>
  425. </article>
  426. <script type="text/javascript" src="${path}/common/lib/My97DatePicker/4.8/WdatePicker.js"></script>
  427. <script type="text/javascript" src="${path}/common/lib/webuploader/0.1.5/webuploader.min.js"></script>
  428. <script type="text/javascript" src="${path}/common/lib/icheck/jquery.icheck.min.js"></script>
  429. <script type="text/javascript" src="${path}/common/lib/cm.lib/jquery.provincesCity.js"></script>
  430. <script type="text/javascript" src="${path}/common/lib/cm.lib/provincesData.js"></script>
  431. <script type="text/javascript" src="${path}/common/lib/cm.lib/airCity.js"></script>
  432. <script type="text/javascript" src="${path}/common/lib/cm.lib/suggest.js"></script>
  433. <script type="text/javascript" charset="utf-8" src="${path}/common/lib/ueditor/1.4.3/lang/zh-cn/zh-cn.js"></script>
  434. </body>
  435. </html>