SHyglJfglOrderinfoPageEdit.html 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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-SHyglJfglOrderinfo-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>订单ID:</label>
  17. <input name="orderID" placeholder="订单ID" th:value="${orderID}" class="styled-input" type="text">
  18. </div>
  19. <div class="customize-form-group">
  20. <label>商品名:</label>
  21. <input name="productName" placeholder="商品名" th:value="${productName}" class="styled-input" type="text">
  22. </div>
  23. <div class="customize-form-group">
  24. <label>商品类型:</label>
  25. <input name="productType" placeholder="商品类型" th:value="${productType}" class="styled-input" type="text">
  26. </div>
  27. <div class="customize-form-group">
  28. <label>订单总价:</label>
  29. <input name="orderTotalPrice" placeholder="订单总价" th:value="${orderTotalPrice}" class="styled-input" type="text">
  30. </div>
  31. <div class="customize-form-group">
  32. <label>外部积分支付:</label>
  33. <input name="externalPointsPaid" placeholder="外部积分支付" th:value="${externalPointsPaid}" class="styled-input" type="text">
  34. </div>
  35. <div class="customize-form-group">
  36. <label>是否特价订单:</label>
  37. <input name="isPromotionOrder" placeholder="是否特价订单" th:value="${isPromotionOrder}" class="styled-input" type="text">
  38. </div>
  39. <div class="customize-form-group">
  40. <label>兑换数量:</label>
  41. <input name="redemptionQuantity" placeholder="兑换数量" th:value="${redemptionQuantity}" class="styled-input" type="text">
  42. </div>
  43. <div class="customize-form-group">
  44. <label>兑换渠道:</label>
  45. <input name="redemptionChannel" placeholder="兑换渠道" th:value="${redemptionChannel}" class="styled-input" type="text">
  46. </div>
  47. <div class="customize-form-group">
  48. <label>支付方式:</label>
  49. <input name="paymentMethod" placeholder="支付方式" th:value="${paymentMethod}" class="styled-input" type="text">
  50. </div>
  51. <div class="customize-form-group">
  52. <label>兑换状态:</label>
  53. <input name="redemptionStatus" placeholder="兑换状态" th:value="${redemptionStatus}" class="styled-input" type="text">
  54. </div>
  55. <div class="customize-form-group">
  56. <label>下单时间:</label>
  57. <input name="orderTime" placeholder="下单时间" th:value="${orderTime}" class="styled-input" type="text">
  58. </div>
  59. <div class="customize-form-group">
  60. <label>会员手机号/卡号:</label>
  61. <input name="memberPhoneOrCardNo" placeholder="会员手机号/卡号" th:value="${memberPhoneOrCardNo}" class="styled-input" type="text">
  62. </div>
  63. <div class="customize-form-group">
  64. <label>用户身份:</label>
  65. <input name="userRole" placeholder="用户身份" th:value="${userRole}" class="styled-input" type="text">
  66. </div>
  67. <div class="customize-form-group">
  68. <label>自提/兑换门店:</label>
  69. <input name="pickupOrRedemptionStore" placeholder="自提/兑换门店" th:value="${pickupOrRedemptionStore}" class="styled-input" type="text">
  70. </div>
  71. <div class="customize-form-group">
  72. <label>推荐兑换员工:</label>
  73. <input name="recommendingEmployee" placeholder="推荐兑换员工" th:value="${recommendingEmployee}" class="styled-input" type="text">
  74. </div>
  75. <div class="customize-form-group">
  76. <label>推荐兑换门店:</label>
  77. <input name="recommendingStore" placeholder="推荐兑换门店" th:value="${recommendingStore}" class="styled-input" type="text">
  78. </div>
  79. <div class="customize-form-group">
  80. <label>核销门店:</label>
  81. <input name="verificationStore" placeholder="核销门店" th:value="${verificationStore}" class="styled-input" type="text">
  82. </div>
  83. <div class="customize-form-group">
  84. <label>核销人:</label>
  85. <input name="verifiedBy" placeholder="核销人" th:value="${verifiedBy}" class="styled-input" type="text">
  86. </div>
  87. <div class="customize-form-group">
  88. <label>核销时间:</label>
  89. <input name="verificationTime" placeholder="核销时间" th:value="${verificationTime}" class="styled-input" type="text">
  90. </div>
  91. <div class="customize-form-group">
  92. <label>特价订单:</label>
  93. <input name="specialOrder" placeholder="特价订单" th:value="${specialOrder}" class="styled-input" type="text">
  94. </div>
  95. <div class="customize-form-group">
  96. <label>兑换码:</label>
  97. <input name="exchangeCode" placeholder="兑换码" th:value="${exchangeCode}" class="styled-input" type="text">
  98. </div>
  99. <div class="customize-form-group">
  100. <label>积分:</label>
  101. <input name="points" placeholder="积分" th:value="${points}" class="styled-input" type="text">
  102. </div>
  103. </div>
  104. </form>
  105. </div>
  106. <div class="main-content">
  107. <div class="col-sm-offset-5 col-sm-10">
  108. <button type="button" class="btn btn-sm btn-primary" onclick="submitHandler()"><i class="fa fa-check"></i>保 存</button>&nbsp;
  109. <button type="button" class="btn btn-sm btn-danger" onclick="closeItem()"><i class="fa fa-reply-all"></i>关 闭 </button>
  110. </div>
  111. </div>
  112. <th:block th:include="include :: footer" />
  113. </body>
  114. </html>
  115. <script>
  116. function submitHandler() {
  117. var prefix = ctx + "hygl/shygljfglorderinfo";
  118. if ($.validate.form()) {
  119. var data = $("#form-SHyglJfglOrderinfo-edit").serializeArray();
  120. $.operate.saveTab(prefix + "/sHyglJfglOrderinfoEdit", data);
  121. }
  122. }
  123. </script>