sale_cash.php 836 B

12345678910111213141516171819
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>销售记录</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="viewport" content="width=device-width" />
  7. </head>
  8. <body>
  9. <div class="main_content new_product">
  10. <div class="globle_form">
  11. <form action="/m/sale/cash/<?php echo $data['uid']; ?>" method="post">
  12. 提取金额:<input name="money" type="text" >
  13. 确 认 人 :<input name="confirm" type="text" >
  14. <input name="submit" type="submit" value="确认" >
  15. </form>
  16. </div>
  17. </div>
  18. </body>
  19. </html>