@@ -282,6 +283,8 @@ export default {
},
data() {
return {
+ tableIndex: 0,
+ itemLists: [],
foldFormFlag: false,
total: 0,
currentPage: 1,
@@ -314,6 +317,16 @@ export default {
};
},
methods: {
+ tableLoading () {
+ this.tableIndex++
+ let index = this.tableIndex * 20
+ let endIndex = index + 20
+ if (this.tableIndex * 20 > this.itemLists.length) {
+ this.$message.warning('没有更多了')
+ }
+ let newData = this.itemLists.slice(index, endIndex)
+ this.itemList = this.itemList.concat(newData)
+ },
//折叠/展开基础信息方法
foldForm() {
this.foldFormFlag = !this.foldFormFlag
diff --git a/src/pages/processCenter/pages/phone/xmpg2/step8.vue b/src/pages/processCenter/pages/phone/xmpg2/step8.vue
new file mode 100644
index 000000000..23749e457
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/xmpg2/step8.vue
@@ -0,0 +1,595 @@
+
+
+
+ 项目合规评估流程
+ 分发负责人审批
+
+
+
+
+
+
+ 基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 隐藏基础信息
+ 展开基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 填写信息
+
+
+
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+
+
+
+
+ {{ scope.row.xCXSSRQ ? $moment(scope.row.xCXSSRQ).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.zCCSSRQ ? $moment(scope.row.zCCSSRQ).format('YYYY-MM-DD') : '' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.completionTime ? $moment(scope.row.completionTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+
+
+
加载更多...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
+
+
+
+
+ {{ scope.row.commentText }}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/xmpg2/step9.vue b/src/pages/processCenter/pages/phone/xmpg2/step9.vue
new file mode 100644
index 000000000..02ce9a886
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/xmpg2/step9.vue
@@ -0,0 +1,595 @@
+
+
+
+ 项目合规评估流程
+ 分发负责人审批
+
+
+
+
+
+
+ 基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 隐藏基础信息
+ 展开基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 填写信息
+
+
+
+
+ {{ scope.row.standSort }} {{ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSort }}
+ {{ scope.row.standNumber }}
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+
+
+
+
+ {{ scope.row.xCXSSRQ ? $moment(scope.row.xCXSSRQ).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.zCCSSRQ ? $moment(scope.row.zCCSSRQ).format('YYYY-MM-DD') : '' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.completionTime ? $moment(scope.row.completionTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+
+
+
加载更多...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
+
+
+
+
+ {{ scope.row.commentText }}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 3b9e1ac17..2b3dfee14 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2110,6 +2110,56 @@ const routes = [
title: '项目合规评估流程'
}
},
+ {
+ path: '/phoneXmpg2Step8',
+ name: 'phoneXmpg2Step8',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step8.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
+ {
+ path: '/phoneXmpg2Step9',
+ name: 'phoneXmpg2Step9',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step9.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
+ {
+ path: '/phoneXmpg2Step10',
+ name: 'phoneXmpg2Step10',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step10.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
+ {
+ path: '/phoneXmpg2Step11',
+ name: 'phoneXmpg2Step11',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step11.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
+ {
+ path: '/phoneXmpg2Step12',
+ name: 'phoneXmpg2Step12',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step12.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
{
path: '/phoneXmqdqrStep5',
name: 'phoneXmqdqrStep5',