ERP:基本完成采购订单 100%

This commit is contained in:
YunaiV
2024-02-12 10:00:09 +08:00
parent 600892b112
commit 5339cca40e
8 changed files with 43 additions and 63 deletions

View File

@@ -94,7 +94,7 @@
<el-input-number
v-model="row.taxPercent"
controls-position="right"
:min="0.01"
:min="0"
:precision="2"
class="!w-100%"
/>
@@ -132,7 +132,7 @@
</el-table>
</el-form>
<el-row justify="center" class="mt-3" v-if="!disabled">
<el-button @click="handleAdd" round>+ 添加出库产品</el-button>
<el-button @click="handleAdd" round>+ 添加采购产品</el-button>
</el-row>
</template>
<script setup lang="ts">

View File

@@ -129,7 +129,7 @@
<el-input-number
v-model="row.taxPercent"
controls-position="right"
:min="0.01"
:min="0"
:precision="2"
class="!w-100%"
/>

View File

@@ -129,7 +129,7 @@
<el-input-number
v-model="row.taxPercent"
controls-position="right"
:min="0.01"
:min="0"
:precision="2"
class="!w-100%"
/>