公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyin-group-project
川印集团项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
需要修改的, 不选板材,直接按照板材规格扣减库存。 发版套数不填的话就是1. 扣减库存的量就是 数量*发版套数 20260410 试卷 6...
username@email.com
8 天以前
51aebb52e3f964ad5d0e96c6b92ae8e455b24ceb
[chuanyin-group-project.git]
/
CY_ECommercePlatform
/
CY.WebForm
/
RemindError.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>错误提醒</title>
</head>
<body>
<div style="width:600px; margin:30px auto">
<span style="color:Red; font-size:14px; line-height:30px;">不好意思,您的输入内容包含系统认定的非法字段,不能提交!!</span>
</div>
</body>
</html>