@@ -273,7 +275,9 @@ export default {
commentText: "",
comName: "merge",
qbfsForm: {},
+ formLoading: false,
approvalFlag: false,
+ showFlag: true,
taskId: '',
bpnId: '',
drawerTitle: "",
@@ -316,8 +320,8 @@ export default {
if(this.taskId){
this.approvalFlag = true
this.processTable()
+ this.getData();
}
- this.getData();
},
methods: {
processTable() {
@@ -344,6 +348,8 @@ export default {
});
},
getData() {
+ this.formLoading = true
+ this.showFlag = false
return new Promise((resolve, reject) => {
inboundLiaisonDetail({
taskIds: this.$route.query.taskIds,
@@ -362,7 +368,25 @@ export default {
*/
getFormFieldList(item) {
this.$nextTick(() => {
+ switch (item.type){
+ case '1':
+ this.comName = "merge"
+ break
+ case '2':
+ this.comName = "delay"
+ break
+ case '3':
+ this.comName = "cancel"
+ break
+ case '4':
+ this.comName = "rename"
+ break
+ case '5':
+ this.comName = "establish"
+ break
+ }
this.qbfsForm = item;
+ this.formLoading = false;
this.roleForm.dockUser = item.dockUser;
this.roleForm.dockUserName = item.dockUserName;
this.roleForm.countersigner = item.countersigner;
@@ -446,6 +470,7 @@ export default {
if (valid) {
this.isSubmit = true;
var json = Object.assign(qbzxdFrom, this.roleForm);
+ console.log(json);
this.$http.get("lawss/activiti/startProcess", { type: "25" }, {
_this: this
}, res => {
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step2.vue
index e479a69a8..0026498a8 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step2.vue
@@ -39,21 +39,21 @@
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step3.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step3.vue
index 57e57c3f0..de246c9d1 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step3.vue
@@ -36,24 +36,24 @@
-
+
-
+
-
+
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step4.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step4.vue
index 7fd695344..af33fe90f 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step4.vue
@@ -36,24 +36,24 @@
-
+
-
+
-
+
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue
index 903dbd509..cd20356b2 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue
@@ -36,24 +36,24 @@
-
+
-
+
-
+
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
index dee7151d1..ab065ceaf 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
@@ -124,7 +124,8 @@ export default {
@import '~@/assets/styles/mixins';
#accessStandardsAndRegulations {
- height: 100%;
+ //min-height: calc(100% - 20px);
+ height: inherit;
padding: 0 10px;
background: #fff;
display: flex;
@@ -147,7 +148,7 @@ export default {
flex-direction: column;
.el-tab-pane {
- height: 100%;
+ height: 10px;
flex: auto;
display: flex;
flex-direction: column;
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
index 49b0ddd9d..5f82860d2 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
@@ -67,95 +67,97 @@
数据获取中
-
+
-
-
-
-
-
-
- {{ scope.row.detailedListName }}
-
-
-
-
- 未发布
- 已发布
- 审核中
-
-
-
-
+
+
+
+
+
+
+ {{ scope.row.detailedListName }}
+
+
+
+
+ 未发布
+ 已发布
+ 审核中
+
+
+
+
{{
scope.row.detailedListVision
}}
-
-
-
-
- {{
- scope.row.updateTime ? $moment(scope.row.updateTime).format("YYYY-MM-DD") : scope.row.updateTime
- }}
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
-
+
+
+
+
+ {{
+ scope.row.updateTime ? $moment(scope.row.updateTime).format("YYYY-MM-DD") : scope.row.updateTime
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
数据获取中
@@ -394,9 +396,11 @@ export default {
@import '~@/assets/styles/mixins';
#listOfCountries {
- height: 100%;
+ //height: 100%;
display: flex;
flex-direction: column;
+ min-height: calc(100% - 100px);
+ overflow-y: auto;
.container {
display: flex;
@@ -404,10 +408,14 @@ export default {
position: relative;
flex: auto;
width: 100%;
- height: calc(100% - 110px) !important;
+ //height: calc(100% - 110px) !important;
+ height: calc(~'100% - 30px');
+ .table_info {
+ height: calc(70vh - 90px);
+ }
.pagination {
- position: static;
+ position: inherit;
/deep/ .pagination-slot {
padding: 0;
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
index 3faec3093..26a325bda 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
@@ -58,98 +58,100 @@