paymentsAchieve.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  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. <!-- endif -->
  157. <!-- if {{list' value.accountMsg}}!='' -->
  158. / {{list' value.accountMsg}}
  159. <!-- endif -->
  160. </td>
  161. <td><a href="#saea-detail5" node-income=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  162. <td class="taR">¥{{list' value.receivedPrice}}</td>
  163. <td>{{list' value.receivedBank}}</td>
  164. <td>
  165. {{list' value.receivedDate}}
  166. </td>
  167. <td>{{list' value.inputDate}}</td>
  168. <td><a href="#nodeincome" style="display:none" node-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">编辑</a>
  169. <a href="#delincome" del-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a></td>
  170. </tr>
  171. <!-- else -->
  172. <tr>
  173. <th><span class="colRed">支出</span></th>
  174. <td>
  175. <!-- if {{list' value.expenditureType}}==1 -->
  176. 理财本金
  177. <!-- elseif {{list' value.expenditureType}}==2 -->
  178. 总部电话费
  179. <!-- elseif {{list' value.expenditureType}}==3 -->
  180. 缴税
  181. <!-- elseif {{list' value.expenditureType}}==4 -->
  182. 广发理财
  183. <!-- elseif {{list' value.expenditureType}}==6 -->
  184. 工行理财
  185. <!-- elseif {{list' value.expenditureType}}==5 -->
  186. 保证金
  187. <!-- elseif {{list' value.expenditureType}}==7 -->
  188. 理财支出
  189. <!-- elseif {{list' value.expenditureType}}==8 -->
  190. 广发存款
  191. <!-- elseif {{list' value.expenditureType}}==9 -->
  192. 工行存款
  193. <!-- endif -->
  194. <!-- if {{list' value.expenditureMsg}}!='' -->
  195. / {{list' value.expenditureMsg}}
  196. <!-- endif -->
  197. </td>
  198. <td><a href="#saea-detail4" node-pay=waste data-key="{{list' value.aidKey}}" data-toggle="modal" >{{list' value.bookSerial}}</a></td>
  199. <td class="taR">¥{{list' value.expenditurePrice}}</td>
  200. <td>{{list' value.expenditureBank}}</td>
  201. <td>
  202. {{list' value.expenditureDate}}
  203. </td>
  204. <td>{{list' value.inputDate}}</td>
  205. <td>
  206. <a href="#nodeEXPENDITURE" style="display:none" node-EXPENDITURE='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">编辑</a>
  207. <a href="#delincome" del-income='detail' data-isKey="{{list' value.aidKey}}" data-toggle="modal">删除</a></td>
  208. </tr>
  209. <!-- endif -->
  210. <!-- endloop -->
  211. </tbody>
  212. </table>
  213. </div>
  214. <!--翻页-->
  215. <div class="demandPage">
  216. <ul class="pagination fL">
  217. <!-- if {{page.previous}}==0 -->
  218. <li><a href="javascript:void(0)" title="上一页">&lt;</a></li>
  219. <!-- else -->
  220. <li><a href="/paymentsAchieve/{{page.previous}}/{{expensesType}}" title="上一页">&lt;</a></li>
  221. <!-- endif -->
  222. <!-- if {{page.on_page}}>=3 -->
  223. <li><a href="/paymentsAchieve/1/{{expensesType}}" title="上一页">1</a></li>
  224. <li class="point"><span>...</span></li>
  225. <!-- endif -->
  226. {{page.page}}
  227. <!-- if {{page.on_page}}<3 && {{page.total_page}}>5 -->
  228. <li><a href="/paymentsAchieve/4/{{expensesType}}" >4</a></li>
  229. <li><a href="/paymentsAchieve/5/{{expensesType}}" >5</a></li>
  230. <!-- endif -->
  231. <!-- if {{page.total_page}}>3 -->
  232. <li class="point"><span>...</span></li>
  233. <!-- endif -->
  234. <!-- if {{page.next}}=={{page.on_page}} -->
  235. <li><a href="javascript:void(0)" title="下一页">&gt;</a></li>
  236. <!-- else -->
  237. <li><a href="/paymentsAchieve/{{page.next}}/{{expensesType}}" title="下一页">&gt;</a></li>
  238. <!-- endif -->
  239. </ul>
  240. </div>
  241. </div>
  242. </div>
  243. <div class="modal hide fade" id="nodeincome">
  244. <div class="modal-dialog ">
  245. <div class="modal-content">
  246. <div class="modal-header">
  247. <h3>录入日常收支</h3>
  248. </div>
  249. <div class="modal-body saeaList">
  250. <div id="INCOMEBox" >
  251. <form action="/paymentsIncomeUpdateDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  252. <input type="hidden" name="aidKey" id="aidKeyIncome" value="">
  253. <table class="table table-bordered table-condensed">
  254. <tbody>
  255. <!--收入-->
  256. <tr>
  257. <th class="taC" colspan="2">收入信息填写</th>
  258. </tr>
  259. <tr>
  260. <th class="taC">费用类型</th>
  261. <td >
  262. <select name="accountType" id="accountTypeEdi" node-accountTypeSelect>
  263. <option value=''>请选择</option>
  264. <option value='1'>利息收入</option>
  265. <option value='2'>补贴收入</option>
  266. <option value='3'>纵横知道</option>
  267. <option value='4'>借款收回</option>
  268. <option value='5'>退汇</option>
  269. <option value='6'>其他</option>
  270. <option value='7'>理财本金</option>
  271. <option value='8'>保证金</option>
  272. </select>
  273. <p>
  274. <!--利息收入 二级-->
  275. <div node-accountMsg1 style="display:none">
  276. <label class="radio inline"><input name="accountMsg1" checked value="银行存款" type="radio">银行存款</label>
  277. <label class="radio inline"><input name="accountMsg1" value="理财收益" type="radio">理财收益</label>
  278. <label class="radio inline"><input name="accountMsg1" value="个人借款" type="radio">个人借款</label>
  279. </div>
  280. <!--补贴收入 二级-->
  281. <div node-accountMsg2 style="display:none">
  282. <label class="radio inline"><input name="accountMsg2" checked value="银行存款" type="radio">社保</label>
  283. <label class="radio inline"><input name="accountMsg2" value="银行存款" type="radio">财政</label>
  284. </div>
  285. <!--借款收回 二级-->
  286. <div node-accountMsg4 style="display:none">
  287. <label class="radio inline"><input name="accountMsg4" checked value="备用金" type="radio">备用金</label>
  288. <label class="radio inline"><input name="accountMsg4" value="私人借款" type="radio">私人借款</label>
  289. </div>
  290. <!--理财G 二级-->
  291. <div node-accountMsg7 style="display:none">
  292. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  293. <br/>
  294. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  295. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  296. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  297. </div>
  298. </p>
  299. </td>
  300. </tr>
  301. <tr>
  302. <th class="taC">到款金额</th>
  303. <td><input name="receivedPrice" id="receivedPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  304. </tr>
  305. <tr>
  306. <th class="taC">到款信息</th><td><input name="receivedMsg" id="receivedMsg" value="" type="text"></td>
  307. </tr>
  308. <tr>
  309. <th class="taC">到款银行</th>
  310. <td>
  311. <select name="receivedBank" id="receivedBank">
  312. <option value="纵横广发">纵横广发</option>
  313. <option value="个人广发">个人广发</option>
  314. <option value="华润银行">华润银行</option>
  315. </select>
  316. </td>
  317. </tr>
  318. <tr>
  319. <th class="taC">银行到款时间</th><td><input name="receivedDate" id="receivedDate" value="" type="date"></td>
  320. </tr>
  321. <tr>
  322. <th class="taC">备注</th>
  323. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  324. </tr>
  325. <!--收入-->
  326. </tbody>
  327. </table>
  328. <div class="modal-footer">
  329. <input type="submit" value="确认录入" class="button">
  330. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  331. </div>
  332. </form>
  333. </div>
  334. </div>
  335. </div></div>
  336. </div>
  337. <div class="modal hide fade" id="nodeEXPENDITURE">
  338. <div class="modal-dialog ">
  339. <div class="modal-content">
  340. <div class="modal-header">
  341. <h3>录入日常收支</h3>
  342. </div>
  343. <div class="modal-body saeaList">
  344. <!--支出-->
  345. <div id="EXPENDITUREBox" >
  346. <form action="/paymentsExpenditureEdiDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  347. <input type="hidden" name="aidKey" id="aidKeyExpenditure" value="">
  348. <table class="table table-bordered table-condensed">
  349. <tbody>
  350. <tr>
  351. <th class="taC" colspan="2">支出信息填写</th>
  352. </tr>
  353. <tr>
  354. <th class="taC">费用类型</th><td>
  355. <select name="expenditureType" id="expenditureTypeEdi" node-expenditureTypeSelect>
  356. <option value="">请选择</option>
  357. <option value="1">银行手续费</option>
  358. <option value="2">总部电话费</option>
  359. <option value="3">缴税</option>
  360. <option value="4">理财G</option>
  361. </select>
  362. <!--缴税 二级-->
  363. <div node-expenditureMsg3 style="display:none">
  364. <p>
  365. <label class="radio inline"><input name="expenditureMsg3" checked value="增值税" type="radio">增值税</label>
  366. <label class="radio inline"><input name="expenditureMsg3" value="税金附加" type="radio">税金附加</label>
  367. <label class="radio inline"><input name="expenditureMsg3" value="企业所得税" type="radio">企业所得税</label>
  368. </p>
  369. </div>
  370. <div node-expenditureMsg4 style="display:none">
  371. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  372. <br/>
  373. <label class="radio inline"><input name="expenditureMsg4" value="公司固定" checked type="radio">公司固定</label>
  374. <label class="radio inline"><input name="expenditureMsg4" value="公司活期" type="radio">公司活期</label>
  375. <label class="radio inline"><input name="expenditureMsg4" value="个人(GR)" type="radio">个人(GR)</label>
  376. </div>
  377. </tr>
  378. <tr>
  379. <th class="taC">支出金额</th><td>
  380. <input name="expenditurePrice" id="expenditurePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  381. </tr>
  382. <tr>
  383. <th class="taC">支出银行</th>
  384. <td>
  385. <select name="expenditureBank" id="expenditureBank">
  386. <option value="纵横广发">纵横广发</option>
  387. <option value="个人广发">个人广发</option>
  388. <option value="华润银行">华润银行</option>
  389. </select>
  390. </td>
  391. </tr>
  392. <tr>
  393. <th class="taC">银行到款时间</th><td><input name="expenditureDate" id="expenditureDate" value="" type="date"></td>
  394. </tr>
  395. <tr>
  396. <th class="taC">备注</th>
  397. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  398. </tr>
  399. <!--支出-->
  400. </tbody>
  401. </table>
  402. <div class="modal-footer">
  403. <input type="submit" value="确认录入" class="button">
  404. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  405. </div>
  406. </form>
  407. </div>
  408. </div>
  409. </div></div>
  410. </div>
  411. <!--弹出日常收支 -->
  412. <div class="modal hide fade" id="saea-detail4">
  413. <div class="modal-dialog">
  414. <div class="modal-content">
  415. <div class="modal-header">
  416. <h3>费用详情</h3>
  417. </div>
  418. <div class="modal-body saeaList">
  419. <table class="table table-bordered table-condensed">
  420. <tboay>
  421. <tr>
  422. <th class="taC" width="110">收支录入</th>
  423. <td id='WI-wasteStaff'></td>
  424. </tr>
  425. <tr>
  426. <th class="taC">单号</th>
  427. <td id='WI-bookSerial'></td>
  428. </tr>
  429. <tr>
  430. <th class="taC">费用类型</th>
  431. <td id='WI-expenditureMsg'></td>
  432. </tr>
  433. <tr>
  434. <th class="taC">支出金额</th>
  435. <td id='WI-expenditurePrice'></td>
  436. </tr>
  437. <tr>
  438. <th class="taC">支出银行</th>
  439. <td id='WI-expenditureBank'></td>
  440. </tr>
  441. <tr>
  442. <th class="taC">银行支付时间</th>
  443. <td id='WI-expenditureDate'></td>
  444. </tr>
  445. <tr>
  446. <th class="taC">备注</th>
  447. <td id='WI-remarks'></td>
  448. </tr>
  449. </tboay>
  450. </table>
  451. </div>
  452. <div class="modal-footer">
  453. <a href="#" class="button btn-gray" data-dismiss="modal"
  454. aria-hidden="true">关闭</a>
  455. </div>
  456. </div>
  457. </div>
  458. </div>
  459. <!--弹出日常收支 -->
  460. <div class="modal hide fade" id="saea-detail5">
  461. <div class="modal-dialog">
  462. <div class="modal-content">
  463. <div class="modal-header">
  464. <h3>费用详情</h3>
  465. </div>
  466. <div class="modal-body saeaList">
  467. <table class="table table-bordered table-condensed">
  468. <tboay>
  469. <tr>
  470. <th class="taC" colspan="2">收入</th>
  471. </tr>
  472. <tr>
  473. <th class="taC" width="110">收支录入</th>
  474. <td id='IN-wasteStaff'></td>
  475. </tr>
  476. <tr>
  477. <th class="taC">单号</th>
  478. <td id='IN-bookSerial'></td>
  479. </tr>
  480. <tr>
  481. <th class="taC">费用类型</th>
  482. <td id='IN-expenditureMsg'></td>
  483. </tr>
  484. <tr>
  485. <th class="taC">收入金额</th>
  486. <td id='IN-expenditurePrice'></td>
  487. </tr>
  488. <tr>
  489. <th class="taC">收入银行</th>
  490. <td id='IN-expenditureBank'></td>
  491. </tr>
  492. <tr>
  493. <th class="taC">银行收入时间</th>
  494. <td id='IN-expenditureDate'></td>
  495. </tr>
  496. <tr>
  497. <th class="taC">备注</th>
  498. <td id='IN-remarks'></td>
  499. </tr>
  500. </tboay>
  501. </table>
  502. </div>
  503. <div class="modal-footer">
  504. <a href="#" class="button btn-gray" data-dismiss="modal"
  505. aria-hidden="true">关闭</a>
  506. </div>
  507. </div>
  508. </div>
  509. </div>
  510. <!--弹出(日收支)-->
  511. <div class="modal hide fade" id="delincome">
  512. <form action="/paymentsDelDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  513. <input type="hidden" name="aidKey" id="aidKeyDel" value="">
  514. <div class="modal-dialog ">
  515. <div class="modal-content">
  516. <div class="modal-header">
  517. <h3>删除收支</h3>
  518. </div>
  519. <div class="modal-body">
  520. <p>确认删除该收支?</p>
  521. </div>
  522. <div class="modal-footer">
  523. <input type="submit" value="确认删除" class="button">
  524. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  525. </div>
  526. </div></div>
  527. </form>
  528. </div>
  529. <script type="text/javascript">autoFlashHeight();</script>
  530. </body>