optimize resource store bug

This commit is contained in:
java110 2023-02-03 14:16:41 +08:00
parent 74656b3071
commit c31fe24752

View File

@ -112,7 +112,7 @@
<th class="text-center"><span><vc:i18n name="供应商" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="物品编码" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="固定物品" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="参考单价" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="单价" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="原有库存" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="现有库存" namespace="purchaseApplyDetail"></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name="申请数量" namespace="purchaseApplyDetail"></vc:i18n></span></th>
@ -134,7 +134,7 @@
</td>
<td class="text-center">{{resourceStore.resCode}}</td>
<td class="text-center">{{resourceStore.isFixedName}}</td>
<td class="text-center">¥{{resourceStore.price}}</td>
<td class="text-center">¥{{resourceStore.purchasePrice}}</td>
<td class="text-center">{{resourceStore.originalStock}}{{resourceStore.unitCodeName}}</td>
<td class="text-center">{{resourceStore.stock}}{{resourceStore.unitCodeName}}</td>
<td class="text-center">{{resourceStore.quantity}}{{resourceStore.unitCodeName}}</td>
@ -197,4 +197,4 @@
</div>
</div>
</div>
</div>
</div>