From 3dba364170f9e02965f70ed297f977eabf2b5fc6 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 20 Jun 2024 08:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A1=E5=88=92=E5=A4=96?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unplannedreceiptJobMain.data.ts | 66 +++++++++++++++---- .../unplannedreceiptRequestMain.data.ts | 14 +++- 2 files changed, 65 insertions(+), 15 deletions(-) diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts index ac0036eef..c61f696fb 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts @@ -270,8 +270,8 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'fromAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isSearch: true, - isTable: true, + isSearch: false, + isTable: false, sort: 'custom', table: { width: 150 @@ -310,6 +310,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ label: '优先级', field: 'priority', sort: 'custom', + isTable:false, + isForm:false, + isTableForm:false, table: { width: 150 }, @@ -321,6 +324,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ label: '优先级增量', field: 'priorityIncrement', sort: 'custom', + isTable:false, + isForm:false, + isTableForm:false, table: { width: 150 }, @@ -357,7 +363,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'autoComplete', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -376,7 +384,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowModifyLocation', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -395,7 +405,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowModifyQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -414,7 +426,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowBiggerQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -433,7 +447,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowSmallerQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -452,7 +468,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowModifyInventoryStatus', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -471,7 +489,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowContinuousScanning', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -490,7 +510,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowPartialComplete', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -509,7 +531,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowModifyBatch', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -528,7 +552,9 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ field: 'allowModifyPackingNumber', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, + isForm:false, + isTableForm:false, sort: 'custom', table: { width: 150 @@ -630,6 +656,7 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ label: '最后更新时间', field: 'updateTime', formatter: dateFormatter, + isTable:false, detail: { dateFormat: 'YYYY-MM-DD HH:mm:ss' }, @@ -650,6 +677,7 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ label: '最后更新者', field: 'updater', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -726,6 +754,7 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '单据号', field: 'number', sort: 'custom', + hiddenInMain:true, table: { width: 180 }, @@ -782,6 +811,7 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '器具号', field: 'containerNumber', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -861,6 +891,9 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '成本中心代码', field: 'costcentreCode', sort: 'custom', + isTable:false, + isTableForm:false, + isForm:false, table: { width: 150 }, @@ -869,6 +902,9 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '科目代码', field: 'qadProjectCode', sort: 'custom', + isTable:false, + isTableForm:false, + isForm:false, table: { width: 150 }, @@ -898,6 +934,9 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '货主代码', field: 'ownerCode', sort: 'custom', + isTable:false, + isTableForm:false, + isForm:false, table: { width: 150 }, @@ -906,6 +945,9 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ label: '项目代码', field: 'projectCode', sort: 'custom', + isTable:false, + isTableForm:false, + isForm:false, table: { width: 150 }, diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts index b06831bc9..a6d0e49f4 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts @@ -387,7 +387,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive field: 'autoCommit', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm: false, sort: 'custom', table: { @@ -408,7 +408,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive field: 'autoAgree', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm: false, sort: 'custom', table: { @@ -429,7 +429,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive field: 'autoExecute', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm: false, sort: 'custom', table: { @@ -481,6 +481,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive detail: { dateFormat: 'YYYY-MM-DD HH:mm:ss' }, + isTable:false, sort: 'custom', table: { width: 180 @@ -500,6 +501,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive label: '创建者', field: 'creator', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -512,6 +514,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive detail: { dateFormat: 'YYYY-MM-DD HH:mm:ss' }, + isTable:false, sort: 'custom', table: { width: 180 @@ -530,6 +533,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive label: '最后更新者', field: 'updater', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -596,6 +600,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive