From eb3bb53270bfe423d7f8a3a5f70265135ce3bca3 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Wed, 18 Sep 2024 10:57:58 +0800 Subject: [PATCH] =?UTF-8?q?HL-6007=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRecordMain.data.ts | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts index 6ff6650f4..4ba2f839b 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMTypeMain/purchasereceiptRecordMain.data.ts @@ -426,16 +426,16 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ } } }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 400, - fixed: 'right' - }, - }, + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 400, + // fixed: 'right' + // }, + // }, { label: '批次', // 实际是子表的从批次,为了不影响页面,单独放上面 field: 'fromBatch', @@ -456,15 +456,15 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ }, sortTableDefault:16, }, - { - label: '检验申请单号', - field: 'inspectNumber', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:6, - }, + // { + // label: '检验申请单号', + // field: 'inspectNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault:6, + // }, { label: '数量', field: 'qty', @@ -675,7 +675,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive disabled: true } }, - isSearch: true, + isSearch: false, }, { label: '是否已生成上架申请', @@ -694,7 +694,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive disabled: true } }, - isSearch: true, + isSearch: false, }, { label: '物料类型', @@ -1224,19 +1224,19 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive }, sortTableDefault:2000, }, - - { - label: '操作', - hiddenInMain:true, - field: 'action', - isDetail: false, - isForm: false , - table: { - width: 150, - fixed: 'right' - }, - isTableForm:true, - } + // + // { + // label: '操作', + // hiddenInMain:true, + // field: 'action', + // isDetail: false, + // isForm: false , + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm:true, + // } ])) // 表单校验