From af9a7320a9a6a1784c3ecacddaccc365d4a81163 Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Fri, 8 Nov 2024 14:06:26 +0800
Subject: [PATCH] 2024-11-08
---
.../modules/proofing/requestForProofing.vue | 34 ++++++-
.../modules/quotation/requestForQuote.vue | 32 ++++++-
src/views/modules/test/requestForTest.vue | 94 +++++++++++--------
3 files changed, 118 insertions(+), 42 deletions(-)
diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue
index 8a5d2f3..43eddca 100644
--- a/src/views/modules/proofing/requestForProofing.vue
+++ b/src/views/modules/proofing/requestForProofing.vue
@@ -289,6 +289,12 @@
+
+
+
+
+
+
查询
@@ -861,6 +867,8 @@ export default {
'modalFlag'(newVal, oldVal){
if (newVal === false){
this.detailVisible = false
+ this.projectPartData.finalPartNo = ''
+ this.projectPartData.customerPartNo = ''
}
},
'modalData.tracker'(newVal,oldVal){
@@ -1075,6 +1083,8 @@ export default {
projectPartData: {
site: this.$store.state.user.site,
testPartNo: '',
+ finalPartNo: '',
+ customerPartNo: '',
partName: ''
},
projectInformationData: {
@@ -1582,7 +1592,7 @@ export default {
tableName: '项目物料表',
columnProp: 'testPartNo',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '物料编码',
columnHidden: false,
columnImage: false,
@@ -1600,7 +1610,7 @@ export default {
tableName: '项目物料表',
columnProp: 'partDesc',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '物料名称',
columnHidden: false,
columnImage: false,
@@ -1610,6 +1620,24 @@ export default {
fixed: '',
columnWidth: 120
},
+ {
+ userId: this.$store.state.user.name,
+ functionId: 102001,
+ serialNumber: '103001Table4FinalPartNo',
+ tableId: '103001Table4',
+ tableName: '项目物料表',
+ columnProp: 'finalPartNo',
+ headerAlign: 'center',
+ align: 'left',
+ columnLabel: 'IFS料号',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ columnWidth: 120
+ },
{
userId: this.$store.state.user.name,
functionId: 102001,
@@ -1618,7 +1646,7 @@ export default {
tableName: '项目物料表',
columnProp: 'customerPartNo',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '客户料号',
columnHidden: false,
columnImage: false,
diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue
index f9b04de..36b5227 100644
--- a/src/views/modules/quotation/requestForQuote.vue
+++ b/src/views/modules/quotation/requestForQuote.vue
@@ -310,6 +310,12 @@
+
+
+
+
+
+
查询
@@ -872,6 +878,8 @@ export default {
modalFlag(newVal,oldVal){
if (newVal === false){
this.detailVisible = false
+ this.projectPartData.customerPartNo = ''
+ this.projectPartData.finalPartNo = ''
}
},
},
@@ -1051,6 +1059,8 @@ export default {
projectPartData: {
site: this.$store.state.user.site,
testPartNo: '',
+ finalPartNo:'',
+ customerPartNo:'',
partName: '',
projectId: '',
},
@@ -1557,7 +1567,7 @@ export default {
tableName: '项目物料表',
columnProp: 'testPartNo',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '物料编码',
columnHidden: false,
columnImage: false,
@@ -1585,6 +1595,24 @@ export default {
fixed: '',
columnWidth: 120
},
+ {
+ userId: this.$store.state.user.name,
+ functionId: 102001,
+ serialNumber: '102001Table3FinalPartNo',
+ tableId: '102001Table3',
+ tableName: '项目物料表',
+ columnProp: 'finalPartNo',
+ headerAlign: 'center',
+ align: 'left',
+ columnLabel: 'IFS料号',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ columnWidth: 120
+ },
{
userId: this.$store.state.user.name,
functionId: 102001,
@@ -1593,7 +1621,7 @@ export default {
tableName: '项目物料表',
columnProp: 'customerPartNo',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '客户料号',
columnHidden: false,
columnImage: false,
diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue
index c578ae9..eb63a0c 100644
--- a/src/views/modules/test/requestForTest.vue
+++ b/src/views/modules/test/requestForTest.vue
@@ -359,6 +359,16 @@
+
+
+
+
+
+
+
+
+
+
查询
@@ -932,6 +942,12 @@
if (newVal === false){
this.rejectOpinion = ''
}
+ },
+ projectPartModelFlag(newVal,oldVal){
+ if (newVal === false){
+ this.projectPartData.finalPartNo = ''
+ this.projectPartData.customerPartNo = ''
+ }
}
},
data () {
@@ -1099,6 +1115,8 @@
projectPartData: {
site: this.$store.state.user.site,
testPartNo: '',
+ finalPartNo:'',
+ customerPartNo:'',
partName: ''
},
projectInformationData: {
@@ -1588,7 +1606,7 @@
tableName: '项目物料表',
columnProp: 'testPartNo',
headerAlign: 'center',
- align: 'center',
+ align: 'left',
columnLabel: '物料编码',
columnHidden: false,
columnImage: false,
@@ -1615,7 +1633,44 @@
status: true,
fixed: '',
columnWidth: 200
- },{
+ },
+ {
+ userId: this.$store.state.user.name,
+ functionId: 103001,
+ serialNumber: '103001Table3FinalPartNo',
+ tableId: '103001Table3',
+ tableName: '项目物料表',
+ columnProp: 'finalPartNo',
+ headerAlign: 'center',
+ align: 'left',
+ columnLabel: 'IFS料号',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ columnWidth: 120
+ },
+ {
+ userId: this.$store.state.user.name,
+ functionId: 103001,
+ serialNumber: '103001Table3CustomerPartNo',
+ tableId: '103001Table3',
+ tableName: '项目物料表',
+ columnProp: 'customerPartNo',
+ 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: 103001,
serialNumber: '103001Table3PartSpec',
@@ -1686,41 +1741,6 @@
fixed: '',
columnWidth: 100
},
- {
- userId: this.$store.state.user.name,
- functionId: 103001,
- serialNumber: '103001Table3CodeNo',
- tableId: '103001Table3',
- tableName: '项目物料表',
- columnProp: 'codeNo',
- 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: '103001Table3CodeDesc',
- tableId: '103001Table3',
- tableName: '项目物料表',
- columnProp: 'codeDesc',
- headerAlign: 'center',
- align: 'left',
- columnLabel: '模板名称',
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: '',
- columnWidth: 120
- }
],
columnAddressList: [
{