公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyin-group-project
川印集团项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
减号要选择性的删除。每行都要有减号 完成 现在的“印刷数量”就是新版格式的“生产数量”,放在“生产要求”前面,跟生产要求一行 完成 消耗格子的宽度...
username@email.com
2026-04-03
e67b811c4601e7a68c2a980cab2982aebf44c60c
[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>