feat:【antd】【erp 系统】purchase/order 重构 4/4
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user