feat:【antd】【erp 系统】sale/out 全部重构 ok

This commit is contained in:
YunaiV
2025-10-04 15:04:12 +08:00
parent 3182a86b80
commit 480ed5c83d
2 changed files with 7 additions and 7 deletions

View File

@@ -203,6 +203,12 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
title: '单位',
minWidth: 80,
},
{
field: 'remark',
title: '备注',
minWidth: 150,
slots: { default: 'remark' },
},
{
field: 'count',
title: '数量',
@@ -239,12 +245,6 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
minWidth: 120,
formatter: 'formatAmount2',
},
{
field: 'remark',
title: '备注',
minWidth: 150,
slots: { default: 'remark' },
},
{
title: '操作',
width: 50,

View File

@@ -213,7 +213,7 @@ onMounted(async () => {
v-model:value="row.productId"
:options="productOptions"
:field-names="{ label: 'name', value: 'id' }"
style="width: 100%"
class="w-full"
placeholder="请选择产品"
show-search
/>