diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index a645aeb7a..36fedbf1e 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -55,6 +55,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -84,6 +85,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ { label: '收货人', field: 'contacts', + isTable:false, table: { width: 150 }, @@ -96,6 +98,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ { label: '联系电话', field: 'phone', + isTable:false, table: { width: 150 }, @@ -111,6 +114,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + sortTableDefault:1000, formatter: dateFormatter2, form: { component: 'DatePicker', @@ -131,6 +135,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, isForm: false }, { @@ -140,6 +145,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + sortTableDefault:1001, form:{ component:"TimePicker", componentProps: { @@ -154,6 +160,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + sortTableDefault:1002, form:{ component:"TimePicker", componentProps: { @@ -168,6 +175,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, isForm: false, }, { @@ -178,6 +186,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, + isTable:false, }, { label: '业务类型', @@ -187,6 +196,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, + isTable:false, form: { value: 'PurchaseReceipt', componentProps: { @@ -278,6 +288,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ field: 'creator', sort: 'custom', isForm: false, + isTable:false, table: { width: 150 }, @@ -285,7 +296,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ { label: '创建时间', field: 'createTime', - isTable: true, + isTable:false, isForm: false, formatter: dateFormatter, detail: { @@ -310,6 +321,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ field: 'updater', sort: 'custom', isForm: false, + isTable:false, table: { width: 150 }, @@ -317,7 +329,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ { label: '最后更新时间', field: 'updateTime', - isTable: true, + isTable: false, isForm: false, formatter: dateFormatter, detail: { @@ -395,6 +407,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ field: 'number', sort: 'custom', isTableForm: false, + hiddenInMain:true, table: { width: 180 }, @@ -572,7 +585,9 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ width: 150 }, isTableForm: false, - isForm: false + isForm: false, + hiddenInMain:true, + }, { label: '计量单位', @@ -595,6 +610,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', isTable: true, + hiddenInMain:true, sort: 'custom', table: { width: 150 @@ -618,6 +634,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ field: 'updater', sort: 'custom', isTableForm: false, + hiddenInMain:true, table: { width: 150 }, @@ -628,6 +645,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ field: 'updateTime', sort: 'custom', isTableForm: false, + hiddenInMain:true, formatter: dateFormatter, detail: { dateFormat: 'YYYY-MM-DD HH:mm:ss' @@ -650,6 +668,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ label: '备注', field: 'remark', sort: 'custom', + hiddenInMain:true, table: { width: 150 },