Explorar el Código

药剂去除货位号

gaodd hace 2 años
padre
commit
05fddfddc2

+ 3 - 3
src/main/resources/static/app/storage/drug/drugCheck/views/drugCheck-edit.html

@@ -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>

+ 3 - 3
src/main/resources/static/app/storage/drug/drugRestore/views/drugRestore-edit.html

@@ -66,7 +66,7 @@
66 66
                                             <th ng-hide="isNotEdit" class="col-sm-1"> 领用数量(袋或瓶)</th>
67 67
                                             <th class="col-sm-2"> 归还数量(袋或瓶)<span style="color: red;">*</span></th>
68 68
                                             <th class="col-sm-2">归还总量(L或kg)</th>
69
-                                            <th class="col-sm-2"> 货位号</th>
69
+                                            <!-- <th class="col-sm-2"> 货位号</th> -->
70 70
                                         </tr>
71 71
                                         </thead>
72 72
 
@@ -85,14 +85,14 @@
85 85
                                             </td>
86 86
                                             <td ng-if="drugRestoredetail.restoreNumber != null">{{drugRestoredetail.restoreNumber * drugRestoredetail.drugSpecification | number:3}}</td>
87 87
                                             <td ng-if="drugRestoredetail.restoreNumber == null"></td>
88
-                                            <td>
88
+                                            <!-- <td>
89 89
                                                 <select ng-model="drugRestoredetail.shelfId" name="shelfId"
90 90
                                                         ng-options="shelf.id as shelf.shelfName for shelf in drugShelfList.list"
91 91
                                                         ng-disabled="isNotEdit" class="form-control"
92 92
                                                         required>
93 93
                                                     <option value="">--请选择--</option>
94 94
                                                 </select>
95
-                                            </td>
95
+                                            </td> -->
96 96
                                         </tr>
97 97
                                         </tbody>
98 98
                                     </table>

+ 2 - 2
src/main/resources/static/app/storage/drug/drugUse/views/drugUse-edit.html

@@ -63,7 +63,7 @@
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>
66
+					                            <!-- <th class="col-sm-1"> 货位号</th> -->
67 67
 					                            <th class="col-sm-1"> 库存数量(袋或瓶)</th>
68 68
 					                            <th class="col-sm-1"> 申请数量(袋或瓶)</th>
69 69
 					                            <th class="col-sm-1"> 领用数量(袋或瓶)</th>
@@ -78,7 +78,7 @@
78 78
 				                                <td>{{ dicData[detailInfo.drugPacking] }}</td>
79 79
 				                                <td>{{ detailInfo.drugSpecification }}{{dicData[detailInfo.drugSpecificationUnit]}}</td>
80 80
 				                                <td>{{ detailInfo.manufacturer }}</td>
81
-                                                <td>{{ shelfMap[detailInfo.shelfId].shelfName }}</td><!--货架号-->
81
+                                                <!-- <td>{{ shelfMap[detailInfo.shelfId].shelfName }}</td> --><!--货架号-->
82 82
                                                 <td>{{ detailInfo.shelfAmount}}</td>
83 83
 				                                <td>{{ detailInfo.useCount }}</td>
84 84
 				                                <td>