优化商品的库存计算
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<td style="width:130px;height:30px;line-height:30px;padding:8px;float:left;" title="{{name}}">
|
||||
<p style="width:110px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;">{{name}}</p>
|
||||
</td>
|
||||
<td style="width:120px;height:30px;line-height:30px;padding:8px;float:left;">{{stock}}</td>
|
||||
<td style="width:120px;height:30px;line-height:30px;padding:8px;float:left;">{{allStock}}</td>
|
||||
<td style="width:120px;height:30px;line-height:30px;padding:8px;float:left;">{{initStock}}</td>
|
||||
<td style="width:120px;height:30px;line-height:30px;padding:8px;float:left;">{{currentStock}}</td>
|
||||
</tr>
|
||||
{{/depotList}}
|
||||
</table>
|
||||
Reference in New Issue
Block a user