mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
optimize resource store bug
This commit is contained in:
parent
74656b3071
commit
c31fe24752
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user