From edc98d98c9f547ac9eb7ccf0ae2e4c6ba870992d Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 25 Mar 2025 09:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E7=BB=99=E5=93=81=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptRecordMain.data.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index 4e8429631..4f8917191 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -15,7 +15,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ width: 180, fixed: 'left' }, - isSearch: true + isSearch: true, + sortTableDefault:1 }, { label: '申请单据号', @@ -24,7 +25,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ table: { width: 180 }, - isSearch: true + isSearch: true, + sortTableDefault:7 }, { label: '任务单号', @@ -280,7 +282,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ return '否' } } - } + }, + sortTableDefault:8 }, { label: '创建者', @@ -498,6 +501,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( table: { width: 150 }, + sortTableDefault:2 }, { label: '品名', @@ -506,6 +510,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( table: { width: 150 }, + sortTableDefault:4 }, { label: '背番', @@ -525,6 +530,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( disabled: true } } + ,sortTableDefault:3 }, // { // label: '背番', @@ -579,6 +585,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( form: { component: 'InputNumber', } + ,sortTableDefault:5 }, { label: '计量单位',