From 7fd72c2d3179fa7d67dd39d0ad396d0210f3d828 Mon Sep 17 00:00:00 2001 From: zhangjun <879913833@qq.com> Date: Thu, 8 Sep 2022 17:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=EF=BC=8C=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=88=86=E8=A7=A3=E5=8D=95=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E5=B8=A6=E5=87=BA=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzpg/step1.vue | 76 ++++++++++++------- .../pages/details.vue | 2 +- 2 files changed, 51 insertions(+), 27 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue index cc3542e38..3e1aac1f8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -554,7 +554,31 @@ export default { standNumber: "" }, taskIds: this.$route.query.taskIds, - decomposeOptions: [], //分解单数据 + decomposeOptions: [{ + value: "CA", + label: "草稿", + item: "CA" + }, + { + value: "ZQYJG", + label: "征求意见稿", + item: "ZQYJG" + }, + { + value: "BPG", + label: "报批稿", + item: "BPG" + }, + { + value: "SSG", + label: "送审稿", + item: "SSG" + }, + { + value: "FBGBJBD", + label: "发布稿(必读)", + item: "FBGBJBD" + }], //分解单数据 standardTypeOptions: [ { value: "INLAND", @@ -728,11 +752,11 @@ export default { this.roleForm.ministerUserName = item.form.ministerUserName this.submitFlag = '修改节点' this.dataList.distributePerson = this.listForm.dataList[0].distributePerson - this.$http.get("SarStandItems/sar-stand-items/getFileType", { - standId: item.standId - }, {}, res => { - this.decomposeOptions = res.data; - }); + // this.$http.get("SarStandItems/sar-stand-items/getFileType", { + // standId: item.standId + // }, {}, res => { + // this.decomposeOptions = res.data; + // }); }else{ this.hisListForm = JSON.parse(JSON.stringify(item)) this.listForm = JSON.parse(JSON.stringify(item)) @@ -751,11 +775,11 @@ export default { this.qualityEngineer = item.qualityEngineer this.submitFlag = '修改节点' this.dataList.distributePerson = this.listForm.dataList[0].distributePerson - this.$http.get("SarStandItems/sar-stand-items/getFileType", { - standId: item.standId - }, {}, res => { - this.decomposeOptions = res.data; - }); + // this.$http.get("SarStandItems/sar-stand-items/getFileType", { + // standId: item.standId + // }, {}, res => { + // this.decomposeOptions = res.data; + // }); } }) }, @@ -1110,11 +1134,11 @@ export default { this.listForm.XCXSSRQ = this.selectedList[0].xcxssrqgj; this.listForm.ZCCSSRQ = this.selectedList[0].zccssrqgj; this.listForm.id = this.selectedList[0].id; - this.$http.get("SarStandItems/sar-stand-items/getFileType", { - standId: this.selectedList[0].id - }, {}, res => { - this.decomposeOptions = res.data; - }); + // this.$http.get("SarStandItems/sar-stand-items/getFileType", { + // standId: this.selectedList[0].id + // }, {}, res => { + // this.decomposeOptions = res.data; + // }); this.ListModel = false; } else if (this.selectedList.length > 1) { this.$message.warning("您只能选择一条数据进行带入"); @@ -1254,21 +1278,21 @@ export default { this.dataList = mes.form.dataList; this.roleForm = mes.roleForm this.commentText = mes.commentText - this.$http.get("SarStandItems/sar-stand-items/getFileType", { - standId: mes.form.standId - }, {}, res => { - this.decomposeOptions = res.data; - }); + // this.$http.get("SarStandItems/sar-stand-items/getFileType", { + // standId: mes.form.standId + // }, {}, res => { + // this.decomposeOptions = res.data; + // }); }else{ this.listForm = mes.json.form; this.dataList = mes.json.form.dataList this.roleForm = mes.json.roleForm; this.commentText = mes.json.commentText; - this.$http.get("SarStandItems/sar-stand-items/getFileType", { - standId: mes.json.form.standId - }, {}, res => { - this.decomposeOptions = res.data; - }); + // this.$http.get("SarStandItems/sar-stand-items/getFileType", { + // standId: mes.json.form.standId + // }, {}, res => { + // this.decomposeOptions = res.data; + // }); } }); }, diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index 30aff555b..29b43fe7a 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -144,7 +144,7 @@
符合
不符合
-
不涉及
+
不涉及