feat:【antd】【erp 系统】purchase/order 重构 4/4

This commit is contained in:
YunaiV
2025-10-04 20:00:37 +08:00
parent 9406593d6e
commit c401000eb9
2 changed files with 0 additions and 4 deletions

View File

@@ -224,7 +224,6 @@ onMounted(async () => {
<Grid class="w-full">
<template #productId="{ row }">
<Select
v-if="!disabled"
v-model:value="row.productId"
:options="productOptions"
:field-names="{ label: 'name', value: 'id' }"
@@ -233,7 +232,6 @@ onMounted(async () => {
show-search
@change="handleProductChange($event, row)"
/>
<span v-else>{{ row.productName || '-' }}</span>
</template>
<template #count="{ row }">
<InputNumber

View File

@@ -224,7 +224,6 @@ onMounted(async () => {
<Grid class="w-full">
<template #productId="{ row }">
<Select
v-if="!disabled"
v-model:value="row.productId"
:options="productOptions"
:field-names="{ label: 'name', value: 'id' }"
@@ -233,7 +232,6 @@ onMounted(async () => {
show-search
@change="handleProductChange($event, row)"
/>
<span v-else>{{ row.productName || '-' }}</span>
</template>
<template #count="{ row }">
<InputNumber