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
755 B

5 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>更改信息</title>
</head>
<body>
<form action="/insertmask2" 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>
仓库号:<input type="text" name="a7"/><br><br>
签收人:<input type="text" name="a8"/><br><br>
签收人联系电话:<input type="text" name="a9"/>
<br><br><br>
<br>
<input type="submit" value="保存">
</form>
</body>
</html>