mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-13 17:41:54 +08:00
✨ ERP:基本完成采购订单 100%
This commit is contained in:
@@ -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">
|
||||
|
@@ -129,7 +129,7 @@
|
||||
<el-input-number
|
||||
v-model="row.taxPercent"
|
||||
controls-position="right"
|
||||
:min="0.01"
|
||||
:min="0"
|
||||
:precision="2"
|
||||
class="!w-100%"
|
||||
/>
|
||||
|
@@ -129,7 +129,7 @@
|
||||
<el-input-number
|
||||
v-model="row.taxPercent"
|
||||
controls-position="right"
|
||||
:min="0.01"
|
||||
:min="0"
|
||||
:precision="2"
|
||||
class="!w-100%"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user