You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
593 B
28 lines
593 B
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>更改信息</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<form action="/insertmask1" method="post">
|
||
|
捐赠编号:<input type="text" name="a1"/><br><br>
|
||
|
捐赠单位:<input type="text" name="a2"/><br><br>
|
||
|
捐赠物资:<input type="text" name="a3"/><br><br>
|
||
|
规格:<input type="text" name="a4"/><br><br>
|
||
|
计量单位:<input type="text" name="a5"/><br><br>
|
||
|
数量总计:<input type="text" name="a6"/>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<input type="submit" value="保存">
|
||
|
|
||
|
</form>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|