invoiceReceivables.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. <!-- include 'header' -->
  2. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/swfuplad2/swfupload.js"></script>
  3. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/swfuplad2/swfupload.queue.js"></script>
  4. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/swfuplad2/fileprogress.js"></script>
  5. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/swfuplad2/handlers.js"></script>
  6. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  7. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  8. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  9. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.validator.js"></script>
  10. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></script>
  11. <script type="text/javascript">
  12. var swfu;
  13. window.onload = function() {
  14. var settings = {
  15. flash_url : "<?= WEB_SITE_GLOBAL ?>js/swfuplad2/swfupload.swf",
  16. upload_url: "/invoiceReceivablesBankUpload", // Relative to the SWF file
  17. file_size_limit : "8 MB",
  18. file_types : "*.xlsx",
  19. file_types_description : "*.xlsx",
  20. file_upload_limit : 8,
  21. file_queue_limit : 1,
  22. custom_settings : {
  23. progressTarget : "fsUploadProgress",
  24. cancelButtonId : "btnCancel"
  25. },
  26. debug: false,
  27. // Button settings
  28. button_image_url: "<?= WEB_SITE_GLOBAL ?>images/btn-normal1.jpg", // Relative to the Flash file
  29. button_width: "200",
  30. button_height: "40",
  31. button_placeholder_id: "spanButtonPlaceHolder",
  32. //button_text: '<span class="theFont">浏览</span>',
  33. //button_text_style: ".theFont { font-size: 16; }",
  34. //button_text_left_padding: 12,
  35. //button_text_top_padding: 3,
  36. // The event handler functions are defined in handlers.js
  37. file_queued_handler : fileQueued,
  38. file_queue_error_handler : fileQueueError,
  39. file_dialog_complete_handler : fileDialogComplete,
  40. upload_start_handler : uploadStart,
  41. upload_progress_handler : uploadProgress,
  42. upload_error_handler : uploadError,
  43. upload_success_handler : uploadSuccess,
  44. upload_complete_handler : uploadComplete,
  45. queue_complete_handler : queueComplete // Queue plugin event
  46. };
  47. swfu = new SWFUpload(settings);
  48. };
  49. </script>
  50. <body>
  51. <div class="mainLayout">
  52. <div class="mainMenu">
  53. <div class="menuItem">
  54. <a href="#" class="mLogo">CLD</a>
  55. <ul>
  56. <!-- include 'menuReceipt' -->
  57. </ul>
  58. </div>
  59. </div>
  60. <div class="warpContent">
  61. <div class="subMenu fL">
  62. <div class="menuItem">
  63. <!-- include 'invoiceMenu' -->
  64. </div>
  65. </div>
  66. <div class="adminContent autoHeight">
  67. <div class="borad-menu">
  68. <a href="#inputbill" data-toggle="modal" class="invoice">录入收款</a>
  69. <a href="#batch" data-toggle="modal" class="invoice">导入银行到款</a>
  70. </div>
  71. <div class="borad-news">
  72. <div class="saeaList">
  73. <div class="clearfix">
  74. <legend><div class="fR"><a href="/invoiceAS">查看所有</a></div>未入账发票</legend>
  75. <!-- if !empty({{invoiceUnAccount}}) -->
  76. <div class="input-append">
  77. <form action="/invoiceReceivables" id="ira" method="post">
  78. <input name="invoiceTC" class="datepicker-here span6" placeholder="输入开票单位查询" data-range="true" data-multiple-dates-separator=" - " data-language="zh" type="text">
  79. <input type="submit" value="查询" class="btn btn-small">
  80. </form>
  81. </div>
  82. <table class="table table-bordered table-condensed">
  83. <thead><tr><th>开票单位(抬头)</th><th>开票金额</th><th>提交开票</th><th>出票</th><th>开票流水号</th><th width="80">入账</th></tr></thead>
  84. <tbody>
  85. <!-- loop invoiceUnAccount -->
  86. <tr>
  87. <td><!-- if !empty({{invoiceUnAccount' value.invoiceType}}) -->
  88. {{invoiceUnAccount' value.invoiceCompany}}
  89. <!-- else -->
  90. {{invoiceUnAccount' value.invoiceTitle}}
  91. <!-- endif -->
  92. </td>
  93. <td>
  94. <!-- if !empty({{invoiceUnAccount' value.invoiceType}}) -->
  95. <b>¥{{invoiceUnAccount' value.invoicePrice}}</b><sup>专</sup>
  96. <!-- else -->
  97. <b>¥{{invoiceUnAccount' value.invoicePrice}}</b>
  98. <!-- endif -->
  99. </td>
  100. <td>{{invoiceUnAccount' value.categoryName}}{{invoiceUnAccount' value.userName}} {{invoiceUnAccount' value.date}}</td>
  101. <td>{{invoiceUnAccount' value.lastApprover.username}}&nbsp;{{invoiceUnAccount' value.printTime}}</td>
  102. <td>
  103. <a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceUnAccount' value.iidKeyUrl}}" data-toggle="modal">{{invoiceUnAccount' value.invoiceSerial}}</a>
  104. </td>
  105. <td>
  106. <a class="button btn-block" href="#recorded" node-invoiceReceivables='INFO' data-isKey="{{invoiceUnAccount' value.iidKeyUrl}}" data-toggle="modal">入账</a>
  107. </td>
  108. </tr>
  109. <!-- endloop -->
  110. </tbody>
  111. </table>
  112. <!-- else -->
  113. <blockquote><p class="colGray">暂时未入账发票</p></blockquote>
  114. <!-- endif -->
  115. </div>
  116. <div class="clearfix">
  117. <legend><div class="fR"><a href="/invoiceReceivablesAS">查看所有</a></div>最近认领&amp;录入</legend>
  118. <!-- if !empty({{receivablesInput}}) -->
  119. <table class="table table-bordered table-condensed">
  120. <tbody>
  121. <tr><th class="taC" width="70">收款金额</th><th class="taC">银行到账信息</th><th class="taC">银行/到账时间</th><th class="taC">收款录入</th><th class="taC">收款认领</th><th class="taC">开票单位</th>
  122. <th class="taC" width="160">绑定发票</th></tr>
  123. <!-- loop receivablesInput -->
  124. <tr>
  125. <td><b>¥{{receivablesInput' value.receivablesPrice}}</b></td>
  126. <td>{{receivablesInput' value.receivablesMessage}}</td>
  127. <td>{{receivablesInput' value.receivablesBank}}<br>{{receivablesInput' value.receivablesDate}}</td>
  128. <td>{{receivablesInput' value.inputStaff}} {{receivablesInput' value.date}}<br>
  129. <!-- if {{receivablesInput' value.inputType}}==1 -->
  130. 办事处待认领款项
  131. <!-- else -->
  132. 公共待认领款项
  133. <!-- endif -->
  134. </td>
  135. <td>
  136. <!-- if {{receivablesInput' value.receivablesStaff}}!='PUBLIC' -->
  137. {{receivablesInput' value.receivablesCategory.1}}-{{receivablesInput' value.receivablesStaff.1}}<br>
  138. {{receivablesInput' value.confirmTime}}
  139. <!-- endif -->
  140. </td>
  141. <td>
  142. {{receivablesInput' value.recepitTitleMark}}
  143. </td>
  144. <td>
  145. <!-- if {{receivablesInput' value.bindStatus}}==0&&{{receivablesInput' value.receivablesCategory}}!='PUBLIC' -->
  146. <a class="button btn-block" href="#search-invoice" bind-invoice='receivables' node-key="{{receivablesInput' value.iridKey}}" data-toggle="modal">查询发票</a>
  147. <!-- elseif {{receivablesInput' value.bindStatus}}==0&&{{receivablesInput' value.receivablesCategory}}=='PUBLIC' -->
  148. <a class="button btn-inline" href="#claim" node-claim="receivables" data-key="{{receivablesInput' value.iridKeyXD}}" data-toggle="modal">设置认领</a>
  149. <a class="button btn-inline" href="#search-invoice" bind-invoice='receivables' node-key="{{receivablesInput' value.iridKey}}" data-toggle="modal">查询发票</a>
  150. <!-- endif -->
  151. </td>
  152. </tr>
  153. <!-- endloop -->
  154. </tbody>
  155. </table>
  156. <!-- else -->
  157. <blockquote><p class="colGray">暂时没有最近认领的收款</p></blockquote>
  158. <!-- endif -->
  159. </div>
  160. <div class="clearfix">
  161. <legend>最近入账</legend>
  162. <!-- if !empty({{receivablesList}}) -->
  163. <table class="table table-bordered table-condensed">
  164. <tbody>
  165. <tr><th class="taC" width="70">收款金额</th><th class="taC">银行到账信息</th><th class="taC">银行/到账时间</th>
  166. <th class="taC">开票金额</th><th class="taC">开票单位</th><th class="taC">开票流水号</th></tr>
  167. <!-- loop receivablesList -->
  168. <tr>
  169. <td><b>¥{{receivablesList' value.receivablesPrice}}</b></td>
  170. <td>{{receivablesList' value.receivablesMessage}}</td>
  171. <td>{{receivablesList' value.receivablesBank}} {{receivablesList' value.receivablesDate}}</td>
  172. <td>{{receivablesList' value.invoiceDetail.invoicePrice}}</td>
  173. <td>
  174. <!-- if !empty({{receivablesList' value.invoiceDetail.invoiceType}}) -->
  175. {{receivablesList' value.invoiceDetail.invoiceCompany}}
  176. <!-- else -->
  177. {{receivablesList' value.invoiceDetail.invoiceTitle}}
  178. <!-- endif -->
  179. </td>
  180. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{receivablesList' value.invoiceDetail.iidKeyUrl}}" data-toggle="modal">{{receivablesList' value.invoiceDetail.invoiceSerial}}</a></td>
  181. </tr>
  182. <!-- endloop -->
  183. </tbody>
  184. </table>
  185. <!-- else -->
  186. <blockquote><p class="colGray">暂时没有最近入账</p></blockquote>
  187. <!-- endif -->
  188. </div>
  189. <div class="clearfix">
  190. <legend><div class="fR"><a href="/invoiceAS">查看所有</a></div>部分入账发票({{ieaCount}})</legend>
  191. <!-- if !empty({{invoiceExistAccount}}) -->
  192. <table class="table table-bordered table-condensed">
  193. <thead><tr><th>开票单位(抬头)</th><th>开票金额</th><th>提交开票</th>
  194. <th>已入账金额</th>
  195. <th>剩余入账金额</th>
  196. <th>开票流水号</th><th width="80">入账</th></tr></thead>
  197. <tbody>
  198. <!-- loop invoiceExistAccount -->
  199. <tr>
  200. <td>
  201. <!-- if !empty({{invoiceUnAccount' value.invoiceType}}) -->
  202. {{invoiceUnAccount' value.invoiceCompany}}
  203. <!-- else -->
  204. {{invoiceUnAccount' value.invoiceTitle}}
  205. <!-- endif -->
  206. </td>
  207. <td>
  208. <!-- if !empty({{invoiceUnAccount' value.invoiceType}}) -->
  209. <b>¥{{invoiceUnAccount' value.invoicePrice}}</b><sup>专</sup>
  210. <!-- else -->
  211. <b>¥{{invoiceUnAccount' value.invoicePrice}}</b>
  212. <!-- endif -->
  213. </td>
  214. <td>{{invoiceUnAccount' value.categoryName}}{{invoiceUnAccount' value.userName}} {{invoiceUnAccount' value.date}}</td>
  215. <td>{{invoiceUnAccount' value.existAccount}}</td>
  216. <td>{{invoiceUnAccount' value.invoiceBalance}}</td>
  217. <td>
  218. <a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceUnAccount' value.iidKeyUrl}}" data-toggle="modal">{{invoiceUnAccount' value.invoiceSerial}}</a>
  219. </td>
  220. <td>
  221. <a class="button btn-block" href="#recorded" node-invoiceReceivables='INFO' data-isKey="{{invoiceUnAccount' value.iidKeyUrl}}" data-toggle="modal">入账</a>
  222. </td>
  223. </tr>
  224. <!-- endloop -->
  225. </tbody>
  226. </table>
  227. <!-- else -->
  228. <blockquote><p class="colGray">暂时没有部分入账发票</p></blockquote>
  229. <!-- endif -->
  230. </div>
  231. <div class="clearfix">
  232. <legend><div class="fR"><a href="/invoiceReceivablesAS">查看所有</a></div>部分入账收款({{halfCount}})</legend>
  233. <!-- if !empty({{halfList}}) -->
  234. <table class="table table-bordered table-condensed">
  235. <tbody>
  236. <tr><th class="taC" width="70">收款金额</th><th class="taC">银行到帐信息</th><th class="taC">银行/到帐时间</th><th class="taC">已入账金额</th><th class="taC">剩余入账金额</th><th class="taC">已入账开票</th><th class="taC" width="120">绑定发票</th></tr>
  237. <!-- loop halfList -->
  238. <tr>
  239. <td><b>¥{{halfList' value.receivablesPrice}}</b></td>
  240. <td>{{halfList' value.receivablesMessage}}</td>
  241. <td>{{halfList' value.receivablesBank}}<br>{{halfList' value.receivablesDate}}</td>
  242. <td><b>¥{{halfList' value.bindPrice}}</b></td>
  243. <td><b>¥{{halfList' value.uPrice}}</b></td>
  244. <td>
  245. <!-- loop halfList' value.invoiceList -->
  246. <a href="#invdetail" node-invoice='INFO' data-isKey="{{halfList' value' key}}" data-toggle="modal">{{halfList' value' value}}</a>&nbsp;
  247. <!-- endloop -->
  248. </td>
  249. <td>
  250. <a class="button btn-block" href="#search-invoice" bind-invoice='receivables' node-key="{{halfList' value.iridAuthKey}}" data-toggle="modal">查询发票</a>
  251. </tr>
  252. <!-- endloop -->
  253. </tbody>
  254. </table>
  255. <!-- else -->
  256. <blockquote><p class="colGray">暂时没有部分入账收款</p></blockquote>
  257. <!-- endif -->
  258. </div>
  259. </div>
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. <!--弹出(发票详情)-->
  265. <div class="modal fade" id="invdetail">
  266. <div id="nc"></div>
  267. </div>
  268. <!--弹出发票详情-->
  269. <div class="modal hide fade" id="recorded">
  270. <div class="modal-dialog modal-lg">
  271. <div class="modal-content">
  272. <form action="/invoiceCompareClaimPrice" method="post" name="receivablesInvoiceBind">
  273. <input type="hidden" name="iidKey" id="inKey" value="">
  274. <div class="modal-header">
  275. <h3>发票入账</h3>
  276. </div>
  277. <div class="modal-body saeaList">
  278. <table class="table table-bordered table-condensed">
  279. <tbody>
  280. <tr>
  281. <th class="taC" colspan="4">收款信息填写</th>
  282. </tr>
  283. <tr>
  284. <th class="taC">收款金额</th>
  285. <td><input name="receivablesPrice" checkInvoicePrice=true placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number">
  286. <span class="colRed colTip"><span style="" checkInvoicePrice=msg></span></span></td>
  287. </tr>
  288. <tr>
  289. <th class="taC">收款信息</th><td><input type="text" name="receivablesMessage" ></td>
  290. </tr>
  291. <tr>
  292. <th class="taC">收款银行</th><td>
  293. <select name="receivablesBank">
  294. <option value="纵横广发">纵横广发</option>
  295. <option value="纵横工行">纵横工行</option>
  296. <option value="华润银行">华润银行</option>
  297. <option value="个人广发">个人广发</option>
  298. </select>
  299. </td>
  300. </tr>
  301. <tr>
  302. <th class="taC">银行到账时间</th><td><input name="receivablesDate" type="date"></td>
  303. </tr>
  304. </tbody>
  305. </table>
  306. <div id="irtc"></div>
  307. </div>
  308. <div class="modal-footer">
  309. <input type="submit" class="button" value="确认入账">
  310. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  311. </div>
  312. </form>
  313. </div>
  314. </div>
  315. </div>
  316. <form action="/invoiceReceivablesImport" method="post" name="receivablesInvoice" class="nice-validator n-default" novalidate="novalidate">
  317. <input type="hidden" id="enclosurName" name="bankName" value="">
  318. <div class="modal hide fade" id="batch">
  319. <div class="modal-dialog ">
  320. <div class="modal-content">
  321. <div class="modal-header">
  322. <h3>导入银行到款</h3>
  323. </div>
  324. <div class="modal-body saeaList">
  325. <table class="table table-bordered table-condensed">
  326. <tbody>
  327. <tr>
  328. <th class="taC" colspan="4">选择Excel文件</th>
  329. </tr>
  330. <tr>
  331. <td>
  332. <div class="controls">
  333. <span id="spanButtonPlaceHolder"></span>
  334. <input id="btnCancel" type="button" value="取消所有上传" style="display:none" onclick="swfu.cancelQueue();" disabled="disabled" style="margin-left: 2px; font-size: 8pt; height: 29px;" />
  335. </div>
  336. <span class="fieldset flash" id="fsUploadProgress"></span>
  337. <span id="divStatus">0 个文件已上传</span>
  338. </td>
  339. </tr>
  340. </tbody></table>
  341. </div>
  342. <div class="modal-footer">
  343. <input type="submit" class="button" value="确认导入">
  344. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  345. </div>
  346. </div></div>
  347. </div>
  348. </form>
  349. <!--弹出(录入收款)-->
  350. <div class="modal hide fade" id="inputbill">
  351. <form action="/invoiceReceivablesDo" method="post" name="receivablesInvoice">
  352. <div class="modal-dialog ">
  353. <div class="modal-content">
  354. <div class="modal-header">
  355. <h3>录入收款</h3>
  356. </div>
  357. <div class="modal-body saeaList">
  358. <table class="table table-bordered table-condensed">
  359. <tbody>
  360. <tr>
  361. <th class="taC" colspan="4">收款信息填写</th>
  362. </tr>
  363. <tr>
  364. <th class="taC">收款金额</th>
  365. <td>
  366. <input value="" name="receivablesPrice" placeholder="输入收款金额" pattern="[0-9]" min="0" step="0.01" type="number">
  367. </td>
  368. </tr>
  369. <tr>
  370. <th class="taC" >收款信息</th>
  371. <td>
  372. <input name="receivablesMessage" type="text">
  373. </td>
  374. </tr>
  375. <tr>
  376. <th class="taC">收款银行</th><td>
  377. <select name="receivablesBank">
  378. <option value="纵横广发">纵横广发</option>
  379. <option value="纵横工行">纵横工行</option>
  380. <option value="华润银行">华润银行</option>
  381. <option value="个人广发">个人广发</option>
  382. </select>
  383. </td>
  384. </tr>
  385. <tr>
  386. <th class="taC">银行到账时间</th>
  387. <td><input name="receivablesDate" value='{{receivablesDate}}' type="date"></td>
  388. </tr>
  389. <tr>
  390. <th class="taC">认领收款</th><td colspan="3">
  391. <select name="receivablesCategory" >
  392. <option post-data="PUBLIC" value="PUBLIC" >公共待认领款项</option>
  393. <!-- loop category -->
  394. <option <!-- if {{category' value.cid}} == {{staff.0.cid}} --> selected <!-- endif --> post-data="{{category' value.cid}}" value="{{category' value.cid}}:{{category' value.title}}" >{{category' value.title}}</option>
  395. <!-- endloop -->
  396. </select>
  397. <select name="receivablesStaff" style="display:none">
  398. <option value="PUBLIC">办事处待认领款项</option>
  399. <!-- loop staffList -->
  400. <option value="{{staffList' value.sid}}-{{staffList' value.username}}">{{staffList' value.category}}-{{staffList' value.username}}</option>
  401. <!-- endloop -->
  402. </select></td>
  403. </tr>
  404. </tbody></table>
  405. </div>
  406. <div class="modal-footer">
  407. <input type="submit" class="button" value="确认录入">
  408. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  409. </div>
  410. </div></div>
  411. </form>
  412. </div>
  413. <!--弹出(查询发票)-->
  414. <div class="modal hide fade" id="search-invoice">
  415. <form action="/invoiceBindReceivables" id="IBR" method="post">
  416. <input type="hidden" name="key" value="">
  417. <input type="hidden" name="invoiceKey" value="">
  418. <div class="modal-dialog modal-lg">
  419. <div class="modal-content">
  420. <div class="modal-header">
  421. <h3>查询发票</h3>
  422. </div>
  423. <div class="modal-body saeaList" >
  424. <div node-receivablesHtml='true'>
  425. </div>
  426. <!--没找到对应开票-->
  427. <blockquote node-search='invoice' style="display:none">
  428. <p>暂时没有查询到“珠海XXXX公司”的未入账发票</p>
  429. <p><div class="input-append">
  430. <input class="datepicker-here span4" name='searchTitle' placeholder="你可以按关键词模糊搜索" data-range="true" data-multiple-dates-separator=" - " data-language="zh" type="text">
  431. <button class="btn btn-small" invoice-search='title' type="button">查询</button>
  432. </div></p>
  433. </blockquote>
  434. <div node-invoiceHtml='true'>
  435. <!--搜索结果-->
  436. <table class="table table-bordered table-condensed">
  437. <thead><tr><th>开票单位(抬头)</th><th>开票金额</th><th>提交开票</th><th>出票</th><th>开票流水号</th><th width="80">入账</th></tr></thead>
  438. </table>
  439. </div>
  440. </div>
  441. <div class="modal-footer">
  442. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  443. </div>
  444. </div>
  445. </div>
  446. </form>
  447. </div>
  448. <div class="modal hide fade" id="claim">
  449. <form action="/setInvoiceReceivablesClaim" id="SIRC" method="post">
  450. <input type="hidden" name="iridKey" id="iridKey" value="">
  451. <div class="modal-dialog">
  452. <div class="modal-content">
  453. <div class="modal-header">
  454. <h3>设置到款待认领</h3>
  455. </div>
  456. <div class="modal-body">
  457. <form class="form-horizontal">
  458. <div class="control-group">
  459. <label class="control-label"><span class="colRed">*</span>办事处</label>
  460. <div class="controls">
  461. <select name="receivablesCategory">
  462. <option post-data="PUBLIC" value="PUBLIC" >公共待认领款项</option>
  463. <!-- loop category -->
  464. <option <!-- if {{category' value.cid}} == {{staff.0.cid}} --> selected <!-- endif --> post-data="{{category' value.cid}}" value="{{category' value.cid}}:{{category' value.title}}" >{{category' value.title}}</option>
  465. <!-- endloop -->
  466. </select>
  467. </div>
  468. </div>
  469. </form>
  470. </div>
  471. <div class="modal-footer">
  472. <input type="submit" class="button" value="确定">
  473. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  474. </div>
  475. </div></div>
  476. </form>
  477. </div>
  478. <!--弹出内容-->
  479. <script type="text/javascript">autoFlashHeight();</script>
  480. </body>