Browse Source

2025-06-16

打样 从OA跳转过来时,没有当前节点审批人和当前节点
master
fengyuan_yang 7 months ago
parent
commit
4687ad6d20
  1. 1
      src/views/modules/proofing/requestForProofing.vue
  2. 20
      src/views/modules/quotation/requestForQuote.vue

1
src/views/modules/proofing/requestForProofing.vue

@ -2232,6 +2232,7 @@ export default {
limit: this.pageSize,
createBy: this.$store.state.user.name,
page: 1,
menuId: this.$route.meta.menuId,
}
this.dataListLoading = true
proofingInformationSearch(params).then(({data}) => {

20
src/views/modules/quotation/requestForQuote.vue

@ -2003,9 +2003,9 @@ export default {
customerResponseModalFlag: false,
projectPartModelFlag: false,
contactModelFlag: false,
priceCheckDetailList:[],
priceCheckDetailList: [],
plmQuotationInformationArr: [],
ossColumns:[
ossColumns: [
{
userId: this.$store.state.user.name,
functionId: 103001,
@ -2097,14 +2097,14 @@ export default {
columnWidth: 140
}
],
rejectVisible:false,
rejectOpinion:'',
detailVisible:false,
no:1,
size:20,
total:0,
queryLoading:false,
rejectVisible: false,
rejectOpinion: '',
detailVisible: false,
no: 1,
size: 20,
total: 0,
queryLoading: false,
superAdmin: false,
}
},
mounted() {

Loading…
Cancel
Save