diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index e0e75c8b5..79f6eacee 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -1724,6 +1724,7 @@ import CustomOrg from '@/components/CustomFormComponents/OrgTree' import {dateFormat} from '@/common/date' import RelatedTermsSelect from './components/RelatedTermsSelect' import { getBusStandFileByAttId } from 'api/process' +import {dicTypeData} from "api/unqualProcess"; export default { @@ -1746,6 +1747,7 @@ export default { }, data() { return { + CycxOptions: [], activeNames: ['基础信息','过程稿件','实施日期'], activeState: true, itemExistList: [], @@ -3085,6 +3087,19 @@ export default { }, {}, res => { this.selectedItemList = [] if (res.ok) { + console.log('3092',res.data.list) + res.data.list.forEach(item => { + let k = (item.applyArctic || "").split(',') + for (let i in this.applyArcticOptions.options) { + for (let m = 0; m < k.length; m++) { + if (this.applyArcticOptions.options[i].value === k[m]) { + k[m] = this.applyArcticOptions.options[i].label + } + item.applyArctic = k.join(',') + } + } + item.applyArctic = item.applyArctic.replaceAll('\"', '').replaceAll('\[', '').replaceAll('\]', '') + }) this.standItemList = res.data.list; this.total7 = res.data.count // 分页需要 } @@ -3583,6 +3598,12 @@ export default { return item.id } }, + created() { + dicTypeData().then(res => { + // 能源类型数据字典 + this.CycxOptions = res.data.CLLX + }) + }, async mounted() { this.sarStandardsInfoEO.id = this.$route.params.id // await this.selectStandMessage() diff --git a/src/pages/processCenter/pages/components/ProcessMixin.vue b/src/pages/processCenter/pages/components/ProcessMixin.vue index c675cb441..2f3eace54 100644 --- a/src/pages/processCenter/pages/components/ProcessMixin.vue +++ b/src/pages/processCenter/pages/components/ProcessMixin.vue @@ -25,6 +25,10 @@ export default { label: "企标制修订-技术标准", value: "buss1" }, + { + label: "企标制修订-产品标准", + value: "buss2" + }, { label: "标准征求意见流程", value: "3" diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue index 328d95fdd..90f200642 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue @@ -116,7 +116,7 @@ @@ -342,9 +342,11 @@ export default { }, /** 选择入会人员 */ - choiceRole(type,title,id) { + choiceRole() { this.nodeList = [] - this.nodeList.push(id) + if (this.rh_pageData.comityOpRoleId.length > 0) { + this.nodeList = this.rh_pageData.comityOpRoleId.split(',') + } this.roleShowflag = true }, drawerCheck(data) { diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue index bde8597c7..d056e26d5 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue @@ -112,7 +112,7 @@ @@ -303,9 +303,11 @@ export default { }, /** 选择入会人员 */ - choiceRole(type,title,id) { + choiceRole() { this.nodeList = [] - this.nodeList.push(id) + if (this.ch_pageData.meetingInRoleId.length > 0) { + this.nodeList = this.ch_pageData.meetingInRoleId.split(',') + } this.roleShowflag = true }, drawerCheck(data) { diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue index 2c79ed7ac..bcb421fc3 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-1.vue @@ -119,7 +119,7 @@ width="260px" > - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +

{{ item.name }} + :key="item.id" @click.stop="clickButtonToUpload2(item.id)"> {{ item.name }} @@ -382,14 +382,13 @@ export default { } }, downloadFileByWater(attId, fileSuffix) { - let fileExtension = fileSuffix.substring(fileSuffix.lastIndexOf(".") + 1); - if (fileExtension !== "pdf" && fileExtension !== "PDF") { - this.$message.error("水印下载仅支持PDF,pdf格式文件"); + if (fileSuffix !== 'pdf' && fileSuffix !== 'PDF') { + this.$message.error('水印下载仅支持PDF,pdf格式文件') } else { - if (attId != null && attId !== "") { - window.location.href = "/api/att/attFile/downloadFileForSarWaterMark?fileId=" + attId; + if (attId != null && attId !== '') { + window.location.href = '/api/att/attFile/downloadFileForSarWaterMark?fileId=' + attId + '&userId=' + this.$store.getters.userInfo.userId } else { - this.$message.error("请选择要下载的文件"); + this.$message.error('请选择要下载的文件') } } }, diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue index 8dfd0b84c..7128517c9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue @@ -111,7 +111,7 @@ width="260px" >

{{ item.name }} + :key="item.id" @click.stop="clickButtonToUpload2(item.id)"> {{ item.name }} @@ -452,14 +452,13 @@ export default { } }, downloadFileByWater(attId, fileSuffix) { - let fileExtension = fileSuffix.substring(fileSuffix.lastIndexOf(".") + 1); - if (fileExtension !== "pdf" && fileExtension !== "PDF") { - this.$message.error("水印下载仅支持PDF,pdf格式文件"); + if (fileSuffix !== 'pdf' && fileSuffix !== 'PDF') { + this.$message.error('水印下载仅支持PDF,pdf格式文件') } else { - if (attId != null && attId !== "") { - window.location.href = "/api/att/attFile/downloadFileForSarWaterMark?fileId=" + attId; + if (attId != null && attId !== '') { + window.location.href = '/api/att/attFile/downloadFileForSarWaterMark?fileId=' + attId + '&userId=' + this.$store.getters.userInfo.userId } else { - this.$message.error("请选择要下载的文件"); + this.$message.error('请选择要下载的文件') } } }, @@ -468,6 +467,7 @@ export default { if(!this.commentText){ this.$message.warning('请填写审批意见') }else{ + this.isSubmit = true this.listForm.approvalOpinion = "1"; this.saveLoading = true this.listForm.commentText = this.commentText; @@ -484,6 +484,7 @@ export default { this.$router.push("/processCenter"); } this.saveLoading = false + this.isSubmit = false }); }/**/ }, diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue new file mode 100644 index 000000000..97c3b1122 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue @@ -0,0 +1,675 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue new file mode 100644 index 000000000..c80d45cdd --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formList.vue @@ -0,0 +1,418 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue new file mode 100644 index 000000000..fc1f6205e --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -0,0 +1,2765 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step10.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step10.vue new file mode 100644 index 000000000..56b62e5dc --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step10.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step11.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step11.vue new file mode 100644 index 000000000..00ce5e7d1 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step11.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step12.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step12.vue new file mode 100644 index 000000000..804c28069 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step12.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue new file mode 100644 index 000000000..0a16da727 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -0,0 +1,2613 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step14.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step14.vue new file mode 100644 index 000000000..8a1fbf833 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step14.vue @@ -0,0 +1,2613 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue new file mode 100644 index 000000000..707f8770b --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step2.vue @@ -0,0 +1,2514 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step3.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step3.vue new file mode 100644 index 000000000..19e362079 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step3.vue @@ -0,0 +1,2630 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step4.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step4.vue new file mode 100644 index 000000000..f73db12da --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step4.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue new file mode 100644 index 000000000..24b5c7ff7 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step5.vue @@ -0,0 +1,2562 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step6.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step6.vue new file mode 100644 index 000000000..5c93b1bb8 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step6.vue @@ -0,0 +1,2635 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step7.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step7.vue new file mode 100644 index 000000000..ed0546294 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step7.vue @@ -0,0 +1,2616 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step8.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step8.vue new file mode 100644 index 000000000..a7b591e0e --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step8.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step9.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step9.vue new file mode 100644 index 000000000..b4e677629 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step9.vue @@ -0,0 +1,2462 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC3.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC3.vue new file mode 100644 index 000000000..a8d12be8a --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC3.vue @@ -0,0 +1,2622 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC6.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC6.vue new file mode 100644 index 000000000..edcad9083 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepC6.vue @@ -0,0 +1,2635 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue new file mode 100644 index 000000000..0a465070e --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/stepDetail.vue @@ -0,0 +1,2413 @@ + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue index 051c89510..97c3b1122 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue @@ -634,7 +634,7 @@ export default { this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formList.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList.vue index 96436cb40..1e7c39d8f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList.vue @@ -253,6 +253,19 @@ + + + +

+ + {{value.name}} +
+
+ - - +
+ + +
@@ -292,6 +305,10 @@ export default { type: Array, required: true }, + summaryFileList: { + type: Array, + required: true + }, disabledState: { type: Boolean, default: false @@ -387,7 +404,7 @@ export default { this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index cc416a6fa..97879e923 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -543,12 +543,12 @@ - + -

标准法规部高级经理审核

+

标准法规部高级经理

- +
@@ -656,7 +656,7 @@ @@ -2631,7 +2631,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue index 9e20fee47..a36f16b39 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue @@ -25,6 +25,7 @@ :BZSMBUSSFileList = "BZSMBUSSFileList" :QTWJBUSSFileList = "QTWJBUSSFileList" :GLWJBUSSFileList = "GLWJBUSSFileList" + :summaryFileList = "summaryFileList" :disabledState = "disabledState" :verifySarStandard = "verifySarStandard" :opinionsShow = "true" @@ -270,7 +271,7 @@ @@ -664,6 +665,7 @@ LSBBBUSSFileList: [], QTWJBUSSFileList: [], GLWJBUSSFileList: [], + summaryFileList: [], caFileList: [], FBGBJBDFileList: [], xgdFileList: [], @@ -799,6 +801,8 @@ modelData:[], modelDataNameVerify:[], modelDataZrUserVerify:[], + summaryFile:'', + summaryFileName:'', // 基础信息 country:[], // 基础信息 @@ -2298,6 +2302,7 @@ this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); + this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName); } }).catch(e => { }) @@ -2348,7 +2353,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue index c0cde6008..7cf70dd8a 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue @@ -25,6 +25,7 @@ :BZSMBUSSFileList = "BZSMBUSSFileList" :QTWJBUSSFileList = "QTWJBUSSFileList" :GLWJBUSSFileList = "GLWJBUSSFileList" + :summaryFileList = "summaryFileList" :disabledState = "disabledState" :verifySarStandard = "verifySarStandard" :opinionsShow = "true" @@ -270,7 +271,7 @@ @@ -664,6 +665,7 @@ LSBBBUSSFileList: [], QTWJBUSSFileList: [], GLWJBUSSFileList: [], + summaryFileList: [], caFileList: [], FBGBJBDFileList: [], xgdFileList: [], @@ -799,6 +801,8 @@ modelData:[], modelDataNameVerify:[], modelDataZrUserVerify:[], + summaryFile:'', + summaryFileName:'', country:[], // 基础信息 standSort: '', @@ -2297,6 +2301,7 @@ this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); + this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName); } }).catch(e => { }) @@ -2347,7 +2352,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue index 3f616d7c9..a6518cd31 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue @@ -25,6 +25,7 @@ :BZSMBUSSFileList = "BZSMBUSSFileList" :QTWJBUSSFileList = "QTWJBUSSFileList" :GLWJBUSSFileList = "GLWJBUSSFileList" + :summaryFileList = "summaryFileList" :disabledState = "disabledState" :verifySarStandard = "verifySarStandard" :opinionsShow = "true" @@ -264,7 +265,7 @@ @@ -648,6 +649,7 @@ LSBBBUSSFileList: [], QTWJBUSSFileList: [], GLWJBUSSFileList: [], + summaryFileList: [], caFileList: [], FBGBJBDFileList: [], xgdFileList: [], @@ -783,6 +785,8 @@ modelData:[], modelDataNameVerify:[], modelDataZrUserVerify:[], + summaryFile:'', + summaryFileName:'', country:[], // 基础信息 standSort: '', @@ -2284,6 +2288,7 @@ this.LSBBBUSSFileList=this.assemble(processForm.LSBBBUSS,processForm.LSBBBUSSName); this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); + this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName); } }).catch(e => { }) @@ -2348,7 +2353,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue index e8f514c27..e982921b6 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue @@ -44,6 +44,7 @@ @@ -2406,7 +2407,7 @@ this.energyKindOptions = res.data.ENERGYTYPES this.standGeneraOptions = res.data.BUSSBIGCLASS this.standSubclassOptions = res.data.BUSSFINECLASS - this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态 this.standSystemOptions = res.data.TXLBBUSS // 标准体系 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue index a1868bfcd..9e3343ac1 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue @@ -39,11 +39,11 @@