|
@@ -80,10 +80,7 @@
|
|
80
|
<td ng-show="libraryType == 1">{{storehouse.depotName}}</td>
|
80
|
<td ng-show="libraryType == 1">{{storehouse.depotName}}</td>
|
|
81
|
<td>{{storehouse.storehouseCode}}</td>
|
81
|
<td>{{storehouse.storehouseCode}}</td>
|
|
82
|
<td>{{storehouse.storehouseName}}</td>
|
82
|
<td>{{storehouse.storehouseName}}</td>
|
|
83
|
- <td>
|
|
|
|
84
|
- <span ng-if="storehouse.storehouseTypeMx!=null">{{dicData[storehouse.storehouseTypeMx]}}</span>
|
|
|
|
85
|
- <span ng-if="storehouse.storehouseTypeMx==null">{{dicData[storehouse.storehouseType]}}</span>
|
|
|
|
86
|
- </td>
|
|
|
|
|
|
83
|
+ <td>{{dicData[storehouse.storehouseType]}}</td>
|
|
87
|
<td>{{storehouse.agentDepotName}}</td>
|
84
|
<td>{{storehouse.agentDepotName}}</td>
|
|
88
|
<td>{{storehouse.designCapacity}}</td>
|
85
|
<td>{{storehouse.designCapacity}}</td>
|
|
89
|
<td>{{storehouse.actualCapacity}}</td>
|
86
|
<td>{{storehouse.actualCapacity}}</td>
|