From 40b31c8fae1a74996b139fdeec647a3e166d994f Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 10 Sep 2024 10:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7:HL-5787=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrapRecordMain/scrapRecordMain.data.ts | 41 +++++++++++-------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index 753c0fa35..7d06a9c15 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -195,6 +195,9 @@ export const ScrapRecordMain = useCrudSchemas( table: { width: 150 }, + isTable:false, + isForm:false, + isTableForm:false, }, { label: '订单号', @@ -203,6 +206,9 @@ export const ScrapRecordMain = useCrudSchemas( table: { width: 150 }, + isTable:false, + isForm:false, + isTableForm:false, }, { label: 'Q1通知单号', @@ -262,6 +268,9 @@ export const ScrapRecordMain = useCrudSchemas( table: { width: 180 }, + isTable:false, + isForm:false, + isTableForm:false, form: { component: 'DatePicker', componentProps: { @@ -337,7 +346,10 @@ export const ScrapRecordMain = useCrudSchemas( sort: 'custom', table: { width: 150 - } + }, + isTable:false, + isForm:false, + isTableForm:false, }, { label: '出库事务类型', @@ -388,7 +400,10 @@ export const ScrapRecordMain = useCrudSchemas( sort: 'custom', table: { width: 150 - } + }, + isTable:false, + isForm:false, + isTableForm:false, }, { label: '单据备注', @@ -679,25 +694,11 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ }, }, { - label: '原因', + label: '报废原因', field: 'reason', - dictType: DICT_TYPE.SCRAP_REASON, - dictClass: 'string', - formatter: (_: Recordable, __: TableColumn, cellValue: number) => { - return cellValue - }, table: { width: 150 }, - form: { - componentProps: { - filterable: true - } - }, - tableForm: { - type: 'Select', - filterable: true - } }, { label: '单价', @@ -744,6 +745,9 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, + isForm:false, + isTableForm:false, }, // { // label: '项目代码', @@ -760,6 +764,9 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, + isForm:false, + isTableForm:false, }, { label: '接口类型',