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