invoiceEdit.html 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!-- include 'header' -->
  2. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  3. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  4. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  5. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.validator.js"></script>
  6. <body>
  7. <div class="mainLayout">
  8. <div class="mainMenu">
  9. <div class="menuItem">
  10. <a href="#" class="mLogo">CLD</a>
  11. <ul>
  12. <!-- include 'menuReceipt' -->
  13. </ul>
  14. </div>
  15. </div>
  16. <div class="warpContent">
  17. <div class="subMenu fL">
  18. <div class="menuItem">
  19. <ul>
  20. <!-- include 'invoiceMenu' -->
  21. </ul>
  22. </div>
  23. </div>
  24. <div class="adminContent autoHeight">
  25. <legend>
  26. 开票重新申请
  27. </legend>
  28. <div class="borad-news">
  29. <div class="saeaList">
  30. <form action="/invoiceEditDo" method="post" id="invoice">
  31. <input type="hidden" name="iidKey" value="{{invoiceDetail.iidKey}}">
  32. <table class="table table-bordered table-condensed">
  33. <tbody>
  34. <tr>
  35. <th class="taC">审批人退回意见</th>
  36. </tr>
  37. <tr>
  38. <td colspan="3" class="colRed">{{operation.username}}:{{operation.operation}}</td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. <table class="table table-bordered table-condensed">
  43. <tbody>
  44. <tr>
  45. <th class="taC" width="150">所在办事处</th>
  46. <td>
  47. <select name="cid">
  48. <!-- loop invoiceDetail.category -->
  49. <option <!-- if {{category' value.cid}}=={{invoiceDetail.cid}} --> selected <!-- endif --> value="{{category' value.cid}}:{{category' value.title}}">{{category' value.title}}</option>
  50. <!-- endloop -->
  51. </select>
  52. </td>
  53. <th class="taC" width="150">备注</th><td><input name="remark" placeholder="" value="{{invoiceDetail.remark}}" type="text"></td>
  54. </tr>
  55. <tr>
  56. <th class="taC"><span class="colRed">*</span>开票金额</th>
  57. <td><input value="{{invoiceDetail.invoicePrice}}" name="invoicePrice" placeholder="输入开票金额" pattern="[0-9]" type="number" min="0" step="0.01">
  58. </td>
  59. <th class="taC"><span class="colRed">*</span>开票内容</th>
  60. <td>
  61. <select name="invoiceElement" >
  62. <!-- include 'invoiceElement' -->
  63. </select>
  64. </td>
  65. </tr>
  66. <tr>
  67. <th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
  68. <label class="radio inline"><input name="invoiceType" id="invoicePlain" onclick="invoiceShow()" value="0" <!-- if {{invoiceDetail.invoiceType}}==0 --> checked <!-- endif --> type="radio">增值税普通发票</label>
  69. <label class="radio inline"><input name="invoiceType" id="invoiceSpecial" onclick="invoiceShow()" value="1" <!-- if {{invoiceDetail.invoiceType}}==1 --> checked <!-- endif --> type="radio">增值税专用发票</label>
  70. </td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. <table id="plainInvoice_box" class="table table-bordered table-condensed" <!-- if {{invoiceDetail.invoiceType}}==1 --> style="display:none" <!-- endif --> >
  75. <tbody>
  76. <tr>
  77. <th colspan="4" class="taC">增值税普通发票</th>
  78. </tr>
  79. <tr>
  80. <th class="taC" width="150"><span class="colRed">*</span>发票抬头</th><td colspan="3"><input name="invoiceTitle" id="invoiceTitle" value="{{invoiceDetail.invoiceTitle}}" type="text" class="span6"></td>
  81. </tr>
  82. </tbody>
  83. </table>
  84. <table id="specialInvoice_box" class="table table-bordered table-condensed" <!-- if {{invoiceDetail.invoiceType}}==0 --> style="display:none" <!-- endif --> >
  85. <tbody>
  86. <tr>
  87. <th colspan="4" class="taC">增值税专用发票</th>
  88. </tr>
  89. <tr>
  90. <th class="taC" width="150"><span class="colRed">*</span>单位名称</th>
  91. <td>
  92. <input name="invoiceCompany" id="invoiceCompany" value="{{invoiceDetail.invoiceCompany}}" type="text">
  93. </td>
  94. <th class="taC" width="150"><span class="colRed">*</span>纳税人识别码</th>
  95. <td><input name="TIN" id="TIN" value="{{invoiceDetail.TIN}}" type="text"></td>
  96. </tr>
  97. </tr>
  98. <tr>
  99. <th class="taC"><span class="colRed">*</span>注册地址</th>
  100. <td><input type="text" value="{{invoiceDetail.address}}" name="address" id="address"></td>
  101. <th class="taC"><span class="colRed">*</span>注册电话</th>
  102. <td><input type="text" value="{{invoiceDetail.phone}}" name="phone" id="phone"></td>
  103. </tr>
  104. <tr>
  105. <th class="taC"><span class="colRed">*</span>开户银行</th>
  106. <td><input type="text" name="bank" id="bank" value="{{invoiceDetail.bank}}"></td>
  107. <th class="taC"><span class="colRed">*</span>银行账号</th>
  108. <td><input type="text" name="bankAccount" id="bankAccount" value="{{invoiceDetail.bankAccount}}"></td>
  109. </tr>
  110. </tbody>
  111. </table>
  112. <table class="table table-bordered table-condensed">
  113. <tr>
  114. <th colspan="4" class="taC">邮寄信息</th>
  115. </tr>
  116. <tr>
  117. <th class="taC" width="150"><span class="colRed">*</span>是否邮寄</th><td colspan="3">
  118. <label class="radio inline">
  119. <input type="radio" onclick="mailShow()" id="isMail" name="doPost" value="1" <!-- if {{invoiceDetail.doPost}}==1 --> checked <!-- endif --> >是</label>
  120. <label class="radio inline"><input type="radio" onclick="mailShow()" name="doPost" value="0" <!-- if {{invoiceDetail.doPost}}==0 --> checked <!-- endif --> >否</label>
  121. </td>
  122. </tr>
  123. <tbody id="mail_box" <!-- if {{invoiceDetail.doPost}}==0 --> style="display:none" <!-- endif --> >
  124. <tr>
  125. <th class="taC" width="150"><span class="colRed">*</span>收件人</th>
  126. <td><input type="text" name="recipients" id="recipients" value="{{invoiceDetail.recipients}}" ></td>
  127. <th class="taC" width="150"><span class="colRed">*</span>收件人手机/电话</th>
  128. <td><input type="text" name="recipientsPhone" id="recipientsPhone" value="{{invoiceDetail.recipientsPhone}}" ></td>
  129. </tr>
  130. <tr>
  131. <th class="taC" width="150"><span class="colRed">*</span>收件地址</th>
  132. <td colspan="3"><input type="text" class="span6" name="recipientsAddress" id="recipientsAddress" value="{{invoiceDetail.recipientsAddress}}" ></td>
  133. </tr>
  134. <tr>
  135. <th class="taC" width="150">邮寄物品</th>
  136. <td colspan="3"><input name="mailItems" value="{{invoiceDetail.mailItems}}" placeholder="请详细填写需要邮寄的物品及数量,如:锁套装x1、合同x1" type="text" class="span6"></td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. <p class="alert">重新提交审批,将由退回人继续审批,无需从头开始审批。</p>
  141. <p class="taR"><button type="submit" class="button" href="#confirm" data-toggle="modal">重新审批</button></p>
  142. </p>
  143. </form>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. <script type="text/javascript">autoFlashHeight();</script>
  149. </body>