payments.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. <!-- include '../header' -->
  2. <script src="<?= payments ?>"></script>
  3. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  4. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  5. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  6. <script src="<?= WEB_SITE_GLOBAL ?>js/pay.validator.js"></script>
  7. <body>
  8. <div class="mainLayout">
  9. <div class="mainMenu">
  10. <div class="menuItem">
  11. <a href="#" class="mLogo">CLD</a>
  12. <ul>
  13. <!-- include '../menu' -->
  14. </ul>
  15. </div>
  16. </div>
  17. <div class="warpContent">
  18. <div class="subMenu fL">
  19. <div class="menuItem">
  20. <!-- include '../admin/receipt_menu' -->
  21. </div>
  22. </div>
  23. <div class="adminContent autoHeight">
  24. <div class="saea-borad">
  25. <div class="borad-menu">
  26. <a href="#inputincome" data-toggle="modal" class="invoice">录入日常收支</a>
  27. </div>
  28. <div class="borad-news">
  29. <div class="saeaList">
  30. <div class="clearfix">
  31. <table class="table table-bordered table-condensed">
  32. <tbody>
  33. <tr><th class="taC">本日累计日收入</th><td>¥{{statisticsList.statisticsDay.0.inComePrice}}</td>
  34. <th class="taC">本日累计日支出</th><td>¥{{statisticsList.statisticsDay.0.payPrice}}</td></tr>
  35. <tr><th class="taC">{{statisticsList.statisticsMonth.0.month}}月累计日收入</th><td>¥{{statisticsList.statisticsMonth.0.inComePrice}}</td>
  36. <th class="taC">{{statisticsList.statisticsMonth.0.month}}月累计日支出</th><td>¥{{statisticsList.statisticsMonth.0.payPrice}}</td></tr>
  37. <tr><th class="taC">理财存款</th><td>¥{{statisticsList.financingPrice.0.financingPrice}}</td>
  38. <th class="taC">保证金</th><td>{{statisticsList.statisticsBond}}</td></tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. <div class="clearfix">
  43. <legend><div class="fR"><a href="/paymentsAchieve">所有收支</a></div>最近收支</legend>
  44. <table class="table table-bordered table-condensed">
  45. <tbody>
  46. <tr><th class="taC" width="50"></th><th class="taC" width="140">费用类别</th><th class="taC">单号</th><th class="taC">金额</th><th class="taC">到款/支付银行</th><th class="taC">银行到款/支付时间</th><th class="taC">录入时间</th></tr>
  47. <!-- loop list -->
  48. <tr>
  49. <!-- if {{list' value.expensesType}}==1 -->
  50. <th>收入</th>
  51. <td>
  52. <!-- if {{list' value.accountType}}==1 -->
  53. 利息收入
  54. <!-- elseif {{list' value.accountType}}==2 -->
  55. 补贴收入
  56. <!-- elseif {{list' value.accountType}}==3 -->
  57. 纵横知道
  58. <!-- elseif {{list' value.accountType}}==4 -->
  59. 借款收回
  60. <!-- elseif {{list' value.accountType}}==5 -->
  61. 退汇
  62. <!-- elseif {{list' value.accountType}}==6 -->
  63. 其他
  64. <!-- elseif {{list' value.accountType}}==7 -->
  65. 广发理财
  66. <!-- elseif {{list' value.accountType}}==9 -->
  67. 工行理财
  68. <!-- elseif {{list' value.accountType}}==11 -->
  69. 广发存款
  70. <!-- elseif {{list' value.accountType}}==12 -->
  71. 工行存款
  72. <!-- elseif {{list' value.accountType}}==8 -->
  73. 保证金
  74. <!-- elseif {{list' value.accountType}}==10 -->
  75. 理财收入
  76. <!-- elseif {{list' value.accountType}}==13 -->
  77. 理财
  78. <!-- if {{list' value.operatingBankType}}==1 -->
  79. (理财账号)
  80. <!-- elseif {{list' value.operatingBankType}}==2 -->
  81. (公司账号)
  82. <!-- endif -->
  83. <!-- elseif {{list' value.accountType}}==14 -->
  84. 存款
  85. <!-- endif -->
  86. </td>
  87. <td><a href="#saea-detail5" node-income=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  88. <td class="taR">¥{{list' value.receivedPrice}}</td>
  89. <td>{{list' value.receivedBank}}
  90. <!-- if {{list' value.operatingBankType}}==1 -->
  91. ({{list' value.depositMethod}})
  92. <!-- endif -->
  93. </td>
  94. <td>
  95. {{list' value.receivedDate}}
  96. </td>
  97. <td>{{list' value.inputDate}}</td>
  98. <!-- else -->
  99. <th><span class="colRed">支出</span></th>
  100. <td>
  101. <!-- if {{list' value.expenditureType}}==1 -->
  102. 银行手续费
  103. <!-- elseif {{list' value.expenditureType}}==2 -->
  104. 总部电话费
  105. <!-- elseif {{list' value.expenditureType}}==3 -->
  106. 缴税
  107. <!-- elseif {{list' value.expenditureType}}==4 -->
  108. 广发理财
  109. <!-- elseif {{list' value.expenditureType}}==6 -->
  110. 工行理财
  111. <!-- elseif {{list' value.expenditureType}}==8 -->
  112. 广发存款
  113. <!-- elseif {{list' value.expenditureType}}==9 -->
  114. 工行存款
  115. <!-- elseif {{list' value.expenditureType}}==5 -->
  116. 保证金
  117. <!-- elseif {{list' value.expenditureType}}==7 -->
  118. 理财支出
  119. <!-- elseif {{list' value.expenditureType}}==10 -->
  120. 工资
  121. <!-- elseif {{list' value.expenditureType}}==11 -->
  122. 理财
  123. <!-- if {{list' value.operatingBankType}}==1 -->
  124. (理财账号)
  125. <!-- elseif {{list' value.operatingBankType}}==2 -->
  126. (公司账号)
  127. <!-- endif -->
  128. <!-- elseif {{list' value.expenditureType}}==12 -->
  129. 存款
  130. <!-- elseif {{list' value.expenditureType}}==13 -->
  131. 纵横文库提现
  132. <!-- elseif {{list' value.expenditureType}}==14 -->
  133. 其他
  134. <!-- endif -->
  135. </td>
  136. <td><a href="#saea-detail4" node-pay=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  137. <td class="taR">¥{{list' value.expenditurePrice}}</td>
  138. <td>
  139. {{list' value.expenditureBank}}
  140. <!-- if {{list' value.operatingBankType}}==1 -->
  141. ({{list' value.depositMethod}})
  142. <!-- endif -->
  143. </td>
  144. <td>
  145. {{list' value.expenditureDate}}
  146. </td>
  147. <td>{{list' value.inputDate}}</td>
  148. <!-- endif -->
  149. </tr>
  150. <!-- endloop -->
  151. </tbody>
  152. </table>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. <!--弹出日常收支 -->
  159. <div class="modal hide fade" id="saea-detail5">
  160. <div class="modal-dialog">
  161. <div class="modal-content">
  162. <div class="modal-header">
  163. <h3>费用详情</h3>
  164. </div>
  165. <div class="modal-body saeaList">
  166. <table class="table table-bordered table-condensed">
  167. <tboay>
  168. <tr>
  169. <th class="taC" colspan="2">收入</th>
  170. </tr>
  171. <tr>
  172. <th class="taC" width="110">收支录入</th>
  173. <td id='IN-wasteStaff'></td>
  174. </tr>
  175. <tr>
  176. <th class="taC">单号</th>
  177. <td id='IN-bookSerial'></td>
  178. </tr>
  179. <tr>
  180. <th class="taC">费用类型</th>
  181. <td id='IN-expenditureMsg'></td>
  182. </tr>
  183. <tr>
  184. <th class="taC">收入金额</th>
  185. <td id='IN-expenditurePrice'></td>
  186. </tr>
  187. <tr>
  188. <th class="taC">收入银行</th>
  189. <td id='IN-expenditureBank'></td>
  190. </tr>
  191. <tr>
  192. <th class="taC">银行收入时间</th>
  193. <td id='IN-expenditureDate'></td>
  194. </tr>
  195. <tr>
  196. <th class="taC">备注</th>
  197. <td id='IN-remarks'></td>
  198. </tr>
  199. </tboay>
  200. </table>
  201. </div>
  202. <div class="modal-footer">
  203. <a href="#" class="button btn-gray" data-dismiss="modal"
  204. aria-hidden="true">关闭</a>
  205. </div>
  206. </div>
  207. </div>
  208. </div>
  209. <!--弹出日常收支 -->
  210. <div class="modal hide fade" id="saea-detail4">
  211. <div class="modal-dialog">
  212. <div class="modal-content">
  213. <div class="modal-header">
  214. <h3>费用详情</h3>
  215. </div>
  216. <div class="modal-body saeaList">
  217. <table class="table table-bordered table-condensed">
  218. <tboay>
  219. <tr>
  220. <th class="taC" width="110">收支录入</th>
  221. <td id='WI-wasteStaff'></td>
  222. </tr>
  223. <tr>
  224. <th class="taC">单号</th>
  225. <td id='WI-bookSerial'></td>
  226. </tr>
  227. <tr>
  228. <th class="taC">费用类型</th>
  229. <td id='WI-expenditureMsg'></td>
  230. </tr>
  231. <tr>
  232. <th class="taC">支出金额</th>
  233. <td id='WI-expenditurePrice'></td>
  234. </tr>
  235. <tr>
  236. <th class="taC">支出银行</th>
  237. <td id='WI-expenditureBank'></td>
  238. </tr>
  239. <tr>
  240. <th class="taC">银行支付时间</th>
  241. <td id='WI-expenditureDate'></td>
  242. </tr>
  243. <tr>
  244. <th class="taC">备注</th>
  245. <td id='WI-remarks'></td>
  246. </tr>
  247. </tboay>
  248. </table>
  249. </div>
  250. <div class="modal-footer">
  251. <a href="#" class="button btn-gray" data-dismiss="modal"
  252. aria-hidden="true">关闭</a>
  253. </div>
  254. </div>
  255. </div>
  256. </div>
  257. <!--弹出(日收支)-->
  258. <div class="modal hide fade" id="inputincome">
  259. <div class="modal-dialog modal-lg">
  260. <div class="modal-content">
  261. <div class="modal-header">
  262. <h3>录入日常收支</h3>
  263. </div>
  264. <div class="modal-body saeaList" style="max-height:490px !important;">
  265. <table class="table table-bordered table-condensed">
  266. <tbody>
  267. <tr>
  268. <th class="taC">选择收支</th>
  269. <td>
  270. <select name="payMentsType" node-payMentsSelect>
  271. <option selected value="INCOME">收入</option>
  272. <option value="EXPENDITURE">支出</option>
  273. <option value="FinancialBox">理财</option>
  274. <option value="Bank">银行互转</option>
  275. </select>
  276. </td>
  277. </tr>
  278. </tbody>
  279. </table>
  280. <!-- 理财 -->
  281. <div id="FinancialBox" style="display:none">
  282. <form action="/paymentsFinancesDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  283. <table class="table table-bordered table-condensed">
  284. <tbody>
  285. <tr>
  286. <th class="taC" colspan="2">理财信息填写</th>
  287. </tr>
  288. <tr>
  289. <td width="50%">
  290. <table class="table table-bordered table-condensed">
  291. <tbody>
  292. <tr>
  293. <th class="taC" colspan="2">支出信息</th>
  294. </tr>
  295. <tr>
  296. <th class="taC">支出</th>
  297. <td>
  298. <select name="outlayOperatingType" >
  299. <option value="finances">理财</option>
  300. <option value="bank">银行</option>
  301. </select>
  302. </td>
  303. </tr>
  304. <tr outlay_finances_Node >
  305. <th class="taC">理财</th>
  306. <td>
  307. <select name="outlayAccountType" >
  308. <option value='广发理财'>广发理财</option>
  309. <option value='工行理财'>工行理财</option>
  310. <option value='个人理财(广发)'>个人理财(广发)</option>
  311. </select>
  312. <div>
  313. <label class="radio inline"><input name="outlayAccountMsg" value="固定" checked type="radio">固定</label>
  314. <label class="radio inline"><input name="outlayAccountMsg" value="活期" type="radio">活期</label>
  315. </div>
  316. </td>
  317. </tr>
  318. <tr outlay_bank_node style="display: none;">
  319. <th class="taC">银行</th>
  320. <td>
  321. <select name="outlayBank">
  322. <option value="纵横广发">纵横广发</option>
  323. <option value="个人存款">个人存款</option>
  324. <option value="纵横工行">纵横工行</option>
  325. </select>
  326. </td>
  327. </tr>
  328. <tr>
  329. <th class="taC">支出金额</th>
  330. <td><input name="outlayPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  331. </tr>
  332. <tr>
  333. <th class="taC">支出信息</th>
  334. <td><input name="outlayMsg" type="text"></td>
  335. </tr>
  336. <tr>
  337. <th class="taC">银行支出时间</th>
  338. <td><input name="outlayDate" type="date" value="{{date}}"></td>
  339. </tr>
  340. <tr>
  341. <th class="taC">备注</th>
  342. <td><textarea name="outlayRemarks" class="form-control" name="remarks" rows="3"></textarea></td>
  343. </tr>
  344. </tbody>
  345. </table>
  346. </td>
  347. <td width="50%">
  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>
  355. <td>
  356. <select name="revenueOperatingType">
  357. <option value="finances">理财</option>
  358. <option value="bank">银行</option>
  359. </select>
  360. </td>
  361. </tr>
  362. <tr revenue_finances_Node >
  363. <th class="taC">理财</th>
  364. <td>
  365. <select name="revenueAccountType" >
  366. <option value='广发理财'>广发理财</option>
  367. <option value='工行理财'>工行理财</option>
  368. <option value='个人理财(广发)'>个人理财(广发)</option>
  369. </select>
  370. <div>
  371. <label class="radio inline"><input name="revenueAccountMsg" value="固定" checked type="radio">固定</label>
  372. <label class="radio inline"><input name="revenueAccountMsg" value="活期" type="radio">活期</label>
  373. </div>
  374. </td>
  375. </tr>
  376. <tr revenue_bank_node style="display: none;">
  377. <th class="taC">银行</th>
  378. <td>
  379. <select name="revenueBank">
  380. <option value="纵横广发">纵横广发</option>
  381. <option value="个人存款">个人存款</option>
  382. <option value="纵横工行">纵横工行</option>
  383. </select>
  384. </td>
  385. </tr>
  386. <tr>
  387. <th class="taC">收款金额</th>
  388. <td><input name="revenuePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  389. </tr>
  390. <tr>
  391. <th class="taC">收款信息</th><td><input name="revenueMsg" id="receivedMsg" value="" type="text"></td>
  392. </tr>
  393. <tr>
  394. <th class="taC">银行到款时间</th><td><input name="revenueDate" id="receivedDate" value="{{date}}" type="date"></td>
  395. </tr>
  396. <tr>
  397. <th class="taC">备注</th>
  398. <td><textarea class="form-control" name="revenueRemarks" rows="3"></textarea></td>
  399. </tr>
  400. </tbody>
  401. </table>
  402. </td>
  403. </tr>
  404. </tbody>
  405. </table>
  406. <div class="modal-footer">
  407. <input type="submit" value="确认录入" class="button">
  408. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  409. </div>
  410. </form>
  411. </div>
  412. <!-- 银行互转 -->
  413. <div id="Bank" style="display:none">
  414. <form action="/paymentsBankDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  415. <table class="table table-bordered table-condensed">
  416. <tbody>
  417. <tr>
  418. <th class="taC" colspan="2">银行转帐信息填写</th>
  419. </tr>
  420. <tr>
  421. <td width="50%">
  422. <table class="table table-bordered table-condensed">
  423. <tbody>
  424. <tr>
  425. <th class="taC" colspan="2">支出信息</th>
  426. </tr>
  427. <tr>
  428. <th class="taC">支出银行</th>
  429. <td>
  430. <select name="outlayBank">
  431. <option value="(纵横广发)广发存款">(纵横广发)广发存款</option>
  432. <option value="纵横工行">纵横工行</option>
  433. <option value="个人存款">个人存款</option>
  434. </select>
  435. </td>
  436. </tr>
  437. <tr>
  438. <th class="taC">支出金额</th>
  439. <td><input name="outlayPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  440. </tr>
  441. <tr>
  442. <th class="taC">支出信息</th>
  443. <td><input name="outlayMsg" type="text"></td>
  444. </tr>
  445. <tr>
  446. <th class="taC">银行支出时间</th>
  447. <td><input name="outlayDate" type="date" value="{{date}}"></td>
  448. </tr>
  449. <tr>
  450. <th class="taC">备注</th>
  451. <td><textarea name="outlayRemarks" class="form-control" name="remarks" rows="3"></textarea></td>
  452. </tr>
  453. </tbody>
  454. </table>
  455. </td>
  456. <td width="50%">
  457. <table class="table table-bordered table-condensed">
  458. <tbody>
  459. <tr>
  460. <th class="taC" colspan="2">收入信息</th>
  461. </tr>
  462. <tr>
  463. <th class="taC">收款银行</th>
  464. <td>
  465. <select name="revenueBank">
  466. <option value="(纵横广发)广发存款">(纵横广发)广发存款</option>
  467. <option value="纵横工行">纵横工行</option>
  468. <option value="个人存款">个人存款</option>
  469. </select>
  470. </td>
  471. </tr>
  472. <tr>
  473. <th class="taC">收款金额</th>
  474. <td><input name="revenuePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  475. </tr>
  476. <tr>
  477. <th class="taC">收款信息</th>
  478. <td><input name="revenueMsg" type="text"></td>
  479. </tr>
  480. <tr>
  481. <th class="taC">银行到款时间</th>
  482. <td><input name="revenueDate" type="date" value="{{date}}"></td>
  483. </tr>
  484. <tr>
  485. <th class="taC">备注</th>
  486. <td><textarea name="revenueRemarks" class="form-control" name="remarks" rows="3"></textarea></td>
  487. </tr>
  488. </tbody>
  489. </table>
  490. </td>
  491. </tr>
  492. </tbody>
  493. </table>
  494. <div class="modal-footer">
  495. <input type="submit" value="确认录入" class="button">
  496. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  497. </div>
  498. </form>
  499. </div>
  500. <div id="INCOMEBox" >
  501. <form action="/paymentsIncomeDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  502. <table class="table table-bordered table-condensed">
  503. <tbody>
  504. <!--收入-->
  505. <tr>
  506. <th class="taC" colspan="2">收入信息填写</th>
  507. </tr>
  508. <tr>
  509. <th class="taC">费用类型</th>
  510. <td >
  511. <select name="accountType" id="accountType" node-accountTypeSelect>
  512. <option value=''>请选择</option>
  513. <option value='1'>利息收入</option>
  514. <option value='2'>补贴收入</option>
  515. <option value='3'>纵横知道</option>
  516. <option value='4'>借款收回</option>
  517. <option value='5'>退汇</option>
  518. <option value='6'>其他</option>
  519. <!-- <option value='7'>广发理财</option>
  520. <option value='9'>工行理财</option>
  521. <option value='11'>广发存款</option>
  522. <option value='12'>工行存款</option> -->
  523. <option value='8'>保证金</option>
  524. </select>
  525. <p>
  526. <!--利息收入 二级-->
  527. <div node-accountMsg1 style="display:none">
  528. <label class="radio inline"><input name="accountMsg1" checked value="银行存款" type="radio">银行存款</label>
  529. <label class="radio inline"><input name="accountMsg1" value="活期理财收益" type="radio">活期理财收益</label>
  530. <label class="radio inline"><input name="accountMsg1" value="固定理财收益" type="radio">固定理财收益</label>
  531. <label class="radio inline"><input name="accountMsg1" value="个人借款" type="radio">个人借款</label>
  532. </div>
  533. <!--补贴收入 二级-->
  534. <div node-accountMsg2 style="display:none">
  535. <label class="radio inline"><input name="accountMsg2" checked value="社保" type="radio">社保</label>
  536. <label class="radio inline"><input name="accountMsg2" value="财政" type="radio">财政</label>
  537. </div>
  538. <!--借款收回 二级-->
  539. <div node-accountMsg4 style="display:none">
  540. <label class="radio inline"><input name="accountMsg4" checked value="备用金" type="radio">备用金</label>
  541. <label class="radio inline"><input name="accountMsg4" value="私人借款" type="radio">私人借款</label>
  542. </div>
  543. <!--广发理财 二级-->
  544. <div node-accountMsg7 style="display:none">
  545. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  546. <br/>
  547. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  548. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  549. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  550. </div>
  551. <!--工行理财 二级-->
  552. <div node-accountMsg9 style="display:none">
  553. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  554. <br/>
  555. <label class="radio inline"><input name="accountMsg9" value="公司固定" checked type="radio">公司固定</label>
  556. <label class="radio inline"><input name="accountMsg9" value="公司活期" type="radio">公司活期</label>
  557. <label class="radio inline"><input name="accountMsg9" value="个人(GR)" type="radio">个人(GR)</label>
  558. </div>
  559. </p>
  560. </td>
  561. </tr>
  562. <tr>
  563. <th class="taC">到款金额</th>
  564. <td><input name="receivedPrice" id="receivedPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  565. </tr>
  566. <tr>
  567. <th class="taC">到款信息</th><td><input name="receivedMsg" id="receivedMsg" value="" type="text"></td>
  568. </tr>
  569. <tr node-incomeBank>
  570. <th class="taC">到款银行</th>
  571. <td>
  572. <select name="receivedBank">
  573. <option value="纵横广发">纵横广发</option>
  574. <option value="个人广发">个人广发</option>
  575. <option value="华润银行">(广发)纵横知道</option>
  576. <option value="纵横工行">纵横工行</option>
  577. </select>
  578. </td>
  579. </tr>
  580. <tr>
  581. <th class="taC">银行到款时间</th><td><input name="receivedDate" id="receivedDate" value="{{date}}" type="date"></td>
  582. </tr>
  583. <tr>
  584. <th class="taC">备注</th>
  585. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  586. </tr>
  587. <!--收入-->
  588. </tbody>
  589. </table>
  590. <div class="modal-footer">
  591. <input type="submit" value="确认录入" class="button">
  592. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  593. </div>
  594. </form>
  595. </div>
  596. <!--支出-->
  597. <div id="EXPENDITUREBox" style="display:none" >
  598. <form action="/paymentsExpenditureDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  599. <table class="table table-bordered table-condensed">
  600. <tbody>
  601. <tr>
  602. <th class="taC" colspan="2">支出信息填写</th>
  603. </tr>
  604. <tr>
  605. <th class="taC">费用类型</th><td>
  606. <select name="expenditureType" id="expenditureType" node-expenditureTypeSelect>
  607. <option value="">请选择</option>
  608. <option value="1">银行手续费</option>
  609. <option value="2">总部电话费</option>
  610. <option value="3">缴税</option>
  611. <!-- <option value='4'>广发理财</option>
  612. <option value='6'>工行理财</option>
  613. <option value='8'>广发存款</option>
  614. <option value='9'>工行存款</option> -->
  615. <option value="5">保证金</option>
  616. <option value="10">工资</option>
  617. <option value="13">纵横文库提现</option>
  618. <option value="14">其他</option>
  619. </select>
  620. <!--缴税 二级-->
  621. <div node-expenditureMsg3 style="display:none">
  622. <p>
  623. <label class="radio inline"><input name="expenditureMsg3" checked value="增值税" type="radio">增值税</label>
  624. <label class="radio inline"><input name="expenditureMsg3" value="税金附加" type="radio">税金附加</label>
  625. <label class="radio inline"><input name="expenditureMsg3" value="企业所得税" type="radio">企业所得税</label>
  626. <label class="radio inline"><input name="expenditureMsg3" checked value="工会费" type="radio">工会费</label>
  627. <label class="radio inline"><input name="expenditureMsg3" value="社保" type="radio">社保</label>
  628. <label class="radio inline"><input name="expenditureMsg3" value="个税" type="radio">个税</label>
  629. <label class="radio inline"><input name="expenditureMsg3" value="印花税" type="radio">印花税</label>
  630. </p>
  631. </div>
  632. <div node-expenditureMsg4 style="display:none">
  633. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  634. <br/>
  635. <label class="radio inline"><input name="expenditureMsg4" value="公司固定" checked type="radio">公司固定</label>
  636. <label class="radio inline"><input name="expenditureMsg4" value="公司活期" type="radio">公司活期</label>
  637. <label class="radio inline"><input name="expenditureMsg4" value="个人(GR)" type="radio">个人(GR)</label>
  638. </div>
  639. <div node-expenditureMsg6 style="display:none">
  640. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  641. <br/>
  642. <label class="radio inline"><input name="expenditureMsg6" value="公司固定" checked type="radio">公司固定</label>
  643. <label class="radio inline"><input name="expenditureMsg6" value="公司活期" type="radio">公司活期</label>
  644. <label class="radio inline"><input name="expenditureMsg6" value="个人(GR)" type="radio">个人(GR)</label>
  645. </div>
  646. </tr>
  647. <tr>
  648. <th class="taC">支出金额</th><td>
  649. <input name="expenditurePrice" id="expenditurePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  650. </tr>
  651. <tr node-expenditureBank>
  652. <th class="taC">支出银行</th>
  653. <td>
  654. <select name="expenditureBank" id="expenditureBank">
  655. <option value="纵横广发">纵横广发</option>
  656. <option value="个人广发">个人广发</option>
  657. <option value="华润银行">(广发)纵横知道</option>
  658. <option value="纵横工行">纵横工行</option>
  659. </select>
  660. </td>
  661. </tr>
  662. <tr>
  663. <th class="taC">银行到款时间</th><td><input name="expenditureDate" id="expenditureDate" value="{{date}}" type="date"></td>
  664. </tr>
  665. <tr>
  666. <th class="taC">备注</th>
  667. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  668. </tr>
  669. <!--支出-->
  670. </tbody>
  671. </table>
  672. <div class="modal-footer">
  673. <input type="submit" value="确认录入" class="button">
  674. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  675. </div>
  676. </form>
  677. </div>
  678. </div>
  679. </div></div>
  680. </div>
  681. <script type="text/javascript">autoFlashHeight();</script>
  682. </body>