paymentsAchieve.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <!-- include '../header' -->
  2. <link href="<?= WEB_SITE_GLOBAL ?>css/datepicker.min.css" rel="stylesheet" type="text/css">
  3. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.min.js"></script>
  4. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.zh.js"></script>
  5. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  6. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  7. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  8. <script src="<?= WEB_SITE_GLOBAL ?>js/pay.validator.js"></script>
  9. <script src="<?= payments ?>"></script>
  10. <body>
  11. <div class="mainLayout">
  12. <div class="mainMenu">
  13. <div class="menuItem">
  14. <a href="#" class="mLogo">CLD</a>
  15. <ul>
  16. <!-- include '../menu' -->
  17. </ul>
  18. </div>
  19. </div>
  20. <div class="warpContent">
  21. <div class="subMenu fL">
  22. <div class="menuItem">
  23. <!-- include '../admin/receipt_menu' -->
  24. </div>
  25. </div>
  26. <div class="adminContent autoHeight">
  27. <legend>
  28. 所有收支
  29. </legend>
  30. <div class="demandCate">
  31. <form action="/paymentsAchieve/1/{{expensesType}}" id="iaa" method="get" >
  32. <input type="hidden" name="submitType" id="submitType" value="">
  33. <ul class="cateList">
  34. <li>
  35. <a <!-- if {{expensesType}}=='ALL' --> class="now" <!-- endif --> href="/paymentsAchieve/1/ALL">所有</a>
  36. <a <!-- if {{expensesType}}=='INCOME' --> class="now" <!-- endif --> href="/paymentsAchieve/1/INCOME" title="收入">收入</a>
  37. <a <!-- if {{expensesType}}=='PAY' --> class="now" <!-- endif --> href="/paymentsAchieve/1/PAY" title="支出">支出</a>
  38. </li>
  39. <!-- if {{expensesType}}=='INCOME'||{{expensesType}}=='ALL' -->
  40. <li >
  41. <select name="accountType" id="accountType" node-accountTypeSearch node-accountTypeSelect>
  42. <option <!-- if {{accountType}}=='' --> selected <!-- endif --> value=''>请选择</option>
  43. <option <!-- if {{accountType}}=='1' --> selected <!-- endif --> value='1'>利息收入</option>
  44. <option <!-- if {{accountType}}=='2' --> selected <!-- endif --> value='2'>补贴收入</option>
  45. <option <!-- if {{accountType}}=='3' --> selected <!-- endif --> value='3'>纵横知道</option>
  46. <option <!-- if {{accountType}}=='4' --> selected <!-- endif --> value='4'>借款收回</option>
  47. <option <!-- if {{accountType}}=='5' --> selected <!-- endif --> value='5'>退汇</option>
  48. <option <!-- if {{accountType}}=='6' --> selected <!-- endif --> value='6'>其他</option>
  49. <option <!-- if {{accountType}}=='7' --> selected <!-- endif --> value='7'>广发理财</option>
  50. <option <!-- if {{accountType}}=='9' --> selected <!-- endif --> value='9'>工行理财</option>
  51. <option <!-- if {{accountType}}=='8' --> selected <!-- endif --> value='8'>保证金</option>
  52. <option <!-- if {{accountType}}=='11' --> selected <!-- endif --> value='11'>广发存款</option>
  53. <option <!-- if {{accountType}}=='12' --> selected <!-- endif --> value='12'>工行存款</option>
  54. </select>
  55. <!--利息收入 二级-->
  56. <span node-accountMsg1 <!-- if {{accountType}}!='1' --> style="display:none;" <!-- endif --> >
  57. <select name="accountMsg1" node-accountTypeSearch >
  58. <option <!-- if {{accountMsg}}=='' --> selected <!-- endif --> value="">请选择</option>
  59. <option <!-- if {{accountMsg}}=='银行存款' --> selected <!-- endif --> value="银行存款">银行存款</option>
  60. <option <!-- if {{accountMsg}}=='理财收益' --> selected <!-- endif --> value="理财收益">理财收益</option>
  61. <option <!-- if {{accountMsg}}=='个人借款' --> selected <!-- endif --> value="个人借款">个人借款</option>
  62. </select>
  63. </span>
  64. <!--补贴收入 二级-->
  65. <span node-accountMsg2 <!-- if {{accountType}}!='2' --> style="display:none;" <!-- endif --> >
  66. <select name="accountMsg2" node-accountTypeSearch>
  67. <option <!-- if {{accountMsg}}=='' --> selected <!-- endif --> value="">请选择</option>
  68. <option <!-- if {{accountMsg}}=='社保' --> selected <!-- endif --> value="社保">社保</option>
  69. <option <!-- if {{accountMsg}}=='财政' --> selected <!-- endif --> value="财政">财政</option>
  70. </select>
  71. </span>
  72. <!--借款收回 二级-->
  73. <span node-accountMsg4 <!-- if {{accountType}}!='4' --> style="display:none;" <!-- endif --> >
  74. <select name="accountMsg4" node-accountTypeSearch>
  75. <option <!-- if {{accountMsg}}=='' --> selected <!-- endif --> value="">请选择</option>
  76. <option <!-- if {{accountMsg}}=='备用金' --> selected <!-- endif --> value="备用金">备用金</option>
  77. <option <!-- if {{accountMsg}}=='私人借款' --> selected <!-- endif --> value="私人借款">私人借款</option>
  78. </select>
  79. </span>
  80. <span node-accountMsg7 <!-- if {{accountType}}!='7' --> style="display:none;" <!-- endif --> >
  81. <select name="accountMsg7" node-accountTypeSearch>
  82. <option <!-- if {{accountMsg}}=='' --> selected <!-- endif --> value="">请选择</option>
  83. <option <!-- if {{accountMsg}}=='公司固定' --> selected <!-- endif --> value="公司固定">公司固定</option>
  84. <option <!-- if {{accountMsg}}=='公司活期' --> selected <!-- endif --> value="公司活期">公司活期</option>
  85. <option <!-- if {{accountMsg}}=='个人(GR)' --> selected <!-- endif --> value="个人(GR)">个人(GR)</option>
  86. </select>
  87. </span>
  88. </li>
  89. <!-- endif -->
  90. <li>
  91. <!-- if {{expensesType}}=='PAY'||{{expensesType}}=='ALL' -->
  92. <!--支出-->
  93. <select name="expenditureType" id="expenditureType" node-expenditureTypeSearch node-expenditureTypeSelect>
  94. <option <!-- if {{expenditureType}}=='' --> selected <!-- endif --> value="">请选择</option>
  95. <option <!-- if {{expenditureType}}=='1' --> selected <!-- endif --> value="1">银行手续费</option>
  96. <option <!-- if {{expenditureType}}=='2' --> selected <!-- endif --> value="2">总部电话费</option>
  97. <option <!-- if {{expenditureType}}=='3' --> selected <!-- endif --> value="3">缴税</option>
  98. <option <!-- if {{expenditureType}}=='4' --> selected <!-- endif --> value="4">广发理财</option>
  99. <option <!-- if {{expenditureType}}=='6' --> selected <!-- endif --> value="4">工行理财</option>
  100. <option <!-- if {{expenditureType}}=='5' --> selected <!-- endif --> value='5'>保证金</option>
  101. <option <!-- if {{expenditureType}}=='6' --> selected <!-- endif --> value="8">广发存款</option>
  102. <option <!-- if {{expenditureType}}=='5' --> selected <!-- endif --> value='9'>工行存款</option>
  103. </select>
  104. <!-- endif -->
  105. </li>
  106. <li>
  107. <div class="search">
  108. <div class="input-append">
  109. <input class="datepicker-here span3" name="inputDate" value="{{inputDate}}" placeholder="按时间筛选" type="text" data-range="true" data-multiple-dates-separator=" : " data-language="zh">
  110. <button class="btn btn-small" type="submit">查询</button>
  111. </div>
  112. </div></li>
  113. <li>
  114. <div class="search">
  115. <div class="input-append">
  116. <input class="span3" name="price" value="{{price}}" placeholder="输入金额" type="text">
  117. <button class="btn btn-small" type="submit">搜索</button>
  118. </div>
  119. </div></li>
  120. </ul>
  121. </form>
  122. </div>
  123. <div class="saeaList">
  124. <table class="table table-hover">
  125. <tbody>
  126. <tr class="thead"><th width="50"></th><th width="140">费用类别</th><th>单号</th><th>金额</th><th >到款/支付银行</th><th >银行到款/支付时间</th><th>入库时间</th><th>操作</th></tr>
  127. <!-- loop list -->
  128. <!-- if {{list' value.expensesType}}==1 -->
  129. <tr>
  130. <th>收入</th>
  131. <td>
  132. <!-- if {{list' value.accountType}}==1 -->
  133. 利息收入
  134. <!-- elseif {{list' value.accountType}}==2 -->
  135. 补贴收入
  136. <!-- elseif {{list' value.accountType}}==3 -->
  137. 纵横知道
  138. <!-- elseif {{list' value.accountType}}==4 -->
  139. 借款收回
  140. <!-- elseif {{list' value.accountType}}==5 -->
  141. 退汇
  142. <!-- elseif {{list' value.accountType}}==6 -->
  143. 其他
  144. <!-- elseif {{list' value.accountType}}==7 -->
  145. 广发理财
  146. <!-- elseif {{list' value.accountType}}==9 -->
  147. 工行理财
  148. <!-- elseif {{list' value.accountType}}==8 -->
  149. 保证金
  150. <!-- elseif {{list' value.accountType}}==10 -->
  151. 理财收入
  152. <!-- elseif {{list' value.accountType}}==11 -->
  153. 广发存款
  154. <!-- elseif {{list' value.accountType}}==12 -->
  155. 工行存款
  156. <!-- elseif {{list' value.accountType}}==13 -->
  157. 理财
  158. <!-- if {{list' value.operatingBankType}}==1 -->
  159. (理财账号)
  160. <!-- elseif {{list' value.operatingBankType}}==2 -->
  161. (公司账号)
  162. <!-- endif -->
  163. <!-- elseif {{list' value.accountType}}==14 -->
  164. 存款
  165. <!-- endif -->
  166. <!-- if {{list' value.accountMsg}}!='' -->
  167. / {{list' value.accountMsg}}
  168. <!-- endif -->
  169. </td>
  170. <td><a href="#saea-detail5" node-income=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  171. <td class="taR">¥{{list' value.receivedPrice}}</td>
  172. <td>{{list' value.receivedBank}}
  173. <!-- if {{list' value.operatingBankType}}==1 -->
  174. ({{list' value.depositMethod}})
  175. <!-- endif -->
  176. </td>
  177. <td>
  178. {{list' value.receivedDate}}
  179. </td>
  180. <td>{{list' value.inputDate}}</td>
  181. <td><a href="#nodeincome" style="display:none" node-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">编辑</a>
  182. <!-- if {{list' value.accountType}}==13 || {{list' value.accountType}}==14 -->
  183. <a href="#abook" delabook data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a>
  184. <!-- else -->
  185. <a href="#delincome" del-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a>
  186. <!-- endif -->
  187. </td>
  188. </tr>
  189. <!-- else -->
  190. <tr>
  191. <th><span class="colRed">支出</span></th>
  192. <td>
  193. <!-- if {{list' value.expenditureType}}==1 -->
  194. 银行手续费
  195. <!-- elseif {{list' value.expenditureType}}==2 -->
  196. 总部电话费
  197. <!-- elseif {{list' value.expenditureType}}==3 -->
  198. 缴税
  199. <!-- elseif {{list' value.expenditureType}}==4 -->
  200. 广发理财
  201. <!-- elseif {{list' value.expenditureType}}==6 -->
  202. 工行理财
  203. <!-- elseif {{list' value.expenditureType}}==5 -->
  204. 保证金
  205. <!-- elseif {{list' value.expenditureType}}==7 -->
  206. 理财支出
  207. <!-- elseif {{list' value.expenditureType}}==8 -->
  208. 广发存款
  209. <!-- elseif {{list' value.expenditureType}}==9 -->
  210. 工行存款
  211. <!-- elseif {{list' value.expenditureType}}==10 -->
  212. 工资
  213. <!-- elseif {{list' value.expenditureType}}==11 -->
  214. 理财
  215. <!-- if {{list' value.operatingBankType}}==1 -->
  216. (理财账号)
  217. <!-- elseif {{list' value.operatingBankType}}==2 -->
  218. (公司账号)
  219. <!-- endif -->
  220. <!-- elseif {{list' value.expenditureType}}==12 -->
  221. 存款
  222. <!-- elseif {{list' value.expenditureType}}==13 -->
  223. 纵横文库提现
  224. <!-- elseif {{list' value.expenditureType}}==14 -->
  225. 其他
  226. <!-- endif -->
  227. <!-- if {{list' value.expenditureMsg}}!=''&&{{list' value.expenditureType}}!=11&&{{list' value.expenditureType}}!=12 -->
  228. / {{list' value.expenditureMsg}}
  229. <!-- endif -->
  230. </td>
  231. <td><a href="#saea-detail4" node-pay=waste data-key="{{list' value.aidKey}}" data-toggle="modal" >{{list' value.bookSerial}}</a></td>
  232. <td class="taR">¥{{list' value.expenditurePrice}}</td>
  233. <td>
  234. {{list' value.expenditureBank}}
  235. <!-- if {{list' value.operatingBankType}}==1 -->
  236. ({{list' value.depositMethod}})
  237. <!-- endif -->
  238. </td>
  239. <td>
  240. {{list' value.expenditureDate}}
  241. </td>
  242. <td>{{list' value.inputDate}}</td>
  243. <td>
  244. <a href="#nodeEXPENDITURE" style="display:none" node-EXPENDITURE='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">编辑</a>
  245. <!-- if {{list' value.expenditureType}}==11 || {{list' value.expenditureType}}==12 -->
  246. <a href="#abook" delabook data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a>
  247. <!-- else -->
  248. <a href="#delincome" del-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a>
  249. <!-- endif -->
  250. </td>
  251. </tr>
  252. <!-- endif -->
  253. <!-- endloop -->
  254. </tbody>
  255. </table>
  256. </div>
  257. <!--翻页-->
  258. <div class="demandPage">
  259. <ul class="pagination fL">
  260. <!-- if {{page.previous}}==0 -->
  261. <li><a href="javascript:void(0)" title="上一页">&lt;</a></li>
  262. <!-- else -->
  263. <li><a href="/paymentsAchieve/{{page.previous}}/{{expensesType}}" title="上一页">&lt;</a></li>
  264. <!-- endif -->
  265. <!-- if {{page.on_page}}>=3 -->
  266. <li><a href="/paymentsAchieve/1/{{expensesType}}" title="上一页">1</a></li>
  267. <li class="point"><span>...</span></li>
  268. <!-- endif -->
  269. {{page.page}}
  270. <!-- if {{page.on_page}}<3 && {{page.total_page}}>5 -->
  271. <li><a href="/paymentsAchieve/4/{{expensesType}}" >4</a></li>
  272. <li><a href="/paymentsAchieve/5/{{expensesType}}" >5</a></li>
  273. <!-- endif -->
  274. <!-- if {{page.total_page}}>3 -->
  275. <li class="point"><span>...</span></li>
  276. <!-- endif -->
  277. <!-- if {{page.next}}=={{page.on_page}} -->
  278. <li><a href="javascript:void(0)" title="下一页">&gt;</a></li>
  279. <!-- else -->
  280. <li><a href="/paymentsAchieve/{{page.next}}/{{expensesType}}" title="下一页">&gt;</a></li>
  281. <!-- endif -->
  282. </ul>
  283. </div>
  284. </div>
  285. </div>
  286. <div class="modal hide fade" id="nodeincome">
  287. <div class="modal-dialog ">
  288. <div class="modal-content">
  289. <div class="modal-header">
  290. <h3>录入日常收支</h3>
  291. </div>
  292. <div class="modal-body saeaList">
  293. <div id="INCOMEBox" >
  294. <form action="/paymentsIncomeUpdateDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  295. <input type="hidden" name="aidKey" id="aidKeyIncome" value="">
  296. <table class="table table-bordered table-condensed">
  297. <tbody>
  298. <!--收入-->
  299. <tr>
  300. <th class="taC" colspan="2">收入信息填写</th>
  301. </tr>
  302. <tr>
  303. <th class="taC">费用类型</th>
  304. <td >
  305. <select name="accountType" id="accountTypeEdi" node-accountTypeSelect>
  306. <option value=''>请选择</option>
  307. <option value='1'>利息收入</option>
  308. <option value='2'>补贴收入</option>
  309. <option value='3'>纵横知道</option>
  310. <option value='4'>借款收回</option>
  311. <option value='5'>退汇</option>
  312. <option value='6'>其他</option>
  313. <option value='7'>理财本金</option>
  314. <option value='8'>保证金</option>
  315. </select>
  316. <p>
  317. <!--利息收入 二级-->
  318. <div node-accountMsg1 style="display:none">
  319. <label class="radio inline"><input name="accountMsg1" checked value="银行存款" type="radio">银行存款</label>
  320. <label class="radio inline"><input name="accountMsg1" value="理财收益" type="radio">理财收益</label>
  321. <label class="radio inline"><input name="accountMsg1" value="个人借款" type="radio">个人借款</label>
  322. </div>
  323. <!--补贴收入 二级-->
  324. <div node-accountMsg2 style="display:none">
  325. <label class="radio inline"><input name="accountMsg2" checked value="银行存款" type="radio">社保</label>
  326. <label class="radio inline"><input name="accountMsg2" value="银行存款" type="radio">财政</label>
  327. </div>
  328. <!--借款收回 二级-->
  329. <div node-accountMsg4 style="display:none">
  330. <label class="radio inline"><input name="accountMsg4" checked value="备用金" type="radio">备用金</label>
  331. <label class="radio inline"><input name="accountMsg4" value="私人借款" type="radio">私人借款</label>
  332. </div>
  333. <!--理财G 二级-->
  334. <div node-accountMsg7 style="display:none">
  335. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  336. <br/>
  337. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  338. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  339. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  340. </div>
  341. </p>
  342. </td>
  343. </tr>
  344. <tr>
  345. <th class="taC">到款金额</th>
  346. <td><input name="receivedPrice" id="receivedPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  347. </tr>
  348. <tr>
  349. <th class="taC">到款信息</th><td><input name="receivedMsg" id="receivedMsg" value="" type="text"></td>
  350. </tr>
  351. <tr>
  352. <th class="taC">到款银行</th>
  353. <td>
  354. <select name="receivedBank" id="receivedBank">
  355. <option value="纵横广发">纵横广发</option>
  356. <option value="个人广发">个人广发</option>
  357. <option value="华润银行">华润银行</option>
  358. </select>
  359. </td>
  360. </tr>
  361. <tr>
  362. <th class="taC">银行到款时间</th><td><input name="receivedDate" id="receivedDate" value="" type="date"></td>
  363. </tr>
  364. <tr>
  365. <th class="taC">备注</th>
  366. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  367. </tr>
  368. <!--收入-->
  369. </tbody>
  370. </table>
  371. <div class="modal-footer">
  372. <input type="submit" value="确认录入" class="button">
  373. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  374. </div>
  375. </form>
  376. </div>
  377. </div>
  378. </div></div>
  379. </div>
  380. <div class="modal hide fade" id="nodeEXPENDITURE">
  381. <div class="modal-dialog ">
  382. <div class="modal-content">
  383. <div class="modal-header">
  384. <h3>录入日常收支</h3>
  385. </div>
  386. <div class="modal-body saeaList">
  387. <!--支出-->
  388. <div id="EXPENDITUREBox" >
  389. <form action="/paymentsExpenditureEdiDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  390. <input type="hidden" name="aidKey" id="aidKeyExpenditure" value="">
  391. <table class="table table-bordered table-condensed">
  392. <tbody>
  393. <tr>
  394. <th class="taC" colspan="2">支出信息填写</th>
  395. </tr>
  396. <tr>
  397. <th class="taC">费用类型</th><td>
  398. <select name="expenditureType" id="expenditureTypeEdi" node-expenditureTypeSelect>
  399. <option value="">请选择</option>
  400. <option value="1">银行手续费</option>
  401. <option value="2">总部电话费</option>
  402. <option value="3">缴税</option>
  403. <option value="4">理财G</option>
  404. </select>
  405. <!--缴税 二级-->
  406. <div node-expenditureMsg3 style="display:none">
  407. <p>
  408. <label class="radio inline"><input name="expenditureMsg3" checked value="增值税" type="radio">增值税</label>
  409. <label class="radio inline"><input name="expenditureMsg3" value="税金附加" type="radio">税金附加</label>
  410. <label class="radio inline"><input name="expenditureMsg3" value="企业所得税" type="radio">企业所得税</label>
  411. </p>
  412. </div>
  413. <div node-expenditureMsg4 style="display:none">
  414. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  415. <br/>
  416. <label class="radio inline"><input name="expenditureMsg4" value="公司固定" checked type="radio">公司固定</label>
  417. <label class="radio inline"><input name="expenditureMsg4" value="公司活期" type="radio">公司活期</label>
  418. <label class="radio inline"><input name="expenditureMsg4" value="个人(GR)" type="radio">个人(GR)</label>
  419. </div>
  420. </tr>
  421. <tr>
  422. <th class="taC">支出金额</th><td>
  423. <input name="expenditurePrice" id="expenditurePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  424. </tr>
  425. <tr>
  426. <th class="taC">支出银行</th>
  427. <td>
  428. <select name="expenditureBank" id="expenditureBank">
  429. <option value="纵横广发">纵横广发</option>
  430. <option value="个人广发">个人广发</option>
  431. <option value="华润银行">华润银行</option>
  432. </select>
  433. </td>
  434. </tr>
  435. <tr>
  436. <th class="taC">银行到款时间</th><td><input name="expenditureDate" id="expenditureDate" value="" type="date"></td>
  437. </tr>
  438. <tr>
  439. <th class="taC">备注</th>
  440. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  441. </tr>
  442. <!--支出-->
  443. </tbody>
  444. </table>
  445. <div class="modal-footer">
  446. <input type="submit" value="确认录入" class="button">
  447. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  448. </div>
  449. </form>
  450. </div>
  451. </div>
  452. </div></div>
  453. </div>
  454. <!--弹出日常收支 -->
  455. <div class="modal hide fade" id="saea-detail4">
  456. <div class="modal-dialog">
  457. <div class="modal-content">
  458. <div class="modal-header">
  459. <h3>费用详情</h3>
  460. </div>
  461. <div class="modal-body saeaList">
  462. <table class="table table-bordered table-condensed">
  463. <tboay>
  464. <tr>
  465. <th class="taC" width="110">收支录入</th>
  466. <td id='WI-wasteStaff'></td>
  467. </tr>
  468. <tr>
  469. <th class="taC">单号</th>
  470. <td id='WI-bookSerial'></td>
  471. </tr>
  472. <tr>
  473. <th class="taC">费用类型</th>
  474. <td id='WI-expenditureMsg'></td>
  475. </tr>
  476. <tr>
  477. <th class="taC">支出金额</th>
  478. <td id='WI-expenditurePrice'></td>
  479. </tr>
  480. <tr>
  481. <th class="taC">支出银行</th>
  482. <td id='WI-expenditureBank'></td>
  483. </tr>
  484. <tr>
  485. <th class="taC">银行支付时间</th>
  486. <td id='WI-expenditureDate'></td>
  487. </tr>
  488. <tr>
  489. <th class="taC">备注</th>
  490. <td id='WI-remarks'></td>
  491. </tr>
  492. </tboay>
  493. </table>
  494. </div>
  495. <div class="modal-footer">
  496. <a href="#" class="button btn-gray" data-dismiss="modal"
  497. aria-hidden="true">关闭</a>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. <!--弹出日常收支 -->
  503. <div class="modal hide fade" id="saea-detail5">
  504. <div class="modal-dialog">
  505. <div class="modal-content">
  506. <div class="modal-header">
  507. <h3>费用详情</h3>
  508. </div>
  509. <div class="modal-body saeaList">
  510. <table class="table table-bordered table-condensed">
  511. <tboay>
  512. <tr>
  513. <th class="taC" colspan="2">收入</th>
  514. </tr>
  515. <tr>
  516. <th class="taC" width="110">收支录入</th>
  517. <td id='IN-wasteStaff'></td>
  518. </tr>
  519. <tr>
  520. <th class="taC">单号</th>
  521. <td id='IN-bookSerial'></td>
  522. </tr>
  523. <tr>
  524. <th class="taC">费用类型</th>
  525. <td id='IN-expenditureMsg'></td>
  526. </tr>
  527. <tr>
  528. <th class="taC">收入金额</th>
  529. <td id='IN-expenditurePrice'></td>
  530. </tr>
  531. <tr>
  532. <th class="taC">收入银行</th>
  533. <td id='IN-expenditureBank'></td>
  534. </tr>
  535. <tr>
  536. <th class="taC">银行收入时间</th>
  537. <td id='IN-expenditureDate'></td>
  538. </tr>
  539. <tr>
  540. <th class="taC">备注</th>
  541. <td id='IN-remarks'></td>
  542. </tr>
  543. </tboay>
  544. </table>
  545. </div>
  546. <div class="modal-footer">
  547. <a href="#" class="button btn-gray" data-dismiss="modal"
  548. aria-hidden="true">关闭</a>
  549. </div>
  550. </div>
  551. </div>
  552. </div>
  553. <div class="modal hide fade" id="delincome">
  554. <form action="/paymentsDelDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  555. <input type="hidden" name="aidKey" id="aidKeyDel" value="">
  556. <div class="modal-dialog ">
  557. <div class="modal-content">
  558. <div class="modal-header">
  559. <h3>删除收支</h3>
  560. </div>
  561. <div class="modal-body">
  562. <p>确认删除该收支?</p>
  563. </div>
  564. <div class="modal-footer">
  565. <input type="submit" value="确认删除" class="button">
  566. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  567. </div>
  568. </div></div>
  569. </form>
  570. </div>
  571. <div class="modal hide fade" id="abook">
  572. <form action="/paymentsDelete" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  573. <input type="hidden" name="aidKey" id="pdkey" value="">
  574. <div class="modal-dialog ">
  575. <div class="modal-content">
  576. <div class="modal-header">
  577. <h3>删除收支</h3>
  578. </div>
  579. <div class="modal-body">
  580. <p>确认删除该收支?</p>
  581. </div>
  582. <div class="modal-footer">
  583. <input type="submit" value="确认删除" class="button">
  584. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  585. </div>
  586. </div></div>
  587. </form>
  588. </div>
  589. <script type="text/javascript">
  590. autoFlashHeight();
  591. $(function () {
  592. $('a[delabook]').click(function () {
  593. var key = $(this).attr("data-isKey");
  594. $("#pdkey").val(key);
  595. });
  596. })
  597. </script>
  598. </body>