diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts index 0fa26091c..4541e64ad 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts @@ -82,6 +82,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '要货计划单号', field: 'ppNumber', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -118,6 +119,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '联系人姓名', field: 'contactName', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -126,6 +128,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '联系人电话', field: 'contactPhone', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -134,6 +137,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '联系人电子邮件', field: 'contactEmail', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -142,6 +146,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '供应商发货仓库代码', field: 'fromWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -156,6 +161,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '到仓库代码', field: 'toWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -165,6 +171,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '到月台代码', field: 'toDockCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -174,6 +181,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '时间窗口', field: 'timeWindow', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -190,6 +198,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( table: { width: 180 }, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -204,6 +213,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '承运商', field: 'carrierCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -213,6 +223,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( field: 'transferMode', dictType: DICT_TYPE.TRANSFER_MODE, sort: 'custom', + isTable:false, table: { width: 150 }, @@ -221,6 +232,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '车牌号', field: 'vehiclePlateNumber', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -256,6 +268,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( dateFormat: 'YYYY-MM-DD HH:mm:ss' }, sort: 'custom', + isTable:false, table: { width: 180 }, @@ -274,6 +287,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( label: '创建者', field: 'creator', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -287,6 +301,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( dateFormat: 'YYYY-MM-DD HH:mm:ss' }, sort: 'custom', + isTable:false, table: { width: 180 }, @@ -309,6 +324,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( dateFormat: 'YYYY-MM-DD HH:mm:ss' }, sort: 'custom', + isTable:false, table: { width: 180 }, @@ -353,7 +369,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( dictClass: 'string', isTable: true, isForm:false, - isSearch: true, + isSearch: false, sort: 'custom', table: { width: 150 @@ -373,6 +389,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( dateFormat: 'YYYY-MM-DD HH:mm:ss' }, sort: 'custom', + isTable:false, table: { width: 180 }, @@ -394,6 +411,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( table: { width: 150 }, + isTable:false, isForm: false }, { @@ -401,7 +419,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( field: 'autoCommit', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable:false, sort: 'custom', isForm:false, table: { @@ -422,7 +440,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( field: 'autoAgree', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -443,7 +461,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive( field: 'autoExecute', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -554,12 +572,13 @@ export const SupplierdeliverRequestMainRules = reactive({ */ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive([ { - label: '订单号', + label: '采购订单号', field: 'poNumber', sort: 'custom', table: { width: 150 }, + isSearch:true, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -626,6 +645,7 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive