fullordersmt_readonly.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. {Template header}
  2. <style type="text/css">
  3. .calendar{POSITION:absolute;}
  4. .isjiaji{
  5. color:red;
  6. font-size:20px;
  7. font-weight: bold;
  8. padding:10px
  9. }
  10. .isjiaji_hid{
  11. display: none;
  12. }
  13. </style>
  14. <body>
  15. <div class="warp">
  16. <div class="packing">
  17. <div class="control">
  18. <a href="javascript:void(0);" class="exptj">添 加</a>
  19. <a href="javascript:void(0);" class="expxg">修 改</a>
  20. <a href="javascript:void(0);" class="expsc">删 除</a>
  21. {if $thfpdata != ''}
  22. <a href="javascript:void(0);" class="ckthfpdata">查看替换内容</a>
  23. {/if}
  24. </div>
  25. <table class="datatitle data" border="0" style="border-collapse:collapse;">
  26. <tr>
  27. <td>商品名称</td>
  28. <td>数量</td>
  29. <td class="none">单价</td>
  30. <td class="none">总价</td>
  31. <td class="none">币种</td>
  32. <td class="none"></td>
  33. <td class="none"></td>
  34. <td class="none"></td>
  35. <td class="none"></td>
  36. <td class="none"></td>
  37. <td>占单</td>
  38. <td>操作</td>
  39. </tr>
  40. </table>
  41. <table class="datatext data" border="0" style="border-collapse:collapse;">
  42. {loop $fpdata as $val}
  43. <tr data-list="{$val['0']}">
  44. <td>{$val['1']}</td>
  45. <td>{$val['2']}</td>
  46. <td class="none">{$val['3']}</td>
  47. <td class="none">{$val['4']}</td>
  48. <td class="none">CNY</td>
  49. <td class="none">{$val['5']}</td>
  50. <td class="none">{$val['6']}</td>
  51. <td class="none">{$val['7']}</td>
  52. <td class="none">{$val['8']}</td>
  53. <td class="none val9">{if isset($val['9'])}{$val['9']}{else}0{/if}</td>
  54. <td {if isset($val['zd']) && $fullorder['type'] == 13}style="color:#f00"{/if}>{if isset($val['zd'])}{$val['zd']}{/if}</td>
  55. <td class="czzd">{if $val['9'] != 'DNOTO'}<font class="jzzd">禁止占单</font>{else}<font class="yxzd">允许占单<font>{/if}</td>
  56. </tr>
  57. {/loop}
  58. </table>
  59. {if $thfpdata != ''}
  60. <table class="thfpdata data" border="0" style="border-collapse:collapse;margin-top:30px;display: none;">
  61. <tr style="background: #ececec;">
  62. <td>替换详情</td>
  63. <td>数量</td>
  64. <td>说明</td>
  65. </tr>
  66. <tr>
  67. {loop $thfpdata as $val}
  68. <tr>
  69. <td>{$val['0']}</td>
  70. <td>{$val['1']}</td>
  71. <td>{$val['2']}</td>
  72. </tr>
  73. {/loop}
  74. </tr>
  75. </table>
  76. {/if}
  77. </div>
  78. <ul class="setting">
  79. <div class="need">
  80. <li>
  81. <em>发货仓库:</em>
  82. <select name="warehouse" id="warehouse" class="select class">
  83. {loop warehouse(100) as $val}
  84. <option value="{$val['id']}" {if $fullordersmt['type'] == $val['id']}selected="selected"{/if} data-e="{$val['express']}">{$val['title']}</option>
  85. {/loop}</select>
  86. </li>
  87. <li>
  88. <em>结算币种:</em>
  89. <b>{$fullordersmt['currencytitle']}</b>
  90. </li>
  91. <li>
  92. <em>订单号:</em>
  93. <b>{$fullordersmt['orderinfo']}</b>
  94. {if $fullordersmt['source'] != 1}
  95. <a href="https://trade.aliexpress.com/order_detail.htm?orderId={$fullordersmt['orderinfo']}" target="_blank"><i class="fa fa-send-o" style="margin-left:-26px;color:#39F"></i></a>
  96. {/if}
  97. </li>
  98. <li>
  99. <em>编号:</em>
  100. <b>{$fullordersmt['number']}</b>
  101. </li>
  102. <li>
  103. <em>付款时间:</em>
  104. <b>{date('Y-m-d H:i:s',$fullordersmt['buytime'])}</b>
  105. </li>
  106. <li>
  107. <em>预估到帐金额:</em>
  108. <b class="currencymoney budget">{$fullordersmt['budget']}</b>
  109. </li>
  110. <li>
  111. <em>订单状态:</em>
  112. <select name="state" class="select class">
  113. {loop typeclass(29,1) as $val}
  114. <option value="{$val['id']}" {if $fullordersmt['state'] == $val['id']}selected="selected"{/if}>{$val['title']}</option>
  115. {/loop}
  116. </select>
  117. </li>
  118. <li>
  119. <em>资金状态:</em>
  120. <b>{$capital}</b>
  121. </li>
  122. <li class="lengthfour">
  123. <em>物流金额:</em>
  124. <b>{$fullordersmt['expressmoney']}</b>
  125. </li>
  126. <li class="lengthfour">
  127. <em>补/退款原额:</em>
  128. <input name="refundy" class="must currencymoney" value="{$fullordersmt['refundy']}" type="text">
  129. </li>
  130. <li class="lengthfour">
  131. <em>补/退净额:</em>
  132. <input name="refundj" class="must currencymoney" value="{$fullordersmt['refundj']}" type="text">
  133. </li>
  134. <li class="lengthfour">
  135. <em>订单金额:</em>
  136. <b>{$fullordersmt['shouldmoney']}</b>
  137. </li>
  138. <div class="refund {if $fullordersmt['refundy'] == 0}none{/if}">
  139. <li>
  140. <em>日 期:</em>
  141. <input name="rtime" id="refundtime" value="{$fullordersmt['rtime']!=0?date('Y-m-d',$fullordersmt['rtime']):''}" type="text">
  142. </li>
  143. <li>
  144. <em>交易号:</em>
  145. <input name="rpaypal" value="{$fullordersmt['rpaypal']}" type="text">
  146. </li>
  147. <li class="length">
  148. <em>原 因:</em>
  149. <textarea name="rtext" style="height:46px;">{$fullordersmt['rtext']}</textarea>
  150. </li>
  151. </div>
  152. <li>
  153. <em>付款方式:</em>
  154. <b>{$fullordersmt['pay']}</b>
  155. </li>
  156. <li>
  157. <em>运单号:</em>
  158. <input name="waybill" value="{$fullordersmt['waybill']}" type="text">
  159. </li>
  160. <li class="length">
  161. <em>交易号:</em>
  162. <b>{$fullordersmt['paypal']}</b>
  163. </li>
  164. <li class="length">
  165. <em>客户留言:</em>
  166. <b style="color:#F00">{$fullordersmt['clientremarks']}</b>
  167. </li>
  168. <li class="length">
  169. <em>商品名称:</em>
  170. <b>{$product}</b>
  171. </li>
  172. <li class="length">
  173. <em>SKU:</em>
  174. <b>{$fullordersmt['sku']}</b>
  175. </li>
  176. <li class="length remark">
  177. <em>订单备注:</em>
  178. <textarea name="orderremarks" style="height:25px;">{$fullordersmt['orderremarks']}</textarea>
  179. </li>
  180. <li class="length remark">
  181. <em>仓库品名:</em>
  182. <b>{$fullordersmt['shipremarks']}</b>
  183. </li>
  184. <li class="length remark">
  185. <em>是否加急:</em>
  186. <select id="is_jiaji_id" name="is_jiaji" class="select" >
  187. <option value="0" {if $fullordersmt['is_jiaji'] == 0}selected="selected"{/if}>否</option>
  188. <option value="1" {if $fullordersmt['is_jiaji'] == 1}selected="selected"{/if}>是</option>
  189. </select>
  190. <span id="isjiaji_flag" class="isjiaji {if $fullordersmt['is_jiaji'] == 0} isjiaji_hid{/if}">*</span>
  191. </li>
  192. <li>
  193. <em>买家ID:</em>
  194. <b>{if $fullordersmt['state'] == 1}无{else}{$fullordersmt['fullname']}{/if}</b>
  195. </li>
  196. <li>
  197. <em>国家:</em>
  198. <b>{$country}</b>
  199. </li>
  200. <li>
  201. <em>公司名:</em>
  202. <b>{$fullordersmt['client']}</b>
  203. </li>
  204. <li>
  205. <em>省州:</em>
  206. <b {if (($fullordersmt['city'] == 'Newark' || $fullordersmt['city'] == 'Camden') && ($fullordersmt['province'] == 'New Jersey' || $fullordersmt['province'] == 'NJ')) || $fullordersmt['province'] == 'Jersey'}style="color:#F00"{/if}>{$fullordersmt['province']}</b>
  207. </li>
  208. <li>
  209. <em>收货人姓名:</em>
  210. <b>{$fullordersmt['name']}</b>
  211. </li>
  212. <li>
  213. <em>城市:</em>
  214. <b>{$fullordersmt['city']}</b>
  215. </li>
  216. <li>
  217. <em>联系方式:</em>
  218. <b>{$fullordersmt['phone']}</b>
  219. </li>
  220. <li>
  221. <em>邮编:</em>
  222. <b>{$fullordersmt['zipcode']}</b>
  223. </li>
  224. <li class="length">
  225. <em>地址2:</em>
  226. <b>{$fullordersmt['address2']}</b>
  227. </li>
  228. <li class="length">
  229. <em>地址1:</em>
  230. <b>{$fullordersmt['address']}</b>
  231. </li>
  232. <li class="lengththree">
  233. <em>申报品名:</em>
  234. <b>{$fullordersmt['sbpm']}</b>
  235. </li>
  236. <li class="lengththree">
  237. <em>中文品名:</em>
  238. <b>{$fullordersmt['zwpm']}</b>
  239. </li>
  240. <li class="lengththree">
  241. <em>海关编码:</em>
  242. <b>{$fullordersmt['hgbm']}</b>
  243. </li>
  244. <li class="lengththree">
  245. <em>条数:</em>
  246. <b>{$fullordersmt['ts']}</b>
  247. </li>
  248. <li class="lengththree">
  249. <em>单条申报价:</em>
  250. <b>{$fullordersmt['dtsbjz']}</b>
  251. </li>
  252. <li class="lengththree">
  253. <em>总申报价:</em>
  254. <b>{$fullordersmt['zsbjz']}</b>
  255. </li>
  256. <li class="lengththree">
  257. <em>总重量:</em>
  258. <b>{$fullordersmt['zzl']}</b> <font class="zzldw">{$zzhl}</font>
  259. </li>
  260. <li class="lengththree">
  261. <em>总件数:</em>
  262. <b>{$fullordersmt['zjs']}</b>
  263. </li>
  264. <li class="lengththree">
  265. <em>购买保险:</em>
  266. {if $fullordersmt['print'] != 3}
  267. <input name="bx" class="must" value="{$fullordersmt['bx']}" type="text"> USD
  268. {else}
  269. <b>{$fullordersmt['bx']}</b> USD
  270. {/if}
  271. </li>
  272. <li>
  273. <em>IOSS:</em>
  274. <!--
  275. <select name="ioss" class="select class">
  276. <option value="" {if $fullordersmt['ioss'] == ''}selected="selected"{/if}>未选择</option>
  277. {loop ioss(100) as $val}
  278. <option value="{$val['ioss']}" {if $fullordersmt['ioss'] == $val['ioss']}selected="selected"{/if}>{$val['title']}</option>
  279. {/loop}
  280. </select>
  281. -->
  282. <b>{loop ioss(100) as $val}{if $fullordersmt['ioss'] == $val['ioss']}{$val['title']}{/if}{/loop}</b>
  283. </li>
  284. <li>
  285. <em>获取平台信息:</em>
  286. <select name="tb" class="select class">
  287. <option value="0" {if $fullordersmt['tb'] == '0'}selected="selected"{/if}>是</option>
  288. <option value="1" {if $fullordersmt['tb'] == '1'}selected="selected"{/if}>否</option>
  289. </select>
  290. </li>
  291. <li>
  292. <em>快递方式:</em>
  293. <select name="express" class="select class">
  294. {if $user['power'] != 47}
  295. {loop express(100,'smt') as $val}
  296. <option value="{$val['id']}" data-type="{$val['type']}" {if $fullordersmt['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
  297. {/loop}
  298. {else}
  299. {loop xwexpress(100) as $val}
  300. <option value="{$val['id']}" data-type="{$val['type']}" {if $fullordersmt['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
  301. {/loop}
  302. {/if}
  303. </select>
  304. <font class="expressfa"><i id="tipdata" class="fa fa-question-circle none"></i><font class="expressfa1 none"><font class="expressfa2" style="color:#903"></font></font></font>
  305. </li>
  306. <li>
  307. <em>打印类型:</em>
  308. <select name="printtype" class="printtype select class">
  309. <option value="1" {if $fullordersmt['printtype'] == 1}selected="selected"{/if}>运单</option>
  310. <option value="2" {if $fullordersmt['printtype'] == 2}selected="selected"{/if}>发货单</option>
  311. <option value="3" {if $fullordersmt['printtype'] == 3}selected="selected"{/if}>不打印单据</option>
  312. </select>
  313. </li>
  314. <div style="width:100%;float:left">
  315. <li class="qm none">
  316. <em>是否签名:</em>
  317. {if $fullordersmt['print'] != 3}
  318. <select name="qm" class="select class">
  319. <option value="0" {if $fullordersmt['qm'] == '0'}selected="selected"{/if}>不需要</option>
  320. <option value="1" {if $fullordersmt['qm'] == '1'}selected="selected"{/if}>需要</option>
  321. </select>
  322. {else}
  323. <b>{if $fullordersmt['express'] != 24 && $fullordersmt['express'] != 31}{if $fullordersmt['qm'] == 0}不需要{else if $fullordersmt['qm'] == 1}需要{/if}{else}{if $fullordersmt['qm'] == 0}默认{else if $fullordersmt['qm'] == 1}成人签名{else if $fullordersmt['qm'] == 2}必须签名但可代签{/if}{/if}</b>
  324. {/if}
  325. </li>
  326. <li class="usps none">
  327. <em>服务类型:</em>
  328. {if $fullordersmt['express'] == 2 || $fullordersmt['express'] == 64}
  329. <b>{if $fullordersmt['js'] == 0}Ground Advantage
  330. {else if $fullordersmt['js'] == 1}PRIORITY
  331. {else if $fullordersmt['js'] == 2}EXPRESS
  332. {/if}
  333. </b>
  334. {else}
  335. <b>无</b>
  336. {/if}
  337. </li>
  338. </div>
  339. <!--
  340. <li class="productdescription none">
  341. <em>产品描述:</em>
  342. <select name="productdescription" class="select class">
  343. </select>
  344. </li>
  345. <li class="customs none">
  346. <em>海关价值:</em>
  347. <input class="must" value="{$fullordersmt['customs']}" name="customs" type="text"> <font class="currency">CNY</font>
  348. </li>
  349. -->
  350. <li>
  351. <em>审核状态:</em>
  352. <b>
  353. {if $fullordersmt['review'] == 1}
  354. 未送审
  355. {else if $fullordersmt['review'] == 2}
  356. 待审核
  357. {else if $fullordersmt['review'] == 3}
  358. 不通过
  359. {else if $fullordersmt['review'] == 4}
  360. 取消重审
  361. {else if $fullordersmt['review'] == 5}
  362. 审核通过
  363. {else if $fullordersmt['review'] == 6}
  364. {date('Y-m-d H:i',$fullordersmt['reviewtime'])}
  365. {/if}
  366. </b>
  367. </li>
  368. <li>
  369. <em>不合格原因</em>
  370. <b>{$fullordersmt['failed']}</b>
  371. </li>
  372. <li class="lengththree">
  373. <em>打印状态:</em>
  374. <b>
  375. {if $fullordersmt['print'] == 1}
  376. 不可打印
  377. {else if $fullordersmt['print'] == 2}
  378. 未打印
  379. {else if $fullordersmt['print'] == 3}
  380. 已打印
  381. {/if}
  382. </b>
  383. </li>
  384. <li class="lengththree">
  385. <em>打印时间:</em>
  386. <b>{if $fullordersmt['printtime'] != 0}{date('Y-m-d H:i',$fullordersmt['printtime'])}{else}无{/if}
  387. </li>
  388. <li class="lengththree">
  389. <em>打印次数:</em>
  390. <b>{$fullordersmt['printnumber']}</b>
  391. </li>
  392. <li class="lengththree">
  393. <em>出库状态:</em>
  394. <b>
  395. {if $fullordersmt['library'] == 1}
  396. 未出库
  397. {else if $fullordersmt['library'] == 2}
  398. 已出库
  399. {else if $fullordersmt['library'] == 3}
  400. 已退库
  401. {/if}
  402. </b>
  403. </li>
  404. <li class="lengththree">
  405. <em>出库时间:</em>
  406. <b>
  407. {if $fullordersmt['librarytime'] != 0}{date('Y-m-d H:i',$fullordersmt['librarytime'])}{else}无{/if}
  408. </b>
  409. </li>
  410. <li class="lengththree">
  411. {if $fullordersmt['library'] == 3}
  412. <em>退库时间:</em>
  413. {else}
  414. <em>允许发货:</em>
  415. {/if}
  416. <b>
  417. {if $fullordersmt['library'] == 3}
  418. {date('Y-m-d H:i',$fullordersmt['retreattime'])}
  419. {else}
  420. {if $fullordersmt['libraryconfirm'] == 1}
  421. 不允许出库
  422. {else if $fullordersmt['libraryconfirm'] == 2}
  423. 允许出库
  424. {/if}
  425. {/if}
  426. </b>
  427. </li>
  428. <li class="length">
  429. <em>不能出库原因:</em>
  430. <b>{$fullordersmt['librarynot']}</b>
  431. </li>
  432. <li class="length">
  433. <em>历史运单号:</em>
  434. <b>{$downwaybill}</b>
  435. </li>
  436. <li class="length">
  437. <em>历史打印时间:</em>
  438. <b>{$printtime}</b>
  439. </li>
  440. <li class="length">
  441. <em>退货信息:</em>
  442. <b class="return">{$fullordersmt['returndata']}</b>
  443. </li>
  444. <li class="length">
  445. <em>生产追踪:</em>
  446. <b class="return">{loop $systemwigsout as $val}{$val}{/loop}</b>
  447. </li>
  448. {if $fullordersmt['waybill2'] != ''}
  449. <li class="length">
  450. <em>GES转DHL单号:</em>
  451. <b>{$fullordersmt['waybill2']}</b>
  452. </li>
  453. {/if}
  454. </div>
  455. <div style="clear:both;"></div>
  456. </ul>
  457. <div class="need"><input type="hidden" name="id" value="{$fullordersmt['id']}" />
  458. <input type="hidden" name="purchase" value="{$fullordersmt['purchase']}" />
  459. <input type="hidden" name="cost" value="{$fullordersmt['cost']}" />
  460. <input type="hidden" name="shop" value="{$fullordersmt['shop']}" />
  461. <input type="hidden" name="pdbcbz" value="{$fullordersmt['orderremarks']}" />
  462. <input type="hidden" name="whlabel" value="{$fullordersmt['whlabel']}" />
  463. <input type="hidden" name="number" value="{$fullordersmt['number']}" />
  464. </div>
  465. <div class="button">{if $username ==1}<font class="power" style="float:left;">重置</font>{/if}<font class="epod" style="float:left;margin-left:20px;">获取DHL签收单</font>{if $returngoods == 0}<font style="float:left;margin-left:20px;"><a href="/returngoods/add/{$fullordersmt['orderinfo']}">售后登记</a></font>{else}<font style="float:left;margin-left:20px;">已登记售后</font>{/if}{if $fullordersmt['merge'] ==0 || $fullordersmt['merge'] == $fullordersmt['id']}<font class="bcbz">保 存</font> <font class="fullorderdata">提交审核</font> {/if}<font class="fh">关 闭</font></div>
  466. </div>
  467. <select name="warehouse" id="warehouse" class="select class none">
  468. {loop warehouse(100) as $val}
  469. <option value="{$val['id']}" {if $fullordersmt['type'] == $val['id']}selected="selected"{/if}>{$val['title']}</option>
  470. {/loop}</select>
  471. <script>
  472. $(document).ready(function() {
  473. if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项
  474. {
  475. $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>默认</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>成人签名</option>');
  476. $(".qm").show();
  477. }
  478. else
  479. {
  480. $("select[name='qm']").html('<option value="0" {if $fullordersmt["qm"] == "0"}selected="selected"{/if}>不需要</option><option value="1" {if $fullordersmt["qm"] == "1"}selected="selected"{/if}>需要</option>');
  481. }
  482. if($("select[name='express']").find("option:selected").val() == '2')
  483. {
  484. $(".usps").show();
  485. $(".qm").show();
  486. }
  487. $("#refundtime").calendar();custom();pptskc('2');
  488. });
  489. function custom() {
  490. var num = $('.packing .datatitle tr').children().length;
  491. $('.data tr td').css("width","5%");
  492. $(".data tr").each(function() {
  493. $(this).find('td:eq(0)').css("width","30%");
  494. $(this).find('td:eq(1)').css("width","3%");
  495. $(this).find('td:eq(10)').css("width","10%");
  496. });}
  497. $("input[name=refundy]").bind("input propertychange",function(event){
  498. var refundy = $("input[name=refundy]").val();
  499. if(refundy != 0)
  500. {
  501. $(".refund").show();
  502. $("input[name=rtime]").addClass("must");
  503. $("input[name=rpaypal]").addClass("must");
  504. $("input[name=rtext]").addClass("must");
  505. }
  506. else
  507. {
  508. $("input[name=rtime]").val("");
  509. $("input[name=rpaypal]").val("");
  510. $("input[name=rtext]").val("");
  511. $("input[name=rtime]").removeClass("must");
  512. $("input[name=rpaypal]").removeClass("must");
  513. $("input[name=rtext]").removeClass("must");
  514. $(".refund").hide();
  515. }
  516. });
  517. $('.ckthfpdata').click(function()
  518. {
  519. if($('.thfpdata').is(':hidden'))
  520. {
  521. $('.thfpdata').slideDown(100);
  522. $('.ckthfpdata').text("关闭替换内容");
  523. }
  524. else
  525. {
  526. $('.thfpdata').slideUp(100);
  527. $('.ckthfpdata').text("查看替换内容");
  528. }
  529. })
  530. $(".thfpdata tr").mouseenter(function(event){
  531. var list = $(this).data("tid");
  532. $(".datatext tr").each(function() {
  533. if($(this).data("list") == list)
  534. {
  535. $(this).css("background-color","#f8f094")
  536. }
  537. });
  538. });
  539. $(".thfpdata tr").mouseleave(function(event){
  540. $(".datatext tr").each(function() {
  541. $(this).removeAttr("style")
  542. });
  543. });
  544. $("#is_jiaji_id").on('change',function(){
  545. $("#isjiaji_flag").toggle()
  546. });
  547. </script>
  548. <script type="text/javascript">var addedit="/fullordersmt/readonly/";var fh="/fullordersmt";</script>
  549. <script src="{$theme}js/fullorder-addedit.js?v=202309060001"></script>
  550. <script type="text/javascript" src="{$theme}js/time.js"></script>
  551. {Template footer}