Browse Source

2024-11-01

优化
master
fengyuan_yang 1 year ago
parent
commit
47f0a95323
  1. 27
      src/views/modules/project/projectInfo/projectInfo.vue
  2. 27
      src/views/modules/project/projectPart/searchProjectPart.vue

27
src/views/modules/project/projectInfo/projectInfo.vue

@ -1168,7 +1168,29 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
}
},
{
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 120
},
{
columnProp: 'createBy2',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点审批人',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
], ],
ossColumns:[ ossColumns:[
{ {
@ -1507,7 +1529,8 @@
getChangeRecordList () { getChangeRecordList () {
let tempData = { let tempData = {
site: this.$store.state.user.site, site: this.$store.state.user.site,
projectId: this.currentRow.projectId
projectId: this.currentRow.projectId,
menuId: '108002'
} }
getChangeRecordByPartNo(tempData).then(({data}) => { getChangeRecordByPartNo(tempData).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {

27
src/views/modules/project/projectPart/searchProjectPart.vue

@ -709,7 +709,29 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
}
},
{
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 120
},
{
columnProp: 'createBy2',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点审批人',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
], ],
} }
}, },
@ -969,7 +991,8 @@
let tempData = { let tempData = {
site: this.$store.state.user.site, site: this.$store.state.user.site,
projectId: this.currentRow.projectId, projectId: this.currentRow.projectId,
finalPartNo: this.currentRow.finalPartNo
finalPartNo: this.currentRow.finalPartNo,
menuId: '108002'
} }
getChangeRecordByPartNo2(tempData).then(({data}) => { getChangeRecordByPartNo2(tempData).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {

Loading…
Cancel
Save