diff --git a/src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts b/src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts index 639b76967..95847237f 100644 --- a/src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts +++ b/src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts @@ -673,7 +673,7 @@ export const IssueJobMainRules = reactive({ export const IssueJobDetail = useCrudSchemas( reactive([ { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -684,7 +684,7 @@ export const IssueJobDetail = useCrudSchemas( sortTableDefault: 3 }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -692,6 +692,27 @@ export const IssueJobDetail = useCrudSchemas( }, sortTableDefault: 3 }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isSearch: true, + sortTableDefault: 3, + sortSearchDefault: 2, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: '数量', field: 'qty', diff --git a/src/views/wms/issueManage/issue/issueRecordMain/issueRecordMain.data.ts b/src/views/wms/issueManage/issue/issueRecordMain/issueRecordMain.data.ts index 9372f31ed..ab204ec25 100644 --- a/src/views/wms/issueManage/issue/issueRecordMain/issueRecordMain.data.ts +++ b/src/views/wms/issueManage/issue/issueRecordMain/issueRecordMain.data.ts @@ -414,7 +414,7 @@ export const IssueRecordMainRules = reactive({ export const IssueRecordDetail = useCrudSchemas( reactive([ { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -425,7 +425,7 @@ export const IssueRecordDetail = useCrudSchemas( sortTableDefault: 4 }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -433,6 +433,27 @@ export const IssueRecordDetail = useCrudSchemas( }, sortTableDefault: 4 }, + // { + // label: '背番', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTableForm: false, + // isForm: false, + // isSearch: true, + // sortTableDefault: 4, + // sortSearchDefault: 2, + // tableForm: { + // disabled: true + // }, + // form: { + // componentProps: { + // disabled: true + // } + // } + // }, { label: '数量', field: 'qty', diff --git a/src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts b/src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts index 0d4ef92bc..2c61b650a 100644 --- a/src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts +++ b/src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts @@ -836,7 +836,7 @@ export const IssueRequestDetail = useCrudSchemas( isForm: false }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -915,7 +915,7 @@ export const IssueRequestDetail = useCrudSchemas( } }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -925,6 +925,27 @@ export const IssueRequestDetail = useCrudSchemas( isTableForm: false, isForm: false }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isSearch: true, + sortTableDefault: 4, + sortSearchDefault: 5, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: '包装规格', field: 'packUnit', diff --git a/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts index 3cc29ed56..4d407fb9e 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts @@ -631,7 +631,7 @@ export const ProductionreturnJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -639,7 +639,7 @@ export const ProductionreturnJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -647,14 +647,33 @@ export const ProductionreturnJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料描述1', + label: '背番', field: 'itemDesc1', sort: 'custom', table: { width: 150 }, - hiddenInMain: true + isTableForm: false, + isForm: false, + // isSearch: true, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenInMain: true + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts index 9d49cc04a..590d4268a 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts @@ -431,7 +431,7 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive([ }, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sortTableDefault:1000, sort: 'custom', @@ -843,7 +843,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sortTableDefault:1001, sort: 'custom', @@ -852,15 +852,34 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料描述1', + label: '背番', field: 'itemDesc1', - isTable:false, - hiddenInMain:true, sort: 'custom', table: { width: 150 }, + isTableForm: false, + isForm: false, + sortTableDefault: 1001, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // isTable:false, + // hiddenInMain:true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index 9e98c172f..282f6e115 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -492,7 +492,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -500,7 +500,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -508,13 +508,31 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料描述1', + label: '背番', field: 'itemDesc1', sort: 'custom', table: { width: 150 }, + isTableForm: false, + isForm: false, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 4c5369f59..e661a59d2 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -960,7 +960,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive } }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', sortTableDefault: 1003, @@ -1030,6 +1030,26 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive } } }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + sortTableDefault: 1003, + sortSearchDefault: 5, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: 'Bom版本', field: 'bomVersion', @@ -1088,7 +1108,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', sortTableDefault: 1005, @@ -1098,18 +1118,18 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive isTableForm: false, isForm: false }, - { - label: '物料描述1', - field: 'itemDesc1', - hiddenInMain: true, - isTable: false, - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - isForm: false - }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // hiddenInMain: true, + // isTable: false, + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTableForm: false, + // isForm: false + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts index bed0e1d08..3f14ee78d 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts @@ -835,7 +835,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sortTableDefault:1000, sort: 'custom', @@ -844,7 +844,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sortTableDefault:1001, sort: 'custom', @@ -853,15 +853,34 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料描述1', + label: '背番', field: 'itemDesc1', - isTable:false, - hiddenInMain:true, sort: 'custom', table: { width: 150 }, + isTableForm: false, + isForm: false, + sortTableDefault: 1001, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // isTable:false, + // hiddenInMain:true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts index 3dc878720..3af631b19 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts @@ -496,7 +496,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -504,7 +504,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -512,13 +512,31 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( }, }, { - label: '物料描述1', + label: '背番', field: 'itemDesc1', sort: 'custom', table: { width: 150 }, + isTableForm: false, + isForm: false, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物料描述1', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '物料描述2', field: 'itemDesc2', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts index 904cfccf6..2249d4887 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts @@ -967,7 +967,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive } }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', sortTableDefault: 1003, @@ -1037,6 +1037,26 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive } } }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isSearch: true, + sortTableDefault: 1003, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: 'Bom版本', field: 'bomVersion', @@ -1095,7 +1115,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sortTableDefault:1005, sort: 'custom', diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts index b6ea3c386..cd039166d 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts @@ -490,7 +490,7 @@ export const ProductredressJobDetailRules = reactive({ export const ProductredressJobDetail = useCrudSchemas(reactive([ { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -498,13 +498,31 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ }, }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { width: 150 }, }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: '批次', field: 'batch', diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts index 6dd691ca4..dab367aaf 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts @@ -374,7 +374,7 @@ export const ProductredressRecordDetailRules = reactive({ export const ProductredressRecordDetail = useCrudSchemas(reactive([ { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -382,13 +382,31 @@ export const ProductredressRecordDetail = useCrudSchemas(reactive( } }, { - label: '物料名称', + label: '品名', field: 'itemName', sort: 'custom', table: { width: 150 }, }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, { label: '批次', field: 'batch', diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts index bd45c88da..3cb7c77f2 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts @@ -522,7 +522,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive // }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', table: { @@ -599,7 +599,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive }, }, { - label: '物品名称', + label: '品名', field: 'itemName', sort: 'custom', table: { @@ -609,16 +609,34 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive isTableForm: false, }, { - label: '物品描述1', + label: '背番', field: 'itemDesc1', sort: 'custom', table: { width: 150 }, - isForm: false, isTableForm: false, - hiddenInMain:true, + isForm: false, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, + // { + // label: '物品描述1', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isForm: false, + // isTableForm: false, + // hiddenInMain:true, + // }, { label: '物品描述2', field: 'itemDesc2',