ERP:增加 ERP 销售订单的实现 60%(详情)

This commit is contained in:
YunaiV
2024-02-10 00:50:56 +08:00
parent ab63660bf8
commit 5deabcf692
2 changed files with 60 additions and 15 deletions

View File

@ -104,13 +104,7 @@
<template #default="{ row, $index }">
<el-form-item :prop="`${$index}.taxPrice`" class="mb-0px!">
<el-form-item :prop="`${$index}.taxPrice`" class="mb-0px!">
<el-input-number
v-model="row.taxPrice"
controls-position="right"
:min="0.01"
:precision="2"
class="!w-100%"
/>
<el-input disabled v-model="row.taxPrice" :formatter="erpPriceInputFormatter" />
</el-form-item>
</el-form-item>
</template>