|
|
@@ -63,8 +63,8 @@
|
|
63
|
63
|
<th class="col-sm-1"> 药剂形态</th>
|
|
64
|
64
|
<th class="col-sm-1"> 药剂包装</th>
|
|
65
|
65
|
<th class="col-sm-1"> 规格</th>
|
|
66
|
|
- <th class="col-sm-1"> 生产厂家</th>
|
|
67
|
|
- <th class="col-sm-1"> 货位号</th>
|
|
|
66
|
+ <th class="col-sm-2"> 生产厂家</th>
|
|
|
67
|
+ <!-- <th class="col-sm-1"> 货位号</th> -->
|
|
68
|
68
|
<th class="col-sm-1"> 剩余数量(袋或瓶)</th>
|
|
69
|
69
|
<th class="col-sm-1"> 剩余总量(L或kg)</th>
|
|
70
|
70
|
<th class="col-sm-1"> 盘点数量(袋或瓶)</th>
|
|
|
@@ -80,7 +80,7 @@
|
|
80
|
80
|
<td>{{ dicData[detailInfo.drugPacking] }}</td>
|
|
81
|
81
|
<td>{{ detailInfo.drugSpecification }}{{ dicData[detailInfo.drugSpecificationUnit]}}</td>
|
|
82
|
82
|
<td>{{ detailInfo.manufacturer }}</td>
|
|
83
|
|
- <td>{{ shelfMap[detailInfo.shelfId].shelfName }}</td>
|
|
|
83
|
+ <!-- <td>{{ shelfMap[detailInfo.shelfId].shelfName }}</td> -->
|
|
84
|
84
|
<td>{{ detailInfo.shelfAmount }}</td>
|
|
85
|
85
|
<td>{{ detailInfo.shelfAmount * detailInfo.drugSpecification | number:3}}</td>
|
|
86
|
86
|
<td>
|