diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
index 1fad32ba3..21f701beb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue
@@ -936,6 +936,7 @@ export default {
};
this.getStandData();
},
+ //查询项目下的标准
getStandData() {
this.$http.get("sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage", {
standType: this.standardSearch.standType,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
index 725892839..050aaba49 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step1.vue
@@ -452,6 +452,7 @@ export default {
_this: this
}, res => {
this.listForm.dataList = res.data.records;
+
this.dataList = res.data.records;
let ids = [];
this.dataList.forEach(item => {
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
index 5d7b5b78f..dc5411ced 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step10.vue
@@ -63,6 +63,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
index 08c35a775..d94aab4b9 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step11.vue
@@ -63,6 +63,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
index 775521076..246dab1e3 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step12.vue
@@ -63,6 +63,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
index 13c6cd453..af4c565bd 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step3.vue
@@ -67,8 +67,15 @@
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
});
},
+ // 点击查看
+ handlePreview(item) {
+ console.log(item)
+ let routeUrl = this.$router.resolve({
+ name: "OtherStandardDetails",
+ params: {
+ id: item.standId,
+ pageType: "INLAND_STAND"
+ }
+ });
+ window.open(routeUrl.href, "_blank");
+ },
+ //查询项目下的标准
+ getStandData() {
+ this.$http.get("sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage", {
+ standType: this.standardSearch.standType,
+ standNumber: this.standardSearch.standNumber,
+ page: this.pageNo,
+ pageSize: this.pageSizeNo
+ }, {
+ _this: this
+ }, res => {
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
//tab改变
handleTabs(type) {
this.active = type;
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
index 95cf42fe0..808d861a7 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue
@@ -64,8 +64,15 @@
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step5.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step5.vue
index c920a368e..f192017ae 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step5.vue
@@ -65,8 +65,15 @@
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
index 571089bfc..7b034e7d7 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step6.vue
@@ -64,6 +64,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
index 6e2987607..be6930e03 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue
@@ -63,6 +63,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step8.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step8.vue
index 76691bd6c..58a19121c 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step8.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step8.vue
@@ -58,11 +58,18 @@
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
index 97e7b0ffa..358573f9d 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step9.vue
@@ -63,6 +63,13 @@
fixed="left"
align="center"
>
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
{
+ this.standardData = res.data.list;
+ this.standardData.forEach(item => {
+ if(item.attrInfoMap === null){
+ this.$set(item, "ZCCSSRQ", '');
+ this.$set(item, "XCXSSRQ", '');
+ }else{
+ this.$set(item, "ZCCSSRQ", item.attrInfoMap.ZCCSSRQ);
+ this.$set(item, "XCXSSRQ", item.attrInfoMap.XCXSSRQ);
+ }
+ })
+ this.totalNo = res.data.count;
+ }, e => {
+ });
+ },
processTable() {
this.$http.get("lawss/activiti/get_list_by_instance", {
prcNum: this.$route.query.prcNum,