payments.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  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. <!-- endif -->
  77. </td>
  78. <td><a href="#saea-detail5" node-income=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  79. <td class="taR">¥{{list' value.receivedPrice}}</td>
  80. <td>{{list' value.receivedBank}}</td>
  81. <td>
  82. {{list' value.receivedDate}}
  83. </td>
  84. <td>{{list' value.inputDate}}</td>
  85. <!-- else -->
  86. <th><span class="colRed">支出</span></th>
  87. <td>
  88. <!-- if {{list' value.expenditureType}}==1 -->
  89. 银行手续费
  90. <!-- elseif {{list' value.expenditureType}}==2 -->
  91. 总部电话费
  92. <!-- elseif {{list' value.expenditureType}}==3 -->
  93. 缴税
  94. <!-- elseif {{list' value.expenditureType}}==4 -->
  95. 广发理财
  96. <!-- elseif {{list' value.expenditureType}}==6 -->
  97. 工行理财
  98. <!-- elseif {{list' value.expenditureType}}==8 -->
  99. 广发存款
  100. <!-- elseif {{list' value.expenditureType}}==9 -->
  101. 工行存款
  102. <!-- elseif {{list' value.expenditureType}}==5 -->
  103. 保证金
  104. <!-- elseif {{list' value.expenditureType}}==7 -->
  105. 理财支出
  106. <!-- elseif {{list' value.expenditureType}}==10 -->
  107. 工资
  108. <!-- endif -->
  109. </td>
  110. <td><a href="#saea-detail4" node-pay=waste data-key="{{list' value.aidKey}}" data-toggle="modal">{{list' value.bookSerial}}</a></td>
  111. <td class="taR">¥{{list' value.expenditurePrice}}</td>
  112. <td>{{list' value.expenditureBank}}</td>
  113. <td>
  114. {{list' value.expenditureDate}}
  115. </td>
  116. <td>{{list' value.inputDate}}</td>
  117. <!-- endif -->
  118. </tr>
  119. <!-- endloop -->
  120. </tbody>
  121. </table>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <!--弹出日常收支 -->
  128. <div class="modal hide fade" id="saea-detail5">
  129. <div class="modal-dialog">
  130. <div class="modal-content">
  131. <div class="modal-header">
  132. <h3>费用详情</h3>
  133. </div>
  134. <div class="modal-body saeaList">
  135. <table class="table table-bordered table-condensed">
  136. <tboay>
  137. <tr>
  138. <th class="taC" colspan="2">收入</th>
  139. </tr>
  140. <tr>
  141. <th class="taC" width="110">收支录入</th>
  142. <td id='IN-wasteStaff'></td>
  143. </tr>
  144. <tr>
  145. <th class="taC">单号</th>
  146. <td id='IN-bookSerial'></td>
  147. </tr>
  148. <tr>
  149. <th class="taC">费用类型</th>
  150. <td id='IN-expenditureMsg'></td>
  151. </tr>
  152. <tr>
  153. <th class="taC">收入金额</th>
  154. <td id='IN-expenditurePrice'></td>
  155. </tr>
  156. <tr>
  157. <th class="taC">收入银行</th>
  158. <td id='IN-expenditureBank'></td>
  159. </tr>
  160. <tr>
  161. <th class="taC">银行收入时间</th>
  162. <td id='IN-expenditureDate'></td>
  163. </tr>
  164. <tr>
  165. <th class="taC">备注</th>
  166. <td id='IN-remarks'></td>
  167. </tr>
  168. </tboay>
  169. </table>
  170. </div>
  171. <div class="modal-footer">
  172. <a href="#" class="button btn-gray" data-dismiss="modal"
  173. aria-hidden="true">关闭</a>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. <!--弹出日常收支 -->
  179. <div class="modal hide fade" id="saea-detail4">
  180. <div class="modal-dialog">
  181. <div class="modal-content">
  182. <div class="modal-header">
  183. <h3>费用详情</h3>
  184. </div>
  185. <div class="modal-body saeaList">
  186. <table class="table table-bordered table-condensed">
  187. <tboay>
  188. <tr>
  189. <th class="taC" width="110">收支录入</th>
  190. <td id='WI-wasteStaff'></td>
  191. </tr>
  192. <tr>
  193. <th class="taC">单号</th>
  194. <td id='WI-bookSerial'></td>
  195. </tr>
  196. <tr>
  197. <th class="taC">费用类型</th>
  198. <td id='WI-expenditureMsg'></td>
  199. </tr>
  200. <tr>
  201. <th class="taC">支出金额</th>
  202. <td id='WI-expenditurePrice'></td>
  203. </tr>
  204. <tr>
  205. <th class="taC">支出银行</th>
  206. <td id='WI-expenditureBank'></td>
  207. </tr>
  208. <tr>
  209. <th class="taC">银行支付时间</th>
  210. <td id='WI-expenditureDate'></td>
  211. </tr>
  212. <tr>
  213. <th class="taC">备注</th>
  214. <td id='WI-remarks'></td>
  215. </tr>
  216. </tboay>
  217. </table>
  218. </div>
  219. <div class="modal-footer">
  220. <a href="#" class="button btn-gray" data-dismiss="modal"
  221. aria-hidden="true">关闭</a>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. <!--弹出(日收支)-->
  227. <div class="modal hide fade" id="inputincome">
  228. <div class="modal-dialog modal-lg">
  229. <div class="modal-content">
  230. <div class="modal-header">
  231. <h3>录入日常收支</h3>
  232. </div>
  233. <div class="modal-body saeaList">
  234. <table class="table table-bordered table-condensed">
  235. <tbody>
  236. <tr>
  237. <th class="taC">选择收支</th>
  238. <td>
  239. <select name="payMentsType" node-payMentsSelect>
  240. <option value="INCOME">收入</option>
  241. <option value="EXPENDITURE">支出</option>
  242. <option value="FinancialBox">理财</option>
  243. <option value="Bank">银行互转</option>
  244. </select>
  245. </td>
  246. </tr>
  247. </tbody>
  248. </table>
  249. <!-- 理财 -->
  250. <div id="FinancialBox" style="display:none">
  251. <form action="/paymentsIncomeDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate"></form>
  252. <table class="table table-bordered table-condensed">
  253. <tbody>
  254. <tr>
  255. <th class="taC" colspan="2">理财信息填写</th>
  256. </tr>
  257. <tr>
  258. <td width="50%">
  259. <table class="table table-bordered table-condensed">
  260. <tbody>
  261. <tr>
  262. <th class="taC" colspan="2">支出信息</th>
  263. </tr>
  264. <tr>
  265. <th class="taC">支出</th>
  266. <td>
  267. <select>
  268. <option>理财</option>
  269. <option>银行</option>
  270. </select>
  271. </td>
  272. </tr>
  273. <tr>
  274. <th class="taC">理财</th>
  275. <td>
  276. <select>
  277. <option>广发理财</option>
  278. <option>工行理财</option>
  279. </select>
  280. <div node-accountMsg7 >
  281. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  282. <br/>
  283. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  284. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  285. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  286. </div>
  287. </td>
  288. </tr>
  289. <tr node-incomeBank>
  290. <th class="taC">银行</th>
  291. <td>
  292. <select name="receivedBank">
  293. <option value="纵横广发">纵横广发</option>
  294. <option value="个人广发">个人广发</option>
  295. <option value="华润银行">(广发)纵横知道</option>
  296. <option value="纵横工行">纵横工行</option>
  297. </select>
  298. </td>
  299. </tr>
  300. <tr>
  301. <th class="taC">支出金额</th>
  302. <td><input value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  303. </tr>
  304. <tr>
  305. <th class="taC">支出信息</th>
  306. <td><input type="text"></td>
  307. </tr>
  308. <tr>
  309. <th class="taC">银行支出时间</th>
  310. <td><input type="date"></td>
  311. </tr>
  312. <tr>
  313. <th class="taC">备注</th>
  314. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  315. </tr>
  316. </tbody>
  317. </table>
  318. </td>
  319. <td width="50%">
  320. <table class="table table-bordered table-condensed">
  321. <tbody>
  322. <tr>
  323. <th class="taC" colspan="2">收入信息</th>
  324. </tr>
  325. <tr>
  326. <th class="taC">收款</th>
  327. <td>
  328. <select>
  329. <option>理财</option>
  330. <option>银行</option>
  331. </select>
  332. </td>
  333. </tr>
  334. <tr>
  335. <th class="taC">理财</th>
  336. <td>
  337. <select>
  338. <option>广发理财</option>
  339. <option>工行理财</option>
  340. </select>
  341. <div node-accountMsg7 >
  342. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  343. <br/>
  344. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  345. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  346. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  347. </div>
  348. </td>
  349. </tr>
  350. <tr node-incomeBank>
  351. <th class="taC">银行</th>
  352. <td>
  353. <select name="receivedBank">
  354. <option value="纵横广发">纵横广发</option>
  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>
  363. <td><input name="receivedPrice" id="receivedPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  364. </tr>
  365. <tr>
  366. <th class="taC">收款信息</th><td><input name="receivedMsg" id="receivedMsg" value="" type="text"></td>
  367. </tr>
  368. <tr>
  369. <th class="taC">银行到款时间</th><td><input name="receivedDate" id="receivedDate" value="{{date}}" type="date"></td>
  370. </tr>
  371. <tr>
  372. <th class="taC">备注</th>
  373. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  374. </tr>
  375. </tbody>
  376. </table>
  377. </td>
  378. </tr>
  379. </tbody>
  380. </table>
  381. </div>
  382. <!-- 银行互转 -->
  383. <div id="Bank" style="display:none">
  384. <table class="table table-bordered table-condensed">
  385. <tbody>
  386. <tr>
  387. <th class="taC" colspan="2">银行转帐信息填写</th>
  388. </tr>
  389. <tr>
  390. <td width="50%">
  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>
  398. <td>
  399. <select>
  400. <option>请选择</option>
  401. <option>广发存款</option>
  402. <option>工行存款</option>
  403. </select>
  404. <p>可提取余额:¥0</p>
  405. </td>
  406. </tr>
  407. <tr>
  408. <th class="taC">支出金额</th>
  409. <td><input value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  410. </tr>
  411. <tr>
  412. <th class="taC">支出信息</th>
  413. <td><input type="text"></td>
  414. </tr>
  415. <tr>
  416. <th class="taC">银行支出时间</th>
  417. <td><input type="date"></td>
  418. </tr>
  419. <tr>
  420. <th class="taC">备注</th>
  421. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  422. </tr>
  423. </tbody>
  424. </table>
  425. </td>
  426. <td width="50%">
  427. <table class="table table-bordered table-condensed">
  428. <tbody>
  429. <tr>
  430. <th class="taC" colspan="2">收入信息</th>
  431. </tr>
  432. <tr>
  433. <th class="taC">收款银行</th>
  434. <td>
  435. <select>
  436. <option value="纵横广发">纵横广发</option>
  437. <option value="个人广发">个人广发</option>
  438. <option value="华润银行">(广发)纵横知道</option>
  439. <option value="纵横工行">纵横工行</option>
  440. </select>
  441. </td>
  442. </tr>
  443. <tr>
  444. <th class="taC">收款金额</th>
  445. <td><input value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  446. </tr>
  447. <tr>
  448. <th class="taC">收款信息</th>
  449. <td><input type="text"></td>
  450. </tr>
  451. <tr>
  452. <th class="taC">银行到款时间</th>
  453. <td><input type="date"></td>
  454. </tr>
  455. <tr>
  456. <th class="taC">备注</th>
  457. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  458. </tr>
  459. </tbody>
  460. </table>
  461. </td>
  462. </tr>
  463. </tbody>
  464. </table>
  465. </div>
  466. <div id="INCOMEBox" >
  467. <form action="/paymentsIncomeDo" method="post" id="paymentsIncome" class="nice-validator n-default" novalidate="novalidate">
  468. <table class="table table-bordered table-condensed">
  469. <tbody>
  470. <!--收入-->
  471. <tr>
  472. <th class="taC" colspan="2">收入信息填写</th>
  473. </tr>
  474. <tr>
  475. <th class="taC">费用类型</th>
  476. <td >
  477. <select name="accountType" id="accountType" node-accountTypeSelect>
  478. <option value=''>请选择</option>
  479. <option value='1'>利息收入</option>
  480. <option value='2'>补贴收入</option>
  481. <option value='3'>纵横知道</option>
  482. <option value='4'>借款收回</option>
  483. <option value='5'>退汇</option>
  484. <option value='6'>其他</option>
  485. <option value='7'>广发理财</option>
  486. <option value='9'>工行理财</option>
  487. <option value='11'>广发存款</option>
  488. <option value='12'>工行存款</option>
  489. <option value='8'>保证金</option>
  490. </select>
  491. <p>
  492. <!--利息收入 二级-->
  493. <div node-accountMsg1 style="display:none">
  494. <label class="radio inline"><input name="accountMsg1" checked value="银行存款" type="radio">银行存款</label>
  495. <label class="radio inline"><input name="accountMsg1" value="活期理财收益" type="radio">活期理财收益</label>
  496. <label class="radio inline"><input name="accountMsg1" value="固定理财收益" type="radio">固定理财收益</label>
  497. <label class="radio inline"><input name="accountMsg1" value="个人借款" type="radio">个人借款</label>
  498. </div>
  499. <!--补贴收入 二级-->
  500. <div node-accountMsg2 style="display:none">
  501. <label class="radio inline"><input name="accountMsg2" checked value="社保" type="radio">社保</label>
  502. <label class="radio inline"><input name="accountMsg2" value="财政" type="radio">财政</label>
  503. </div>
  504. <!--借款收回 二级-->
  505. <div node-accountMsg4 style="display:none">
  506. <label class="radio inline"><input name="accountMsg4" checked value="备用金" type="radio">备用金</label>
  507. <label class="radio inline"><input name="accountMsg4" value="私人借款" type="radio">私人借款</label>
  508. </div>
  509. <!--广发理财 二级-->
  510. <div node-accountMsg7 style="display:none">
  511. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  512. <br/>
  513. <label class="radio inline"><input name="accountMsg7" value="公司固定" checked type="radio">公司固定</label>
  514. <label class="radio inline"><input name="accountMsg7" value="公司活期" type="radio">公司活期</label>
  515. <label class="radio inline"><input name="accountMsg7" value="个人(GR)" type="radio">个人(GR)</label>
  516. </div>
  517. <!--工行理财 二级-->
  518. <div node-accountMsg9 style="display:none">
  519. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  520. <br/>
  521. <label class="radio inline"><input name="accountMsg9" value="公司固定" checked type="radio">公司固定</label>
  522. <label class="radio inline"><input name="accountMsg9" value="公司活期" type="radio">公司活期</label>
  523. <label class="radio inline"><input name="accountMsg9" value="个人(GR)" type="radio">个人(GR)</label>
  524. </div>
  525. </p>
  526. </td>
  527. </tr>
  528. <tr>
  529. <th class="taC">到款金额</th>
  530. <td><input name="receivedPrice" id="receivedPrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  531. </tr>
  532. <tr>
  533. <th class="taC">到款信息</th><td><input name="receivedMsg" id="receivedMsg" value="" type="text"></td>
  534. </tr>
  535. <tr node-incomeBank>
  536. <th class="taC">到款银行</th>
  537. <td>
  538. <select name="receivedBank">
  539. <option value="纵横广发">纵横广发</option>
  540. <option value="个人广发">个人广发</option>
  541. <option value="华润银行">(广发)纵横知道</option>
  542. <option value="纵横工行">纵横工行</option>
  543. </select>
  544. </td>
  545. </tr>
  546. <tr>
  547. <th class="taC">银行到款时间</th><td><input name="receivedDate" id="receivedDate" value="{{date}}" type="date"></td>
  548. </tr>
  549. <tr>
  550. <th class="taC">备注</th>
  551. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  552. </tr>
  553. <!--收入-->
  554. </tbody>
  555. </table>
  556. <div class="modal-footer">
  557. <input type="submit" value="确认录入" class="button">
  558. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  559. </div>
  560. </form>
  561. </div>
  562. <!--支出-->
  563. <div id="EXPENDITUREBox" style="display:none" >
  564. <form action="/paymentsExpenditureDo" method="post" id="paymentsExpenditure" class="nice-validator n-default" novalidate="novalidate">
  565. <table class="table table-bordered table-condensed">
  566. <tbody>
  567. <tr>
  568. <th class="taC" colspan="2">支出信息填写</th>
  569. </tr>
  570. <tr>
  571. <th class="taC">费用类型</th><td>
  572. <select name="expenditureType" id="expenditureType" node-expenditureTypeSelect>
  573. <option value="">请选择</option>
  574. <option value="1">银行手续费</option>
  575. <option value="2">总部电话费</option>
  576. <option value="3">缴税</option>
  577. <option value='4'>广发理财</option>
  578. <option value='6'>工行理财</option>
  579. <option value='8'>广发存款</option>
  580. <option value='9'>工行存款</option>
  581. <option value="5">保证金</option>
  582. <option value="10">工资</option>
  583. </select>
  584. <!--缴税 二级-->
  585. <div node-expenditureMsg3 style="display:none">
  586. <p>
  587. <label class="radio inline"><input name="expenditureMsg3" checked value="增值税" type="radio">增值税</label>
  588. <label class="radio inline"><input name="expenditureMsg3" value="税金附加" type="radio">税金附加</label>
  589. <label class="radio inline"><input name="expenditureMsg3" value="企业所得税" type="radio">企业所得税</label>
  590. <label class="radio inline"><input name="expenditureMsg3" checked value="工会费" type="radio">工会费</label>
  591. <label class="radio inline"><input name="expenditureMsg3" value="社保" type="radio">社保</label>
  592. <label class="radio inline"><input name="expenditureMsg3" value="个税" type="radio">个税</label>
  593. <label class="radio inline"><input name="expenditureMsg3" value="印花税" type="radio">印花税</label>
  594. </p>
  595. </div>
  596. <div node-expenditureMsg4 style="display:none">
  597. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  598. <br/>
  599. <label class="radio inline"><input name="expenditureMsg4" value="公司固定" checked type="radio">公司固定</label>
  600. <label class="radio inline"><input name="expenditureMsg4" value="公司活期" type="radio">公司活期</label>
  601. <label class="radio inline"><input name="expenditureMsg4" value="个人(GR)" type="radio">个人(GR)</label>
  602. </div>
  603. <div node-expenditureMsg6 style="display:none">
  604. 可提取余额:¥{{statisticsList.financingPrice.0.financingPrice}}
  605. <br/>
  606. <label class="radio inline"><input name="expenditureMsg6" value="公司固定" checked type="radio">公司固定</label>
  607. <label class="radio inline"><input name="expenditureMsg6" value="公司活期" type="radio">公司活期</label>
  608. <label class="radio inline"><input name="expenditureMsg6" value="个人(GR)" type="radio">个人(GR)</label>
  609. </div>
  610. </tr>
  611. <tr>
  612. <th class="taC">支出金额</th><td>
  613. <input name="expenditurePrice" id="expenditurePrice" value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
  614. </tr>
  615. <tr node-expenditureBank>
  616. <th class="taC">支出银行</th>
  617. <td>
  618. <select name="expenditureBank" id="expenditureBank">
  619. <option value="纵横广发">纵横广发</option>
  620. <option value="个人广发">个人广发</option>
  621. <option value="华润银行">(广发)纵横知道</option>
  622. <option value="纵横工行">纵横工行</option>
  623. </select>
  624. </td>
  625. </tr>
  626. <tr>
  627. <th class="taC">银行到款时间</th><td><input name="expenditureDate" id="expenditureDate" value="{{date}}" type="date"></td>
  628. </tr>
  629. <tr>
  630. <th class="taC">备注</th>
  631. <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
  632. </tr>
  633. <!--支出-->
  634. </tbody>
  635. </table>
  636. <div class="modal-footer">
  637. <input type="submit" value="确认录入" class="button">
  638. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  639. </div>
  640. </form>
  641. </div>
  642. </div>
  643. </div></div>
  644. </div>
  645. <script type="text/javascript">autoFlashHeight();</script>
  646. </body>