+
+
+ 企标废止流程
+ 标准法规部部长审核
+
+
+
+ 基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ foldFormFlag ? "隐藏基础信息" : "展开基础信息" }}
+
+
+ 审核信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+
+
+
+
+ {{ scope.row.commentText }}
+
+
+
+
+ {{ scope.row.endTime ? "已完成" : "未完成" }}
+
+
+
+ 流程列表加载中
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue
index 3df3dc672..dc828cc1e 100644
--- a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue
@@ -30,7 +30,8 @@
@@ -38,6 +39,7 @@
v-model="standardSearch.standName"
placeholder="请输入中文名称"
clearable
+ readonly
>
@@ -225,7 +227,7 @@
type="primary"
class="common-button-primary"
size="small"
- @click="getStandDataBtn">
+ @click="getStandDataBtns">
查询
@@ -243,7 +245,7 @@
tooltip-effect="dark"
style="width: 100%"
border
- height="100%"
+ class="table-height"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="selectListChange"
@@ -498,6 +500,20 @@ export default {
this.getStandDataBtn()
this.ListModel = true;
},
+ getStandDataBtns(){
+ this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{
+ standCode: this.standardSearch.standCode,
+ standName: this.standardSearch.standName,
+ page: 1,
+ pageSize: this.pageSize,
+ }, {
+ _this: this,
+ }, res => {
+ this.page = 1
+ this.standinfoList = res.data.list
+ this.total = res.data.count
+ })
+ },
//企业标准查询
getStandDataBtn(){
this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage',{
@@ -515,6 +531,7 @@ export default {
},
//企业标准清空
clearSearch(){
+ this.page = 1
this.standardSearch = {
standCode: '',
standName: ''
@@ -857,7 +874,16 @@ export default {
width: 210px;
}
}
-
+ .table-height{
+ height: calc(~'100% - 65px');
+ overflow: auto;
+ }
+ .el-table::before {
+ content: '';
+ position: absolute;
+ background-color: #EBEEF5;
+ z-index: 0;
+ }
.demo-drawer-content {
margin-top: 10px;
}
diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue
index 6b17384ce..791ce3969 100644
--- a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue
@@ -144,7 +144,7 @@