diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 9a842b2af..b85e7a8fa 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -652,6 +652,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '器具号', field: 'containerNumber', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -693,6 +694,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ label: '过期日期', field: 'expireDate', hiddenInMain:true, + isTable:false, formatter: dateFormatter2, detail: { dateFormat: 'YYYY-MM-DD' @@ -735,6 +737,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '订单号', hiddenInMain:true, + isTable:false, field: 'woNumber', sort: 'custom', table: { @@ -745,6 +748,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ label: '订单行', field: 'woLine', hiddenInMain:true, + isTable:false, sort: 'custom', table: { width: 150 @@ -753,6 +757,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '包装数量', field: 'packQty', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -795,6 +800,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '物料描述1', field: 'itemDesc1', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -804,6 +810,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '物料描述2', field: 'itemDesc2', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -813,6 +820,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '项目代码', field: 'projectCode', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -846,6 +854,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '单据号', field: 'number', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -855,6 +864,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '备注', field: 'remark', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -894,6 +904,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '到货主代码', field: 'toOwnerCode', + isTable:false, hiddenInMain:true, sort: 'custom', table: { diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts index 0a3a82783..e8f8bc2ea 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts @@ -654,6 +654,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '器具号', field: 'containerNumber', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -695,6 +696,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ label: '过期日期', field: 'expireDate', hiddenInMain:true, + isTable:false, formatter: dateFormatter2, detail: { dateFormat: 'YYYY-MM-DD' @@ -738,6 +740,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ label: '订单号', field: 'woNumber', hiddenInMain:true, + isTable:false, sort: 'custom', table: { width: 150 @@ -747,6 +750,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ label: '订单行', field: 'woLine', hiddenInMain:true, + isTable:false, sort: 'custom', table: { width: 150 @@ -755,6 +759,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '包装数量', field: 'packQty', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -797,6 +802,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '物料描述1', field: 'itemDesc1', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -806,6 +812,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '物料描述2', field: 'itemDesc2', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -815,6 +822,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '项目代码', field: 'projectCode', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -848,6 +856,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '单据号', field: 'number', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -857,6 +866,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '备注', field: 'remark', + isTable:false, hiddenInMain:true, sort: 'custom', table: { @@ -896,6 +906,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ { label: '到货主代码', field: 'toOwnerCode', + isTable:false, hiddenInMain:true, sort: 'custom', table: {