From ac262630bf6a1d141f08571bb1d2fefef43a7da2 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Mon, 22 Jul 2024 11:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E8=AE=B0=E5=BD=95=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4,=E5=8E=BB=E6=8E=89=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRecordMain.data.ts | 43 ++++++++++--------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index 04a11d089..e6a600f9e 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -46,15 +46,15 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ }, isTable: false, }, - { - label: '供应商代码', - field: 'supplierCode', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - }, + // { + // label: '供应商代码', + // field: 'supplierCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: false, + // }, { label: '出库事务类型', field: 'outTransactionType', @@ -460,6 +460,19 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ }, sortTableDefault:8, }, + { + label: '补料数量', + field: 'qty', + sort: 'custom', + table: { + width: 150 + }, + // hiddenInMain:true, + form: { + component: 'InputNumber', + }, + sortTableDefault:8, + }, { label: '计量单位', field: 'uom', @@ -696,18 +709,6 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ isTable:false, hiddenInMain:true, }, - { - label: '数量', - field: 'qty', - sort: 'custom', - table: { - width: 150 - }, - hiddenInMain:true, - form: { - component: 'InputNumber', - } - }, // { // label: '代码', // field: 'code',