invoice.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  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 -->
  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>待入账({{countArray(myInvoiceUnAccount)}})</legend>
  153. <!-- if !empty({{myInvoiceUnAccount}}) -->
  154. <table class="table table-bordered table-condensed">
  155. <tbody>
  156. <tr><th class="taC">开票单位(抬头)</th><th class="taC" width="90">开票金额</th><th class="taC">开票流水号</th><th class="taC">出票时间</th></tr>
  157. <!-- loop myInvoiceUnAccount -->
  158. <tr>
  159. <td>
  160. <!-- if !empty({{myInvoiceUnAccount' value.invoiceType}}) -->
  161. {{myInvoiceUnAccount' value.invoiceCompany}}
  162. <!-- else -->
  163. {{myInvoiceUnAccount' value.invoiceTitle}}
  164. <!-- endif -->
  165. </td>
  166. <td>
  167. <!-- if !empty({{myInvoiceUnAccount' value.invoiceType}}) -->
  168. <b>¥{{myInvoiceUnAccount' value.invoicePrice}}</b><sup>专</sup>
  169. <!-- else -->
  170. <b>¥{{myInvoiceUnAccount' value.invoicePrice}}</b>
  171. <!-- endif -->
  172. </td>
  173. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{myInvoiceUnAccount' value.iidKeyK}}" data-toggle="modal">{{myInvoiceUnAccount' value.invoiceSerial}}</a></td>
  174. <td>{{myInvoiceUnAccount' value.printTime}}
  175. <a href="#shipping" node-post="expressActual-msg" post-data="{{myInvoiceUnAccount' value.iidKey}}" data-toggle="modal">快递信息</a>
  176. </tr>
  177. <!-- endloop -->
  178. </tbody>
  179. </table>
  180. <!-- else -->
  181. <blockquote><p class="colGray">暂时没有待入账的发票 </p></blockquote>
  182. <!-- endif -->
  183. </div>
  184. <div class="clearfix">
  185. <legend><div class="fR"><a href="/invoiceAchieve">查看更多</a></div>最近入账</legend>
  186. <!-- if !empty({{receivablesList}}) -->
  187. <table class="table table-bordered table-condensed">
  188. <tbody>
  189. <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>
  190. <!-- loop receivablesList -->
  191. <tr>
  192. <td>
  193. <!-- if !empty({{receivablesList' value.invoiceType}}) -->
  194. {{receivablesList' value.invoiceCompany}}
  195. <!-- else -->
  196. {{receivablesList' value.invoiceTitle}}
  197. <!-- endif --></td>
  198. <td>
  199. <!-- if !empty({{pendingInvoice' value.invoiceType}}) -->
  200. <b>¥{{receivablesList' value.invoicePrice}}</b><sup>专</sup>
  201. <!-- else -->
  202. <b>¥{{receivablesList' value.invoicePrice}}</b>
  203. <!-- endif -->
  204. </td>
  205. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{receivablesList' value.iidKeyK}}" data-toggle="modal">{{receivablesList' value.invoiceSerial}}</a></td>
  206. <td><b>¥{{receivablesList' value.sumPrice}}</b></td>
  207. <td>
  208. <!-- loop list' value.irList -->
  209. <a href="#billing" node-invoice='INFO' data-type="receivables" data-isKey="{{list' value' value.iridKeyK}}" data-toggle="modal">{{list' value' value.receivablesSerial}}</a>&nbsp;
  210. <!-- endloop -->
  211. </td>
  212. <td>{{receivablesList' value.userName}} {{receivablesList' value.updateTime}}</td>
  213. </tr>
  214. <!-- endloop -->
  215. </tbody>
  216. </table>
  217. <!-- else -->
  218. <blockquote><p class="colGray">暂时没有入账完成的收款</p></blockquote>
  219. <!-- endif -->
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. </div>
  227. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  228. <!--弹出(发票详情)-->
  229. <div class="modal fade" id="invdetail">
  230. <div id="nc"></div>
  231. </div>
  232. <!--弹出发票详情-->
  233. <!--弹出收款-->
  234. <div class="modal fade" id="billing">
  235. <div id="nr"></div>
  236. </div>
  237. <!--弹出收款-->
  238. <!--弹出终止-->
  239. <div class="modal hide fade" id="invalid">
  240. <form action="/invoiceDroppedDo" method="post" name="droppedInvoice">
  241. <input type="hidden" name='droppedIidKey' value="">
  242. <div class="modal-dialog ">
  243. <div class="modal-content">
  244. <div class="modal-header">
  245. <h3>是否终止该发票</h3>
  246. </div>
  247. <div class="modal-body">
  248. 终止后该发票申请将无法继续审批。
  249. </div>
  250. <div class="modal-footer">
  251. <input type="submit" class="button" value="是的">
  252. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  253. </div>
  254. </div></div>
  255. </form>
  256. </div>
  257. <!--终止-->
  258. <!--弹出 退票-->
  259. <div class="modal hide fade" id="return">
  260. <form action="/invoiceUntreadMailDo" method="post" name="untreadInvoice">
  261. <input type="hidden" name='untreadIidKey' value="">
  262. <div class="modal-dialog ">
  263. <div class="modal-content">
  264. <div class="modal-header">
  265. <h3>申请退票</h3>
  266. </div>
  267. <div class="modal-body saeaList">
  268. <table class="table table-bordered table-condensed">
  269. <tbody>
  270. <tr>
  271. <th colspan="2" class="taC">退票邮寄信息</th>
  272. </tr>
  273. <tr>
  274. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  275. <select name="untreadCompany">
  276. <!-- loop expressList -->
  277. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  278. <!-- endloop -->
  279. </select></td>
  280. </tr>
  281. <tr>
  282. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  283. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td></tr>
  284. <tr>
  285. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  286. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea></td>
  287. </tr>
  288. </tbody>
  289. </table>
  290. </div>
  291. <div class="modal-footer">
  292. <input type="submit" class="button" value="确认提交">
  293. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  294. </div>
  295. </div></div>
  296. </form>
  297. </div>
  298. <!--退票-->
  299. <!--弹出 退票 废弃
  300. <div class="modal hide fade" id="return">
  301. <form action="/invoiceUntreadDo" method="post" name="untreadInvoice">
  302. <input type="hidden" name='untreadIidKey' value="">
  303. <div class="modal-dialog ">
  304. <div class="modal-content">
  305. <div class="modal-header">
  306. <h3>申请退票</h3>
  307. </div>
  308. <div class="modal-body saeaList">
  309. <table class="table table-bordered table-condensed">
  310. <tbody>
  311. <tr>
  312. <th class="taC"><span class="colRed">*</span>退票原因</th>
  313. <td>
  314. <textarea class="span4" name="untreadReason" placeholder="请详细填写退票原因"></textarea>
  315. </td>
  316. </tr>
  317. <tr>
  318. <th class="taC"><span class="colRed">*</span>是否邮寄</th>
  319. <td><label class="radio inline"><input name="untreadPost" node-untread='post' value="1" checked type="radio">是</label>
  320. <label class="radio inline"><input name="untreadPost" value="0" type="radio">否</label>
  321. </td>
  322. </tr>
  323. </tbody>
  324. </table>
  325. <table post-box='ture' class="table table-bordered table-condensed">
  326. <tbody>
  327. <tr>
  328. <th colspan="2" class="taC">退票邮寄信息</th>
  329. </tr>
  330. <tr>
  331. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  332. <select name="untreadCompany">
  333. <!-- loop expressList -->
  334. <option value="{{expressList' value.company}}:{{expressList' value.com}}">{{expressList' value.company}}</option>
  335. <!-- endloop -->
  336. <!--弹出 退票 废弃
  337. </select>
  338. </td>
  339. </tr>
  340. <tr>
  341. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th>
  342. <td><input type="text" name="untreadNumber" placeholder="请正确填写单号,方便跟踪查询。"></td>
  343. </tr>
  344. <tr>
  345. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th>
  346. <td><textarea class="span4" name="untreadItems" placeholder="请详细填写邮寄回总部的快递包含什么物件。"></textarea>
  347. </td>
  348. </tr>
  349. </tbody>
  350. </table>
  351. </div>
  352. <div class="modal-footer">
  353. <input type="submit" class="button" value="确认提交">
  354. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  355. </div>
  356. </div></div>
  357. </form>
  358. </div>
  359. -->
  360. <!--退票-->
  361. <!--弹出入账 废弃
  362. <div class="modal hide fade" id="recorded">
  363. <div class="modal-dialog modal-lg">
  364. <div class="modal-content">
  365. <div class="modal-header">
  366. <h3>发票入账</h3>
  367. </div>
  368. <form action="/invoiceEnterReceivables" method="post" onsubmit="return sures()" >
  369. <input type="hidden" name="key" value="">
  370. <input type="hidden" name="invoiceKey" value="">
  371. <div class="modal-body">
  372. <p class="alert">1.收款入账 &gt; 2.发票核销 &gt; 3.获取销售提成</p>
  373. <p node-loading='true' class="alert hide" >入账处理中...</p>
  374. <table node-enter="receivables" class="table table-bordered table-condensed">
  375. <thead>
  376. <tr><th colspan="5" class="taC">已入账收款</th></tr>
  377. <tr><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></tr></thead>
  378. <tbody box-enter="true">
  379. </tbody>
  380. </table>
  381. <p node-msg='true' class="alert alert-erro hide"></p>
  382. <p node-msg='true2' class="alert alert-erro hide"></p>
  383. <table class="table table-bordered table-condensed">
  384. <thead><th>金额</th><th>到款信息</th><th>到款银行</th><th>到款时间</th><th>入账操作</th></thead>
  385. <tbody data-invoice="myReceivables" >
  386. </tbody>
  387. </table>
  388. </div>
  389. <div class="modal-footer">
  390. <input type="submit" class="button" value="确定核销">
  391. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  392. </div>
  393. </div></div>
  394. </form>
  395. </div>
  396. -->
  397. <!--入账-->
  398. <!--弹出邮寄-->
  399. <div class="modal hide fade" id="shipping">
  400. <div class="modal-dialog">
  401. <div class="modal-content">
  402. <div class="modal-header">
  403. <h3>邮寄物品</h3>
  404. </div>
  405. <div class="modal-body saeaList">
  406. <div style='text-align: center' loading-msg='express-msg'></div>
  407. <table class="table table-bordered table-condensed">
  408. <tbody>
  409. <tr>
  410. <th colspan="4" class="taC">邮寄快递信息</th>
  411. </tr>
  412. <tr>
  413. <th class="taC" width="150">邮寄申请物品</th><td colspan="3" mailItems-data='express-msg'>合同x1、软件锁x1</td>
  414. </tr>
  415. <tr>
  416. <th class="taC" width="150">邮寄快递物品</th><td colspan="3" actualItems-data='express-msg'>合同x1、软件锁x1</td>
  417. </tr>
  418. <tr>
  419. <th class="taC" width="150">快递单号</th><td colspan="3" expressCompany-data='express-msg'>顺丰快递:<a>123123123123</a></td>
  420. </tr>
  421. </tbody>
  422. <!--
  423. <tbody>
  424. <tr>
  425. <th colspan="4" class="taC">申请邮寄信息</th>
  426. </tr>
  427. <tr>
  428. <th class="taC" width="100">收件人</th>
  429. <td recipients-data='express-msg'></td>
  430. <th class="taC" width="100">收件人手机/电话</th>
  431. <td recipientsPhone-data='express-msg'></td>
  432. </tr>
  433. <tr>
  434. <th class="taC" width="100">收件地址</th>
  435. <td recipientsAddress-data='express-msg' colspan="3"></td>
  436. </tr>
  437. <tr>
  438. <th class="taC" width="100">邮寄物品</th>
  439. <td mailItems-data='express-msg' colspan="3"></td>
  440. </tr>
  441. </tbody>
  442. </table>
  443. <table class="table table-bordered table-condensed">
  444. <tbody>
  445. <tr>
  446. <th colspan="4" class="taC">实际邮寄信息</th>
  447. </tr>
  448. <tr>
  449. <th class="taC" width="100">快递公司</th>
  450. <td expressCompany-data='express-msg'></td>
  451. <th class="taC" width="100">快递单号</th>
  452. <td expressNumber-data='express-msg'></td>
  453. </tr>
  454. </tr>
  455. <tr>
  456. <tr>
  457. <th class="taC" width="100">邮寄物品</th>
  458. <td colspan="3" actualItems-data='express-msg'></td>
  459. </tr>
  460. </tbody>-->
  461. </table>
  462. </div>
  463. <div class="modal-footer">
  464. <a href="#" class="button btn-gray" data-dismiss="modal"
  465. aria-hidden="true">关闭</a>
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470. <!--邮寄-->
  471. <script type="text/javascript">autoFlashHeight();</script>
  472. </body>