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

View File

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