From 1f226e0df1ef015ba7010a14c345e502b7b3b775 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 18 Oct 2024 17:08:30 +0800 Subject: [PATCH] 2024-10-18 --- .../projectInfo/com_project_puotation.vue | 134 +++++------------- .../projectInfo/com_project_sample.vue | 108 +++++--------- .../com_project_technicalSpecification.vue | 54 ++++--- .../project/projectInfo/com_project_test.vue | 108 +++++--------- 4 files changed, 141 insertions(+), 263 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_project_puotation.vue b/src/views/modules/project/projectInfo/com_project_puotation.vue index 1a4a873..f2f1c12 100644 --- a/src/views/modules/project/projectInfo/com_project_puotation.vue +++ b/src/views/modules/project/projectInfo/com_project_puotation.vue @@ -105,184 +105,114 @@ status: true, fixed: '', columnWidth: 120 - },{ + }, + { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1QuotationBatchNo', + serialNumber: '102001Table1TrackerName', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'quotationBatchNo', + columnProp: 'trackerName', headerAlign: 'center', - align: 'center', - columnLabel: '申请批次号', + align: 'left', + columnLabel: '跟单员', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 120 - },{ + columnWidth: 80 + }, + { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1QuotationItemNo', + serialNumber: '102001Table1QuoterName', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'quotationItemNo', + columnProp: 'quoterName', headerAlign: 'center', - align: 'right', - columnLabel: '序号', + align: 'left', + columnLabel: '报价专员', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 60 + columnWidth: 80 }, - // { - // userId: this.$store.state.user.name, - // functionId: 102001, - // serialNumber: '102001Table1CustomerNo', - // tableId: '102001Table1', - // tableName: '询价信息表', - // columnProp: 'customerNo', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '客户编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 100 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 102001, - // serialNumber: '102001Table1CustomerDesc', - // tableId: '102001Table1', - // tableName: '询价信息表', - // columnProp: 'customerDesc', - // headerAlign: 'center', - // align: 'left', - // columnLabel: '客户名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 102001, - // serialNumber: '102001Table1ProjectId', - // tableId: '102001Table1', - // tableName: '询价信息表', - // columnProp: 'projectId', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '项目编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 102001, - // serialNumber: '102001Table1ProjectName', - // tableId: '102001Table1', - // tableName: '询价信息表', - // columnProp: 'projectName', - // headerAlign: 'center', - // align: 'left', - // columnLabel: '项目名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1TrackerName', + serialNumber: '102001Table1TestPartNo', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'trackerName', + columnProp: 'testPartNo', headerAlign: 'center', - align: 'left', - columnLabel: '跟单员', + align: 'center', + columnLabel: '项目料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 160 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1QuoterName', + serialNumber: '102001Table1PartName', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'quoterName', + columnProp: 'partName', headerAlign: 'center', align: 'left', - columnLabel: '报价专员', + columnLabel: '物料描述', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 100 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1TestPartNo', + serialNumber: '102001Table1FinalPartNo', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'testPartNo', + columnProp: 'finalPartNo', headerAlign: 'center', - align: 'center', - columnLabel: '项目料号', + align: 'left', + columnLabel: 'IFS料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 160 + columnWidth: 80 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1PartName', + serialNumber: '102001Table1CustomerPartNo', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'partName', + columnProp: 'customerPartNo', headerAlign: 'center', align: 'left', - columnLabel: '物料描述', + columnLabel: '客户料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 80 }, { userId: this.$store.state.user.name, diff --git a/src/views/modules/project/projectInfo/com_project_sample.vue b/src/views/modules/project/projectInfo/com_project_sample.vue index aad3e4b..a3d0696 100644 --- a/src/views/modules/project/projectInfo/com_project_sample.vue +++ b/src/views/modules/project/projectInfo/com_project_sample.vue @@ -105,78 +105,6 @@ fixed: '', columnWidth: 120 }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1CustomerNo', - // tableId: '103001Table1', - // tableName: '打样信息表', - // columnProp: 'customerNo', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '客户编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 100 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1CustomerDesc', - // tableId: '103001Table1', - // tableName: '打样信息表', - // columnProp: 'customerDesc', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '客户名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1ProjectId', - // tableId: '103001Table1', - // tableName: '打样信息表', - // columnProp: 'projectId', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '项目编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 110 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1ProjectName', - // tableId: '103001Table1', - // tableName: '打样信息表', - // columnProp: 'projectName', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '项目名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, { userId: this.$store.state.user.name, functionId: 103001, @@ -249,6 +177,42 @@ fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table1FinalPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'finalPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'IFS料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table1CustomerPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'customerPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: '客户料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, { userId: this.$store.state.user.name, functionId: 103001, diff --git a/src/views/modules/project/projectInfo/com_project_technicalSpecification.vue b/src/views/modules/project/projectInfo/com_project_technicalSpecification.vue index ed8269c..8d0e8f3 100644 --- a/src/views/modules/project/projectInfo/com_project_technicalSpecification.vue +++ b/src/views/modules/project/projectInfo/com_project_technicalSpecification.vue @@ -123,13 +123,13 @@ },{ userId: this.$store.state.user.name, functionId: 101002001, - serialNumber: '101002001Table9FinalPartNo', + serialNumber: '101002001Table9TestPartNo', tableId: "101002001Table9", tableName: "技术参数卡列表", - columnProp: "finalPartNo", + columnProp: "testPartNo", headerAlign: "center", align: "left", - columnLabel: "最终产品编码", + columnLabel: "项目料号", columnHidden: false, columnImage: false, columnSortable: false, @@ -140,13 +140,31 @@ },{ userId: this.$store.state.user.name, functionId: 101002001, - serialNumber: '101002001Table9TestPartNo', + serialNumber: '101002001Table9PartName', tableId: "101002001Table9", tableName: "技术参数卡列表", - columnProp: "testPartNo", + columnProp: "partDesc", headerAlign: "center", align: "left", - columnLabel: "项目料号", + columnLabel: "物料名称", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table1FinalPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'finalPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'IFS料号', columnHidden: false, columnImage: false, columnSortable: false, @@ -154,24 +172,26 @@ status: true, fixed: '', columnWidth: 80 - },{ + }, + { userId: this.$store.state.user.name, - functionId: 101002001, - serialNumber: '101002001Table9PartName', - tableId: "101002001Table9", - tableName: "技术参数卡列表", - columnProp: "partDesc", - headerAlign: "center", - align: "left", - columnLabel: "物料名称", + functionId: 102001, + serialNumber: '102001Table1CustomerPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'customerPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: '客户料号', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 120 - },{ + columnWidth: 80 + }, + { userId: this.$store.state.user.name, functionId: 101002001, serialNumber: '101002001Table9RevNo', diff --git a/src/views/modules/project/projectInfo/com_project_test.vue b/src/views/modules/project/projectInfo/com_project_test.vue index 75ff9b1..1ff92fb 100644 --- a/src/views/modules/project/projectInfo/com_project_test.vue +++ b/src/views/modules/project/projectInfo/com_project_test.vue @@ -87,78 +87,6 @@ export default { fixed: '', columnWidth: 120 }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1CustomerNo', - // tableId: '103001Table1', - // tableName: '测试信息表', - // columnProp: 'customerNo', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '客户编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 100 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1CustomerDesc', - // tableId: '103001Table1', - // tableName: '测试信息表', - // columnProp: 'customerDesc', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '客户名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1ProjectId', - // tableId: '103001Table1', - // tableName: '测试信息表', - // columnProp: 'projectId', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '项目编码', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 110 - // }, - // { - // userId: this.$store.state.user.name, - // functionId: 103001, - // serialNumber: '103001Table1ProjectName', - // tableId: '103001Table1', - // tableName: '测试信息表', - // columnProp: 'projectName', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '项目名称', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 120 - // }, { userId: this.$store.state.user.name, functionId: 103001, @@ -231,6 +159,42 @@ export default { fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table1FinalPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'finalPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: 'IFS料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table1CustomerPartNo', + tableId: '102001Table1', + tableName: '询价信息表', + columnProp: 'customerPartNo', + headerAlign: 'center', + align: 'left', + columnLabel: '客户料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, { userId: this.$store.state.user.name, functionId: 103001,