-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #539 from mrjiashuo/master
实验七
- Loading branch information
Showing
6 changed files
with
118 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13计师2班 <br>姓名:贾硕 <br>学号:1314080901217 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
404页面 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
<div style="margin-bottom:7px;"> | ||
<div style="width:80px;display:inline-block;text-align:right;"> | ||
开始日期: | ||
</div> | ||
<div style="display:inline-block;"> | ||
<starttime></starttime> | ||
</div> | ||
|
||
结束日期:<endtime></endtime> | ||
操作员:<opera></opera> | ||
</div> | ||
<div style="margin-bottom:7px;"> | ||
<div style="width:80px;display:inline-block;text-align:right;"> | ||
备注: | ||
</div> | ||
<notes></notes> | ||
</div> | ||
<div> | ||
<div style="display:inline-block;margin-left:83px;"> | ||
<input type="button" value="新建" style="width:100px;height:40px;"> | ||
</div> | ||
<div style="display:inline-block;margin-left:100px;"> | ||
<input type="button" value="保存" ng-click="baocun();" style="width:100px;height:40px;"> | ||
</div> | ||
<div style="display:inline-block;margin-left:100px;"> | ||
<input type="button" value="完成" style="width:100px;height:40px;"> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"status": "保存成功" | ||
} |