differencePriceRemark.jsp 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
  3. <html>
  4. <head>
  5. <title>付款修改记录</title>
  6. <meta name="decorator" content="default"/>
  7. <style type="text/css">
  8. .table th {text-align: center}
  9. .table td {text-align: center}
  10. .pay-table th {
  11. background: #f9f9f9;
  12. }
  13. .pay-table tr:first-child th {
  14. background: #eee !important;
  15. }
  16. .pay-table td {
  17. background: #fff !important;
  18. }
  19. .form-horizontal .controls {
  20. margin-left: 0;
  21. }
  22. .dateInput input {
  23. width: 150px;
  24. }
  25. .clause span {
  26. margin-left: 30px;
  27. }
  28. #productTable th {
  29. text-align: center;
  30. white-space: nowrap;
  31. }
  32. #productTable td {
  33. text-align: center;
  34. white-space: nowrap;
  35. }
  36. .conList .btn:nth-of-type(1){
  37. margin-left: 25px;
  38. }
  39. .upload-content .conList .btn:nth-of-type(1) {
  40. width: 90px;
  41. height: 100px;
  42. border: 2px solid #eee;
  43. background: #fff;
  44. position: relative;
  45. }
  46. .upload-content .conList .btn:nth-of-type(1)>div {
  47. position: absolute;
  48. top: 50%;
  49. left: 50%;
  50. transform: translate(-50%, -50%);
  51. color: #666;
  52. }
  53. .upload-content .conList .btn:nth-of-type(1) span {
  54. font-size: 35px;
  55. }
  56. .upload-content .conList .btn:nth-of-type(1) h5 {
  57. color: #666;
  58. }
  59. </style>
  60. <script type="text/javascript">
  61. $(document).ready(function() {
  62. $("#inputForm").validate({
  63. ignore:"",
  64. submitHandler: function(form){
  65. loading('正在提交,请稍等...');
  66. form.submit();
  67. },
  68. errorContainer: "#messageBox",
  69. errorPlacement: function(error, element) {
  70. $("#messageBox").text("输入有误,请先更正。");
  71. if (element.is(":checkbox")||element.is(":radio")||element.parent().is(".input-append")){
  72. error.appendTo(element.parent().parent());
  73. } else {
  74. error.insertAfter(element);
  75. }
  76. }
  77. });
  78. });
  79. function page(n,s){
  80. $("#pageNo").val(n);
  81. $("#pageSize").val(s);
  82. $("#searchForm").submit();
  83. return false;
  84. }
  85. //初始化默认清除本地本地Item数据
  86. </script>
  87. </head>
  88. <body>
  89. <ul class="nav nav-tabs">
  90. <li><a href="${ctx}/order/cmPayShop">付款列表</a></li>
  91. <li><a href="${ctx}/shopOrder/payOrderList?operatingMode=1">申请付款</a></li>
  92. <li class="active"><a href="${ctx}/shopOrder/payShopRemark?shopOrderId=${shopOrderId}">付款备注</a></li>
  93. </ul>
  94. <ul class="nav nav-tabs" id="myTab">
  95. <li><a href="${ctx}/shopOrder/payShopRemark?shopOrderId=${shopOrderId}">修改成本备注</a></li>
  96. <li><a href="${ctx}/shopOrder/shopOtherRemark?shopOrderId=${shopOrderId}">修改付第三方备注</a></li>
  97. <li class="active"><a href="${ctx}/shopOrder/differencePriceRemark?shopOrderId=${shopOrderId}">修改供应商差价备注</a></li>
  98. </ul>
  99. <c:if test="${not empty differenceList}">
  100. <c:forEach items="${differenceList}" var="difference">
  101. <div style="margin-left: 35px">
  102. <div style="font-weight: bold;width: 100%;float: left;"><span style="float: left;">${difference.systemName}</span><span style="float: left;margin-left:10px;"><fmt:formatDate value="${difference.updateTime}" pattern="yyyy-MM-dd HH:mm"/></span></div>
  103. <br><br>
  104. <div>
  105. <ul>差价类型:${difference.type eq 1 ? "成本上升":"成本降低"}</ul>
  106. <ul>差价金额:${difference.differencePrice}</ul>
  107. <c:if test="${not empty difference.payShopId}">
  108. <ul>付款单名称:${difference.name}</ul>
  109. <ul>转账支付:${difference.transferPayFee}</ul>
  110. <ul>开户名:${difference.bankAccountName} <span style="margin-left: 100px">账号:${difference.bankAccount}</span></ul>
  111. <ul>开户行:${difference.bankName} <span style="margin-left: 100px">账户类型:${difference.bankType eq 0 ? "公账":"私账"}</span></ul>
  112. <ul>欠款抵扣:${difference.balancePayFee}</ul>
  113. </c:if>
  114. <c:if test="${not empty difference.refundShop}">
  115. <ul>接收退款方式:</ul>
  116. <div style="margin-left: 100px">
  117. <div class="refund-wrapper">
  118. <c:if test="${difference.refundShop.refundWay == '1'||difference.refundShop.refundWay == '3'}">
  119. 线下转账:
  120. <c:if test="${difference.refundShop.refundType == '1'}">
  121. 建设银行7297
  122. </c:if>
  123. <c:if test="${difference.refundShop.refundType == '2'}">
  124. 中信银行0897
  125. </c:if>
  126. <c:if test="${difference.refundShop.refundType == '3'}">
  127. 中信银行7172
  128. </c:if>
  129. <c:if test="${difference.refundShop.refundType == '4'}">
  130. 广发银行0115
  131. </c:if>
  132. <c:if test="${difference.refundShop.refundType == '5'}">
  133. 广发银行5461
  134. </c:if>
  135. <c:if test="${difference.refundShop.refundType == '6'}">
  136. 虚拟银行0000
  137. </c:if>
  138. ,¥${difference.refundShop.refundAmount}
  139. </c:if>
  140. </div>
  141. <div class="refund-wrapper">
  142. <c:if test="${difference.refundShop.refundWay == '2'||difference.refundShop.refundWay == '3'}">
  143. 余额账户:¥${difference.refundShop.refundBalanceAmount}
  144. </c:if>
  145. </div>
  146. </div><br>
  147. </c:if>
  148. <ul>备注内容:${difference.remark}</ul>
  149. <ul>图片:
  150. <c:forEach items="${difference.remarkImages}" var="image">
  151. <img src="${image}" style="height: 100px;width: 100px">
  152. </c:forEach>
  153. </ul>
  154. </div>
  155. </div>
  156. <hr>
  157. </c:forEach>
  158. </c:if>
  159. <c:if test="${empty differenceList}">
  160. <p style="text-align: center;"><font color="#1e90ff">暂无备注数据……</font></p>
  161. </c:if>
  162. <div>
  163. <input id="btnCancel" class="btn" type="button" value="返回" onclick="history.go(-1)"/>
  164. </div>
  165. <script>
  166. </script>
  167. </body>
  168. </html>