SDdglFpglInvoiceinfoEdit.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!DOCTYPE html>
  2. <html lang="zh" xmlns:th="http://www.thymeleaf.org" >
  3. <head>
  4. <th:block th:include="include :: header('发票管理表(开发票,发票查询)修改')" />
  5. </head>
  6. <body>
  7. <div class="ui-layout-center">
  8. <form id="form-SDdglFpglInvoiceinfo-edit" class="customize-search-form">
  9. <div class="customize-form-group-container">
  10. </div>
  11. <div class="customize-form-group-container">
  12. </div>
  13. <div class="customize-form-group-container">
  14. <input type="hidden" id="id" name="id" th:value="${id}">
  15. <div class="customize-form-group">
  16. <label>平台订单号:</label>
  17. <input name="platformOrderNo" placeholder="平台订单号" th:value="${platformOrderNo}" class="styled-input" type="text">
  18. </div>
  19. <div class="customize-form-group">
  20. <label>发票代码:</label>
  21. <input name="invoiceCode" placeholder="发票代码" th:value="${invoiceCode}" class="styled-input" type="text">
  22. </div>
  23. <div class="customize-form-group">
  24. <label>发票号码:</label>
  25. <input name="invoiceNumber" placeholder="发票号码" th:value="${invoiceNumber}" class="styled-input" type="text">
  26. </div>
  27. <div class="customize-form-group">
  28. <label>发票金额:</label>
  29. <input name="invoiceAmount" placeholder="发票金额" th:value="${invoiceAmount}" class="styled-input" type="text">
  30. </div>
  31. <div class="customize-form-group">
  32. <label>渠道店铺:</label>
  33. <input name="channelStore" placeholder="渠道店铺" th:value="${channelStore}" class="styled-input" type="text">
  34. </div>
  35. <div class="customize-form-group">
  36. <label>订单发票类型 (线上, 线下):</label>
  37. <input name="orderInvoiceType" placeholder="订单发票类型 (线上, 线下)" th:value="${orderInvoiceType}" class="styled-input" type="text">
  38. </div>
  39. <div class="customize-form-group">
  40. <label>发票类型:</label>
  41. <input name="invoiceType" placeholder="发票类型" th:value="${invoiceType}" class="styled-input" type="text">
  42. </div>
  43. <div class="customize-form-group">
  44. <label>抬头类型:</label>
  45. <input name="headerType" placeholder="抬头类型" th:value="${headerType}" class="styled-input" type="text">
  46. </div>
  47. <div class="customize-form-group">
  48. <label>抬头名称:</label>
  49. <input name="headerName" placeholder="抬头名称" th:value="${headerName}" class="styled-input" type="text">
  50. </div>
  51. <div class="customize-form-group">
  52. <label>开票类型:</label>
  53. <input name="billingType" placeholder="开票类型" th:value="${billingType}" class="styled-input" type="text">
  54. </div>
  55. <div class="customize-form-group">
  56. <label>开票时间:</label>
  57. <input name="billingTime" placeholder="开票时间" th:value="${billingTime}" class="styled-input" type="text">
  58. </div>
  59. <div class="customize-form-group">
  60. <label>邮寄信息:</label>
  61. <input name="mailingInfo" placeholder="邮寄信息" th:value="${mailingInfo}" class="styled-input" type="text">
  62. </div>
  63. <div class="customize-form-group">
  64. <label>开票金额:</label>
  65. <input name="billingAmount" placeholder="开票金额" th:value="${billingAmount}" class="styled-input" type="text">
  66. </div>
  67. <div class="customize-form-group">
  68. <label>店铺名称:</label>
  69. <input name="storeName" placeholder="店铺名称" th:value="${storeName}" class="styled-input" type="text">
  70. </div>
  71. <div class="customize-form-group">
  72. <label>审核类型:</label>
  73. <input name="auditType" placeholder="审核类型" th:value="${auditType}" class="styled-input" type="text">
  74. </div>
  75. <div class="customize-form-group">
  76. <label>审核状态:</label>
  77. <input name="auditStatus" placeholder="审核状态" th:value="${auditStatus}" class="styled-input" type="text">
  78. </div>
  79. <div class="customize-form-group">
  80. <label>暂无数据 (0: 否, 1: 是):</label>
  81. <input name="noData" placeholder="暂无数据 (0: 否, 1: 是)" th:value="${noData}" class="styled-input" type="text">
  82. </div>
  83. <div class="customize-form-group">
  84. <label>合并订单号:</label>
  85. <input name="mergeOrderNo" placeholder="合并订单号" th:value="${mergeOrderNo}" class="styled-input" type="text">
  86. </div>
  87. <div class="customize-form-group">
  88. <label>订单号:</label>
  89. <input name="orderNo" placeholder="订单号" th:value="${orderNo}" class="styled-input" type="text">
  90. </div>
  91. <div class="customize-form-group">
  92. <label>开票状态:</label>
  93. <input name="billingStatus" placeholder="开票状态" th:value="${billingStatus}" class="styled-input" type="text">
  94. </div>
  95. <div class="customize-form-group">
  96. <label>创建时间:</label>
  97. <input name="createTime" placeholder="创建时间" th:value="${createTime}" class="styled-input" type="text">
  98. </div>
  99. </div>
  100. </form>
  101. </div>
  102. <div class="main-content">
  103. <div class="col-sm-offset-5 col-sm-10">
  104. </div>
  105. </div>
  106. <th:block th:include="include :: footer" />
  107. </body>
  108. </html>
  109. <script>
  110. function edit() {
  111. var data = $("#form-SDdglFpglInvoiceinfo-edit").serializeArray();
  112. $.ajax({
  113. cache : true,
  114. type : "POST",
  115. url : ctx + "ddgl/sddglfpglinvoiceinfo/sDdglFpglInvoiceinfoEdit",
  116. data : data,
  117. async : false,
  118. error : function(request) {
  119. $.modal.alertError("系统错误");
  120. },
  121. success : function(data) {
  122. $.operate.successCallback(data);
  123. }
  124. });
  125. }
  126. function submitHandler() {
  127. if ($.validate.form()) {
  128. edit();
  129. }
  130. }
  131. </script>