Commit 7bd9665f authored by cuizhiyuan's avatar cuizhiyuan

修改页面

parent 042ef751
...@@ -41,7 +41,10 @@ ...@@ -41,7 +41,10 @@
<td>数量:</td> <td>数量:</td>
<td><input type="text" class="form-control" ng-model="totalCount" placeholder="数量"></td> <td><input type="text" class="form-control" ng-model="totalCount" placeholder="数量"></td>
<td>备注:</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>
<tr> <tr>
<td>卡基类型:</td> <td>卡基类型:</td>
...@@ -137,8 +140,8 @@ ...@@ -137,8 +140,8 @@
<tr> <tr>
<th>合计</th> <th>合计</th>
<td class="colSpan" colspan="2" ng-if="cardType2=1" >{{cardBodyManagement.cardCount1}}</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> <td class="colSpan" colspan="2" ng-if="cardType2==2" >{{cardBodyManagement .cardCount2}}</td>
</tr> </tr>
......
...@@ -130,8 +130,8 @@ ...@@ -130,8 +130,8 @@
<tr> <tr>
<th>合计</th> <th>合计</th>
<td colspan="2" ng-if="plasticFilmType2=1" >{{plasticFilmdata.plasticFilmCount1}}</td> <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==2" >{{plasticFilmdata.plasticFilmCount2}}</td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment