fullorder_wlbz.html 1.1 KB

12345678910111213141516171819202122232425262728
  1. {Template header}
  2. <style type="text/css">
  3. .calendar{POSITION:absolute;}
  4. </style>
  5. <body>
  6. <div class="warp">
  7. <ul class="setting">
  8. <div class="need">
  9. <li class="length remark">
  10. <em>备注:</em>
  11. <textarea name="wlbz" style="height:188px;">{$fullorder['wlbz']}</textarea>
  12. </li>
  13. </div>
  14. <div style="clear:both;"></div>
  15. </ul>
  16. <div class="need"><input type="hidden" name="id" value="{$fullorder['id']}" />
  17. <input type="hidden" name="purchase" value="{$fullorder['purchase']}" />
  18. <input type="hidden" name="cost" value="{$fullorder['cost']}" />
  19. <input type="hidden" name="shop" value="{$fullorder['shop']}" />
  20. <input type="hidden" name="whlabel" value="{$fullorder['whlabel']}" />
  21. <input type="hidden" name="number" value="{$fullorder['number']}" />
  22. <input type="hidden" name="jgyc" value="1" />
  23. </div>
  24. <div class="button"><font class="datasave">提 交</font> <font class="fh">关 闭</font></div>
  25. </div>
  26. <script type="text/javascript">var addedit="/fullorder/wlbz/";var fh="/fullorder";</script>
  27. <script type="text/javascript" src="{$theme}js/time.js"></script>
  28. {Template footer}