mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
feat:【antd】【erp 系统】sale/out 全部重构 ok
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user