Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
7bd9665f
Commit
7bd9665f
authored
Apr 25, 2019
by
cuizhiyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
042ef751
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
insertCardBody.html
...resources/static/views/insertCardBody/insertCardBody.html
+6
-3
insertFilm.html
src/main/resources/static/views/insertFilm/insertFilm.html
+2
-2
No files found.
src/main/resources/static/views/insertCardBody/insertCardBody.html
View file @
7bd9665f
...
...
@@ -41,7 +41,10 @@
<td>
数量:
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"totalCount"
placeholder=
"数量"
></td>
<td>
备注:
</td>
<td><input
type=
"text"
class=
"form-control"
ng-model=
"note"
placeholder=
"备注"
></td>
<td>
<input
type=
"text"
class=
"form-control"
ng-model=
"note"
placeholder=
"备注"
>
</td>
</tr>
<tr>
<td>
卡基类型:
</td>
...
...
@@ -137,8 +140,8 @@
<tr>
<th>
合计
</th>
<td
class=
"colSpan"
colspan=
"2"
ng-if=
"cardType2=1"
>
{{cardBodyManagement.cardCount1}}
</td>
<td
class=
"colSpan"
colspan=
"2"
ng-if=
"cardType2=2"
>
{{cardBodyManagement .cardCount2}}
</td>
<td
class=
"colSpan"
colspan=
"2"
ng-if=
"cardType2=
=
1"
>
{{cardBodyManagement.cardCount1}}
</td>
<td
class=
"colSpan"
colspan=
"2"
ng-if=
"cardType2=
=
2"
>
{{cardBodyManagement .cardCount2}}
</td>
</tr>
...
...
src/main/resources/static/views/insertFilm/insertFilm.html
View file @
7bd9665f
...
...
@@ -130,8 +130,8 @@
<tr>
<th>
合计
</th>
<td
colspan=
"2"
ng-if=
"plasticFilmType2=1"
>
{{plasticFilmdata.plasticFilmCount1}}
</td>
<td
colspan=
"2"
ng-if=
"plasticFilmType2=2"
>
{{plasticFilmdata.plasticFilmCount2}}
</td>
<td
colspan=
"2"
ng-if=
"plasticFilmType2=
=
1"
>
{{plasticFilmdata.plasticFilmCount1}}
</td>
<td
colspan=
"2"
ng-if=
"plasticFilmType2=
=
2"
>
{{plasticFilmdata.plasticFilmCount2}}
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment