feat:【antd】【erp 系统】sale/out 全部重构 ok
This commit is contained in:
@@ -203,6 +203,12 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
|
|||||||
title: '单位',
|
title: '单位',
|
||||||
minWidth: 80,
|
minWidth: 80,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'remark',
|
||||||
|
title: '备注',
|
||||||
|
minWidth: 150,
|
||||||
|
slots: { default: 'remark' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'count',
|
field: 'count',
|
||||||
title: '数量',
|
title: '数量',
|
||||||
@@ -239,12 +245,6 @@ export function useFormItemColumns(): VxeTableGridOptions['columns'] {
|
|||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
formatter: 'formatAmount2',
|
formatter: 'formatAmount2',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
field: 'remark',
|
|
||||||
title: '备注',
|
|
||||||
minWidth: 150,
|
|
||||||
slots: { default: 'remark' },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
width: 50,
|
width: 50,
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ onMounted(async () => {
|
|||||||
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' }"
|
||||||
style="width: 100%"
|
class="w-full"
|
||||||
placeholder="请选择产品"
|
placeholder="请选择产品"
|
||||||
show-search
|
show-search
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user