invoice.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. <!-- include 'header' -->
  2. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  3. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  4. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  5. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.validator.js"></script>
  6. <script src="<?= invoice ?>"></script>
  7. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/notifications/notifications.js"></script>
  8. <body>
  9. <div class="mainLayout">
  10. <div class="mainMenu">
  11. <div class="menuItem">
  12. <a href="/" class="mLogo">CLD</a>
  13. <ul>
  14. <!-- include 'menuReceipt' -->
  15. </ul>
  16. </div>
  17. </div>
  18. <div class="warpContent">
  19. <div class="subMenu fL">
  20. <div class="menuItem">
  21. <!-- include 'invoiceMenu' -->
  22. </div>
  23. </div>
  24. <div class="adminContent autoHeight">
  25. <div class="saea-borad">
  26. <div class="borad-menu">
  27. <a href="/invoiceAdd" class="invoice">申请开票</a>
  28. </div>
  29. <div class="borad-news">
  30. <div class="saeaList">
  31. <div class="clearfix">
  32. <table class="table table-bordered table-condensed">
  33. <tbody>
  34. <tr><th class="taC">本月累计开票</th><td>¥{{isMonth.statisticsMonth.0.invoicePrice}}</td>
  35. <th class="taC">本月累计入账</th><td>¥{{isMonth.statisticsMonth.0.accountPrice}}</td></tr>
  36. {{htm}}
  37. <tr><th class="taC">今年累计开票</th><td>¥{{isMonth.statisticsYear.0.invoicePrice}}</td>
  38. <th class="taC">今年累计入账</th><td>¥{{isMonth.statisticsYear.0.accountPrice}}</td></tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. <div class="clearfix">
  43. <legend><div class="fR"><a href="/invoiceUntreadIsAchieve">申请退票</a></div>待处理</legend>
  44. <!-- if !empty({{invoiceList.handleInvoice}}) -->
  45. <table class="table table-bordered table-condensed">
  46. <tbody>
  47. <tr><th class="taC" width="70">状态</th><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC">处理时间</th><th class="taC" width="120">操作</th></tr>
  48. <!-- loop invoiceList.handleInvoice -->
  49. <tr>
  50. <td>
  51. <!-- if {{handleInvoice' value.status}}==3 -->
  52. <span class="colOrange">已退回</span>
  53. <!-- elseif {{handleInvoice' value.status}}==4 -->
  54. <span class="colRed">已终止</span>
  55. <!-- elseif {{handleInvoice' value.status}}==2 and {{handleInvoice' value.printStatus}}==1 and {{handleInvoice' value.untreadStatus}}==0 -->
  56. <!--废弃 <span class="colBlue">已出票</span> -->
  57. <!-- if {{handleInvoice' value.doPost}}==1 -->
  58. <!--废弃 <a href="#shipping" node-post="express-msg" post-data="{{invoicePost' value.iidKey}}" data-toggle="modal">邮寄</a> -->
  59. <!-- endif -->
  60. <!-- elseif {{handleInvoice' value.status}}==2 and {{handleInvoice' value.untreadStatus}}==2 -->
  61. <span class="colRed">已退票</span>
  62. <!-- elseif {{handleInvoice' value.status}}==2 and {{handleInvoice' value.untreadStatus}}==1 -->
  63. <span class="colRed">退票中</span>
  64. <!-- endif -->
  65. </td>
  66. <td>
  67. <!-- if !empty({{handleInvoice' value.invoiceType}}) -->
  68. {{pendingInvoice' value.invoiceCompany}}
  69. <!-- else -->
  70. {{pendingInvoice' value.invoiceTitle}}
  71. <!-- endif -->
  72. </td>
  73. <td><!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  74. <b>¥{{pendingInvoice' value.invoicePrice}}</b><sup>专</sup>
  75. <!-- else -->
  76. <b>¥{{pendingInvoice' value.invoicePrice}}</b>
  77. <!-- endif --></td>
  78. <td>
  79. <a href="#invdetail" node-invoice='INFO' data-isKey="{{pendingInvoice' value.iidKeyUrl}}" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a>
  80. </td>
  81. <td>{{invoiceList' value.OperationLog.username}} {{invoiceList' value.OperationLog.date}}</td>
  82. <td width="">
  83. <!-- if {{pendingInvoice' value.status}}==3 and {{pendingInvoice' value.untreadStatus}}==0 -->
  84. <div class="btn-group">
  85. <a class="button btn-red btn-inline" diss-data="{{pendingInvoice' value.iidKey}}" node-invoice="droppedInvoice" data-toggle="modal" href="#invalid">终止开票</a>
  86. <a class="button btn-inline" href="/invoiceEdit/{{pendingInvoice' value.iidKeyUrl}}.html">返回编辑</a>
  87. </div>
  88. <!-- elseif {{pendingInvoice' value.status}}==4 and {{pendingInvoice' value.untreadStatus}}==0 -->
  89. <a class="button btn-gray btn-block" href="/invoiceDelDo/{{pendingInvoice' value.iidKeyUrl}}.do">从待处理移除</a>
  90. <!-- elseif {{pendingInvoice' value.status}}==2 and {{pendingInvoice' value.printStatus}}==1 and {{pendingInvoice' value.untreadStatus}}==0 -->
  91. <!--废弃
  92. <div class="btn-group">
  93. <a class="button btn-red btn-inline" diss-data="{{pendingInvoice' value.iidKey}}" node-invoice="untreadInvoice" href="#return" data-toggle="modal">申请退票</a>
  94. <a class="button btn-green" diss-data="{{pendingInvoice' value.iidKey}}" node-receivalbles="bind" href="#recorded" data-toggle="modal">发票核销</a>
  95. </div>
  96. -->
  97. <!-- elseif {{pendingInvoice' value.status}}==2 and {{pendingInvoice' value.untreadStatus}}==2 -->
  98. <a class="button btn-gray btn-block" href="/invoiceDelDo/{{pendingInvoice' value.iidKeyUrl}}.do">从待处理移除</a>
  99. <!-- elseif {{handleInvoice' value.status}}==2 and {{handleInvoice' value.untreadStatus}}==1 and {{handleInvoice' value.untreadPost}}==1 and empty({{handleInvoice' value.untreadNumber}}) -->
  100. <a class="button btn-block" diss-data="{{handleInvoice' value.iidKey}}" node-invoice="untreadInvoice" data-toggle="modal" href="#return">填写快递</a>
  101. <!-- endif -->
  102. </td>
  103. </tr>
  104. <!-- endloop -->
  105. </tbody>
  106. </table>
  107. <!-- else -->
  108. <blockquote><p class="colGray">暂时没有需要处理的发票 </p></blockquote>
  109. <!-- endif -->
  110. </div>
  111. <div class="clearfix">
  112. <legend><div class="fR"></div>处理中</legend>
  113. <!-- if !empty({{invoiceList.pendingInvoice}}) -->
  114. <table class="table table-bordered table-condensed">
  115. <tbody>
  116. <tr><th class="taC" width="70">状态</th><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC">处理时间</th></tr>
  117. <!-- loop invoiceList.pendingInvoice -->
  118. <tr>
  119. <td>
  120. <!-- if ({{pendingInvoice' value.status}}==2 and {{pendingInvoice' value.printStatus}}==0 and {{pendingInvoice' value.untreadStatus}}==0) or ({{pendingInvoice' value.status}}==2 and {{pendingInvoice' value.untreadStatus}}==0 and {{pendingInvoice' value.postStatus}}==0 and {{pendingInvoice' value.doPost}}==1 ) -->
  121. <span class="colBlue">出票中</span>
  122. <!-- elseif {{pendingInvoice' value.status}}==1 -->
  123. <span class="">审核中</span>
  124. <!-- elseif {{pendingInvoice' value.status}}==2 and {{pendingInvoice' value.printStatus}}==1 and {{pendingInvoice' value.untreadStatus}}==1 -->
  125. <span class="colRed">退票中</span>
  126. <!-- endif -->
  127. </td>
  128. <td>
  129. <!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  130. {{pendingInvoice' value.invoiceCompany}}
  131. <!-- else -->
  132. {{pendingInvoice' value.invoiceTitle}}
  133. <!-- endif -->
  134. </td>
  135. <td>
  136. <!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  137. <b>¥{{pendingInvoice' value.invoicePrice}}</b><sup>专</sup>
  138. <!-- else -->
  139. <b>¥{{pendingInvoice' value.invoicePrice}}</b>
  140. <!-- endif --></td>
  141. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{pendingInvoice' value.iidKeyUrl}}" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  142. <td>{{invoiceList' value.OperationLog.username}} {{invoiceList' value.OperationLog.date}}</td>
  143. </tr>
  144. <!-- endloop -->
  145. </tbody>
  146. </table>
  147. <!-- else -->
  148. <blockquote><p class="colGray">暂时没有正在处理的发票 </p></blockquote>
  149. <!-- endif -->
  150. </div>
  151. <div class="clearfix">
  152. <legend><div class="fR"><a href="/invoiceMyUnAccountAchieve">查看更多</a></div>待入账(
  153. <!-- if isset({{myInvoiceUnAccount.0}}) -->
  154. {{myInvoiceUnAccount.0.count}}
  155. <!-- else -->
  156. 0
  157. <!-- endif -->
  158. )</legend>
  159. <!-- if !empty({{myInvoiceUnAccount}}) -->
  160. <table class="table table-bordered table-condensed">
  161. <tbody>
  162. <tr><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC">出票时间</th></tr>
  163. <!-- loop myInvoiceUnAccount -->
  164. <tr>
  165. <td>
  166. <!-- if !empty({{myInvoiceUnAccount' value.invoiceType}}) -->
  167. {{myInvoiceUnAccount' value.invoiceCompany}}
  168. <!-- else -->
  169. {{myInvoiceUnAccount' value.invoiceTitle}}
  170. <!-- endif -->
  171. </td>
  172. <td>
  173. <!-- if !empty({{myInvoiceUnAccount' value.invoiceType}}) -->
  174. <b>¥{{myInvoiceUnAccount' value.invoicePrice}}</b><sup>专</sup>
  175. <!-- else -->
  176. <b>¥{{myInvoiceUnAccount' value.invoicePrice}}</b>
  177. <!-- endif -->
  178. </td>
  179. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{myInvoiceUnAccount' value.iidKeyK}}" data-toggle="modal">{{myInvoiceUnAccount' value.invoiceSerial}}</a></td>
  180. <td>{{myInvoiceUnAccount' value.printTime}}
  181. <a href="#shipping" node-post="expressActual-msg" post-data="{{myInvoiceUnAccount' value.iidKey}}" data-toggle="modal">快递信息</a>
  182. </tr>
  183. <!-- endloop -->
  184. </tbody>
  185. </table>
  186. <!-- else -->
  187. <blockquote><p class="colGray">暂时没有待入账的发票 </p></blockquote>
  188. <!-- endif -->
  189. </div>
  190. <div class="clearfix">
  191. <legend><div class="fR"><a href="/invoiceAchieve">查看更多</a></div>最近入账完成</legend>
  192. <!-- if !empty({{receivablesList}}) -->
  193. <table class="table table-bordered table-condensed">
  194. <tbody>
  195. <tr><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC" width="90">收款金额</th><th class="taC">收款流水号</th><th class="taC">处理时间</th></tr>
  196. <!-- loop receivablesList -->
  197. <tr>
  198. <td>
  199. <!-- if !empty({{receivablesList' value.invoiceType}}) -->
  200. {{receivablesList' value.invoiceCompany}}
  201. <!-- else -->
  202. {{receivablesList' value.invoiceTitle}}
  203. <!-- endif --></td>
  204. <td>
  205. <!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  206. <b>¥{{receivablesList' value.invoicePrice}}</b><sup>专</sup>
  207. <!-- else -->
  208. <b>¥{{receivablesList' value.invoicePrice}}</b>
  209. <!-- endif -->
  210. </td>
  211. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{receivablesList' value.iidKeyK}}" data-toggle="modal">{{receivablesList' value.invoiceSerial}}</a></td>
  212. <td><b>¥{{receivablesList' value.sumPrice}}</b></td>
  213. <td>
  214. <!-- loop list' value.irList -->
  215. <a href="#billing" node-invoice='INFO' data-type="receivables" data-isKey="{{list' value' value.iridKeyK}}" data-toggle="modal">{{list' value' value.receivablesSerial}}</a>&nbsp;
  216. <!-- endloop -->
  217. </td>
  218. <td>{{receivablesList' value.userName}} {{receivablesList' value.updateTime}}</td>
  219. </tr>
  220. <!-- endloop -->
  221. </tbody>
  222. </table>
  223. <!-- else -->
  224. <blockquote><p class="colGray">暂时没有入账完成的收款</p></blockquote>
  225. <!-- endif -->
  226. </div>
  227. <div class="clearfix" >
  228. <legend><div class="fR"><a href="/invoiceUntreadED">查看更多</a></div>已退发票</legend>
  229. <!-- if !empty({{untreadStatusList}}) -->
  230. <table class="table table-bordered table-condensed">
  231. <tbody>
  232. <tr><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC" width="90">发票号</th><th class="taC">处理时间</th></tr>
  233. <!-- loop untreadStatusList -->
  234. <tr>
  235. <td><!-- if !empty({{receivablesList' value.invoiceType}}) -->
  236. {{receivablesList' value.invoiceCompany}}
  237. <!-- else -->
  238. {{receivablesList' value.invoiceTitle}}
  239. <!-- endif --></td>
  240. <td><!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  241. <b>¥{{receivablesList' value.invoicePrice}}</b><sup>专</sup>
  242. <!-- else -->
  243. <b>¥{{receivablesList' value.invoicePrice}}</b>
  244. <!-- endif --></td>
  245. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{receivablesList' value.iidKeyK}}" data-toggle="modal">{{receivablesList' value.invoiceSerial}}</a></td>
  246. <td>{{receivablesList' value.invoiceNo}}</td>
  247. <td>{{untreadStatusList' value.OperationLog.username}} {{untreadStatusList' value.OperationLog.date}}</td>
  248. </tr>
  249. <!-- endloop -->
  250. </tbody>
  251. </table>
  252. <!-- else -->
  253. <blockquote><p class="colGray">暂时没有退票完成的发票 </p></blockquote>
  254. <!-- endif -->
  255. </div>
  256. </div>
  257. </div>
  258. </div>
  259. </div>
  260. </div>
  261. </div>
  262. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  263. <!--弹出(发票详情)-->
  264. <div class="modal fade" id="invdetail">
  265. <div id="nc"></div>
  266. </div>
  267. <!--弹出发票详情-->
  268. <!--弹出收款-->
  269. <div class="modal fade" id="billing">
  270. <div id="nr"></div>
  271. </div>
  272. <!--弹出收款-->
  273. <!--弹出终止-->
  274. <div class="modal hide fade" id="invalid">
  275. <form action="/invoiceDroppedDo" method="post" name="droppedInvoice">
  276. <input type="hidden" name='droppedIidKey' value="">
  277. <div class="modal-dialog ">
  278. <div class="modal-content">
  279. <div class="modal-header">
  280. <h3>是否终止该发票</h3>
  281. </div>
  282. <div class="modal-body">
  283. 终止后该发票申请将无法继续审批。
  284. </div>
  285. <div class="modal-footer">
  286. <input type="submit" class="button" value="是的">
  287. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  288. </div>
  289. </div></div>
  290. </form>
  291. </div>
  292. <!--终止-->
  293. <!--弹出 退票-->
  294. <div class="modal hide fade" id="return">
  295. <form action="/invoiceUntreadMailDo" method="post" name="untreadInvoice">
  296. <input type="hidden" name='untreadIidKey' value="">
  297. <div class="modal-dialog ">
  298. <div class="modal-content">
  299. <div class="modal-header">
  300. <h3>申请退票</h3>
  301. </div>
  302. <div class="modal-body saeaList">
  303. <table class="table table-bordered table-condensed">
  304. <tbody>
  305. <tr>
  306. <th colspan="2" class="taC">退票邮寄信息</th>
  307. </tr>
  308. <tr>
  309. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  310. <select name="untreadCompany">
  311. <!-- loop expressList -->
  312. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  313. <!-- endloop -->
  314. </select></td>
  315. </tr>
  316. <tr>
  317. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  318. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td></tr>
  319. <tr>
  320. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  321. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea></td>
  322. </tr>
  323. </tbody>
  324. </table>
  325. </div>
  326. <div class="modal-footer">
  327. <input type="submit" class="button" value="确认提交">
  328. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  329. </div>
  330. </div></div>
  331. </form>
  332. </div>
  333. <!--退票-->
  334. <!--弹出 退票 废弃
  335. <div class="modal hide fade" id="return">
  336. <form action="/invoiceUntreadDo" method="post" name="untreadInvoice">
  337. <input type="hidden" name='untreadIidKey' value="">
  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. <table class="table table-bordered table-condensed">
  345. <tbody>
  346. <tr>
  347. <th class="taC"><span class="colRed">*</span>退票原因</th>
  348. <td>
  349. <textarea class="span4" name="untreadReason" placeholder="请详细填写退票原因"></textarea>
  350. </td>
  351. </tr>
  352. <tr>
  353. <th class="taC"><span class="colRed">*</span>是否邮寄</th>
  354. <td><label class="radio inline"><input name="untreadPost" node-untread='post' value="1" checked type="radio">是</label>
  355. <label class="radio inline"><input name="untreadPost" value="0" type="radio">否</label>
  356. </td>
  357. </tr>
  358. </tbody>
  359. </table>
  360. <table post-box='ture' class="table table-bordered table-condensed">
  361. <tbody>
  362. <tr>
  363. <th colspan="2" class="taC">退票邮寄信息</th>
  364. </tr>
  365. <tr>
  366. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  367. <select name="untreadCompany">
  368. <!-- loop expressList -->
  369. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  370. <!-- endloop -->
  371. <!--弹出 退票 废弃
  372. </select>
  373. </td>
  374. </tr>
  375. <tr>
  376. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  377. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td>
  378. </tr>
  379. <tr>
  380. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  381. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea>
  382. </td>
  383. </tr>
  384. </tbody>
  385. </table>
  386. </div>
  387. <div class="modal-footer">
  388. <input type="submit" class="button" value="确认提交">
  389. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  390. </div>
  391. </div></div>
  392. </form>
  393. </div>
  394. -->
  395. <!--退票-->
  396. <!--弹出入账 废弃
  397. <div class="modal hide fade" id="recorded">
  398. <div class="modal-dialog modal-lg">
  399. <div class="modal-content">
  400. <div class="modal-header">
  401. <h3>发票入账</h3>
  402. </div>
  403. <form action="/invoiceEnterReceivables" method="post" onsubmit="return sures()" >
  404. <input type="hidden" name="key" value="">
  405. <input type="hidden" name="invoiceKey" value="">
  406. <div class="modal-body">
  407. <p class="alert">1.收款入账 &gt; 2.发票核销 &gt; 3.获取销售提成</p>
  408. <p node-loading='true' class="alert hide" >入账处理中...</p>
  409. <table node-enter="receivables" class="table table-bordered table-condensed">
  410. <thead>
  411. <tr><th colspan="5" class="taC">已入账收款</th></tr>
  412. <tr><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></tr></thead>
  413. <tbody box-enter="true">
  414. </tbody>
  415. </table>
  416. <p node-msg='true' class="alert alert-erro hide"></p>
  417. <p node-msg='true2' class="alert alert-erro hide"></p>
  418. <table class="table table-bordered table-condensed">
  419. <thead><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></thead>
  420. <tbody data-invoice="myReceivables" >
  421. </tbody>
  422. </table>
  423. </div>
  424. <div class="modal-footer">
  425. <input type="submit" class="button" value="确定核销">
  426. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  427. </div>
  428. </div></div>
  429. </form>
  430. </div>
  431. -->
  432. <!--入账-->
  433. <!--弹出邮寄-->
  434. <div class="modal hide fade" id="shipping">
  435. <div class="modal-dialog">
  436. <div class="modal-content">
  437. <div class="modal-header">
  438. <h3>邮寄物品</h3>
  439. </div>
  440. <div class="modal-body saeaList">
  441. <div style='text-align: center' loading-msg='express-msg'></div>
  442. <table class="table table-bordered table-condensed">
  443. <tbody>
  444. <tr>
  445. <th colspan="4" class="taC">邮寄快递信息</th>
  446. </tr>
  447. <tr>
  448. <th class="taC" width="150">邮寄申请物品</th><td colspan="3" mailItems-data='express-msg'>合同x1、软件锁x1</td>
  449. </tr>
  450. <tr>
  451. <th class="taC" width="150">邮寄快递物品</th><td colspan="3" actualItems-data='express-msg'>合同x1、软件锁x1</td>
  452. </tr>
  453. <tr>
  454. <th class="taC" width="150">快递单号</th><td colspan="3" expressCompany-data='express-msg'>顺丰快递:<a>123123123123</a></td>
  455. </tr>
  456. </tbody>
  457. <!--
  458. <tbody>
  459. <tr>
  460. <th colspan="4" class="taC">申请邮寄信息</th>
  461. </tr>
  462. <tr>
  463. <th class="taC" width="100">收件人</th>
  464. <td recipients-data='express-msg'></td>
  465. <th class="taC" width="100">收件人手机/电话</th>
  466. <td recipientsPhone-data='express-msg'></td>
  467. </tr>
  468. <tr>
  469. <th class="taC" width="100">收件地址</th>
  470. <td recipientsAddress-data='express-msg' colspan="3"></td>
  471. </tr>
  472. <tr>
  473. <th class="taC" width="100">邮寄物品</th>
  474. <td mailItems-data='express-msg' colspan="3"></td>
  475. </tr>
  476. </tbody>
  477. </table>
  478. <table class="table table-bordered table-condensed">
  479. <tbody>
  480. <tr>
  481. <th colspan="4" class="taC">实际邮寄信息</th>
  482. </tr>
  483. <tr>
  484. <th class="taC" width="100">快递公司</th>
  485. <td expressCompany-data='express-msg'></td>
  486. <th class="taC" width="100">快递单号</th>
  487. <td expressNumber-data='express-msg'></td>
  488. </tr>
  489. </tr>
  490. <tr>
  491. <tr>
  492. <th class="taC" width="100">邮寄物品</th>
  493. <td colspan="3" actualItems-data='express-msg'></td>
  494. </tr>
  495. </tbody>-->
  496. </table>
  497. </div>
  498. <div class="modal-footer">
  499. <a href="#" class="button btn-gray" data-dismiss="modal"
  500. aria-hidden="true">关闭</a>
  501. </div>
  502. </div>
  503. </div>
  504. </div>
  505. <!--邮寄-->
  506. <script type="text/javascript">autoFlashHeight();</script>
  507. </body>