From 480ed5c83d7c14cefb1d64422dce3c436035ec00 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 Oct 2025 15:04:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90erp?= =?UTF-8?q?=20=E7=B3=BB=E7=BB=9F=E3=80=91sale/out=20=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E9=87=8D=E6=9E=84=20ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/erp/sale/order/data.ts | 12 ++++++------ .../src/views/erp/sale/out/modules/item-form.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web-antd/src/views/erp/sale/order/data.ts b/apps/web-antd/src/views/erp/sale/order/data.ts index 5b70302b5..177410ec4 100644 --- a/apps/web-antd/src/views/erp/sale/order/data.ts +++ b/apps/web-antd/src/views/erp/sale/order/data.ts @@ -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, diff --git a/apps/web-antd/src/views/erp/sale/out/modules/item-form.vue b/apps/web-antd/src/views/erp/sale/out/modules/item-form.vue index 567ec1617..e5aa180d0 100644 --- a/apps/web-antd/src/views/erp/sale/out/modules/item-form.vue +++ b/apps/web-antd/src/views/erp/sale/out/modules/item-form.vue @@ -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 />