invoice.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  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="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></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>
  228. </div>
  229. </div>
  230. </div>
  231. </div>
  232. </div>
  233. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  234. <!--弹出(发票详情)-->
  235. <div class="modal fade" id="invdetail">
  236. <div id="nc"></div>
  237. </div>
  238. <!--弹出发票详情-->
  239. <!--弹出收款-->
  240. <div class="modal fade" id="billing">
  241. <div id="nr"></div>
  242. </div>
  243. <!--弹出收款-->
  244. <!--弹出终止-->
  245. <div class="modal hide fade" id="invalid">
  246. <form action="/invoiceDroppedDo" method="post" name="droppedInvoice">
  247. <input type="hidden" name='droppedIidKey' value="">
  248. <div class="modal-dialog ">
  249. <div class="modal-content">
  250. <div class="modal-header">
  251. <h3>是否终止该发票</h3>
  252. </div>
  253. <div class="modal-body">
  254. 终止后该发票申请将无法继续审批。
  255. </div>
  256. <div class="modal-footer">
  257. <input type="submit" class="button" value="是的">
  258. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  259. </div>
  260. </div></div>
  261. </form>
  262. </div>
  263. <!--终止-->
  264. <!--弹出 退票-->
  265. <div class="modal hide fade" id="return">
  266. <form action="/invoiceUntreadMailDo" method="post" name="untreadInvoice">
  267. <input type="hidden" name='untreadIidKey' value="">
  268. <div class="modal-dialog ">
  269. <div class="modal-content">
  270. <div class="modal-header">
  271. <h3>申请退票</h3>
  272. </div>
  273. <div class="modal-body saeaList">
  274. <table class="table table-bordered table-condensed">
  275. <tbody>
  276. <tr>
  277. <th colspan="2" class="taC">退票邮寄信息</th>
  278. </tr>
  279. <tr>
  280. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  281. <select name="untreadCompany">
  282. <!-- loop expressList -->
  283. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  284. <!-- endloop -->
  285. </select></td>
  286. </tr>
  287. <tr>
  288. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  289. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td></tr>
  290. <tr>
  291. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  292. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea></td>
  293. </tr>
  294. </tbody>
  295. </table>
  296. </div>
  297. <div class="modal-footer">
  298. <input type="submit" class="button" value="确认提交">
  299. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  300. </div>
  301. </div></div>
  302. </form>
  303. </div>
  304. <!--退票-->
  305. <!--弹出 退票 废弃
  306. <div class="modal hide fade" id="return">
  307. <form action="/invoiceUntreadDo" method="post" name="untreadInvoice">
  308. <input type="hidden" name='untreadIidKey' value="">
  309. <div class="modal-dialog ">
  310. <div class="modal-content">
  311. <div class="modal-header">
  312. <h3>申请退票</h3>
  313. </div>
  314. <div class="modal-body saeaList">
  315. <table class="table table-bordered table-condensed">
  316. <tbody>
  317. <tr>
  318. <th class="taC"><span class="colRed">*</span>退票原因</th>
  319. <td>
  320. <textarea class="span4" name="untreadReason" placeholder="请详细填写退票原因"></textarea>
  321. </td>
  322. </tr>
  323. <tr>
  324. <th class="taC"><span class="colRed">*</span>是否邮寄</th>
  325. <td><label class="radio inline"><input name="untreadPost" node-untread='post' value="1" checked type="radio">是</label>
  326. <label class="radio inline"><input name="untreadPost" value="0" type="radio">否</label>
  327. </td>
  328. </tr>
  329. </tbody>
  330. </table>
  331. <table post-box='ture' class="table table-bordered table-condensed">
  332. <tbody>
  333. <tr>
  334. <th colspan="2" class="taC">退票邮寄信息</th>
  335. </tr>
  336. <tr>
  337. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  338. <select name="untreadCompany">
  339. <!-- loop expressList -->
  340. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  341. <!-- endloop -->
  342. <!--弹出 退票 废弃
  343. </select>
  344. </td>
  345. </tr>
  346. <tr>
  347. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  348. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td>
  349. </tr>
  350. <tr>
  351. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  352. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea>
  353. </td>
  354. </tr>
  355. </tbody>
  356. </table>
  357. </div>
  358. <div class="modal-footer">
  359. <input type="submit" class="button" value="确认提交">
  360. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  361. </div>
  362. </div></div>
  363. </form>
  364. </div>
  365. -->
  366. <!--退票-->
  367. <!--弹出入账 废弃
  368. <div class="modal hide fade" id="recorded">
  369. <div class="modal-dialog modal-lg">
  370. <div class="modal-content">
  371. <div class="modal-header">
  372. <h3>发票入账</h3>
  373. </div>
  374. <form action="/invoiceEnterReceivables" method="post" onsubmit="return sures()" >
  375. <input type="hidden" name="key" value="">
  376. <input type="hidden" name="invoiceKey" value="">
  377. <div class="modal-body">
  378. <p class="alert">1.收款入账 &gt; 2.发票核销 &gt; 3.获取销售提成</p>
  379. <p node-loading='true' class="alert hide" >入账处理中...</p>
  380. <table node-enter="receivables" class="table table-bordered table-condensed">
  381. <thead>
  382. <tr><th colspan="5" class="taC">已入账收款</th></tr>
  383. <tr><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></tr></thead>
  384. <tbody box-enter="true">
  385. </tbody>
  386. </table>
  387. <p node-msg='true' class="alert alert-erro hide"></p>
  388. <p node-msg='true2' class="alert alert-erro hide"></p>
  389. <table class="table table-bordered table-condensed">
  390. <thead><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></thead>
  391. <tbody data-invoice="myReceivables" >
  392. </tbody>
  393. </table>
  394. </div>
  395. <div class="modal-footer">
  396. <input type="submit" class="button" value="确定核销">
  397. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  398. </div>
  399. </div></div>
  400. </form>
  401. </div>
  402. -->
  403. <!--入账-->
  404. <!--弹出邮寄-->
  405. <div class="modal hide fade" id="shipping">
  406. <div class="modal-dialog">
  407. <div class="modal-content">
  408. <div class="modal-header">
  409. <h3>邮寄物品</h3>
  410. </div>
  411. <div class="modal-body saeaList">
  412. <div style='text-align: center' loading-msg='express-msg'></div>
  413. <table class="table table-bordered table-condensed">
  414. <tbody>
  415. <tr>
  416. <th colspan="4" class="taC">邮寄快递信息</th>
  417. </tr>
  418. <tr>
  419. <th class="taC" width="150">邮寄申请物品</th><td colspan="3" mailItems-data='express-msg'>合同x1、软件锁x1</td>
  420. </tr>
  421. <tr>
  422. <th class="taC" width="150">邮寄快递物品</th><td colspan="3" actualItems-data='express-msg'>合同x1、软件锁x1</td>
  423. </tr>
  424. <tr>
  425. <th class="taC" width="150">快递单号</th><td colspan="3" expressCompany-data='express-msg'>顺丰快递:<a>123123123123</a></td>
  426. </tr>
  427. </tbody>
  428. <!--
  429. <tbody>
  430. <tr>
  431. <th colspan="4" class="taC">申请邮寄信息</th>
  432. </tr>
  433. <tr>
  434. <th class="taC" width="100">收件人</th>
  435. <td recipients-data='express-msg'></td>
  436. <th class="taC" width="100">收件人手机/电话</th>
  437. <td recipientsPhone-data='express-msg'></td>
  438. </tr>
  439. <tr>
  440. <th class="taC" width="100">收件地址</th>
  441. <td recipientsAddress-data='express-msg' colspan="3"></td>
  442. </tr>
  443. <tr>
  444. <th class="taC" width="100">邮寄物品</th>
  445. <td mailItems-data='express-msg' colspan="3"></td>
  446. </tr>
  447. </tbody>
  448. </table>
  449. <table class="table table-bordered table-condensed">
  450. <tbody>
  451. <tr>
  452. <th colspan="4" class="taC">实际邮寄信息</th>
  453. </tr>
  454. <tr>
  455. <th class="taC" width="100">快递公司</th>
  456. <td expressCompany-data='express-msg'></td>
  457. <th class="taC" width="100">快递单号</th>
  458. <td expressNumber-data='express-msg'></td>
  459. </tr>
  460. </tr>
  461. <tr>
  462. <tr>
  463. <th class="taC" width="100">邮寄物品</th>
  464. <td colspan="3" actualItems-data='express-msg'></td>
  465. </tr>
  466. </tbody>-->
  467. </table>
  468. </div>
  469. <div class="modal-footer">
  470. <a href="#" class="button btn-gray" data-dismiss="modal"
  471. aria-hidden="true">关闭</a>
  472. </div>
  473. </div>
  474. </div>
  475. </div>
  476. <!--邮寄-->
  477. <script type="text/javascript">autoFlashHeight();</script>
  478. </body>