Browse Source

内审管审从体系运行记录脱离

cfort 3 năm trước cách đây
mục cha
commit
a77340eaed

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/corresponding/index.js

@@ -15,8 +15,8 @@ export const listTypeData = {
     '747865515833163776':'jiuZheng',//不符合项与纠正措施
     '859878561996079104':'nengLiYanZheng',// 能力验证与实验室间比对
     '859879122875187200':'fengXianKongZhi', // 风险控制
-    '859879582994530304':'neiShen',//内审
-    '859879751135789056':'guangShen', //管审
+    // '859879582994530304':'neiShen',//内审
+    // '859879751135789056':'guangShen', //管审
     '1069221214599249920':'sheBeiWeiXiu',// 设备维修
     '1069221265669095424':'sheBeiBaoFei', // 设备报废
     '1022458306758705152':'sheBeiYanShou', // 设备验收

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/listType/guangShen.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <ibps-crud ref="crud" :style="{ marginLeft: width + 'px', minHeight: '550px' }" :height="height" :data="listData"
-      :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" :displayField="tableTitle"
+      :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" displayField="管理评审"
       :columns="listConfig.columns" :row-handle="listConfig.rowHandle" :pagination="pagination" :loading="loading"
       :index-row="false" :selection-row="selection" @action-event="handleAction" @sort-change="handleSortChange"
       @column-link-click="handleLinkClick" @pagination-change="handlePaginationChange">
@@ -153,7 +153,7 @@ export default {
   mixins: [FixHeight, getCont, GetReport],
   data() {
     return {
-      width: 200,
+      width: 0,
       dialogFormVisible: false, // 弹窗
       instanceId: '', // 编辑dialog需要使用
       pkKey: 'id', // 主键  如果主键不是pk需要传主键

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/listType/neiShen.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <ibps-crud ref="crud" :style="{ marginLeft: width + 'px', minHeight: '550px' }" :height="height" :data="listData"
-      :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" :displayField="tableTitle"
+      :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" displayField="内部审核"
       :columns="listConfig.columns" :row-handle="listConfig.rowHandle" :pagination="pagination" :loading="loading"
       :index-row="false" :selection-row="selection" @action-event="handleAction" @sort-change="handleSortChange"
       @column-link-click="handleLinkClick" @pagination-change="handlePaginationChange">
@@ -156,7 +156,7 @@ export default {
   mixins: [FixHeight, getCont, GetReport],
   data() {
     return {
-      width: 200,
+      width: 0,
       dialogFormVisible: false, // 弹窗
       instanceId: '', // 编辑dialog需要使用
       pkKey: 'id', // 主键  如果主键不是pk需要传主键

+ 4 - 4
src/views/platform/bpmn/bpmInstHis/typeIndex.vue

@@ -11,8 +11,8 @@
 
 <script>
   /* 共同调用类, 统一调用。*/
-import guangShen from './listType/guangShen'
-import neiShen from './listType/neiShen'
+// import guangShen from './listType/guangShen'
+// import neiShen from './listType/neiShen'
 import gongZheng from './listType/gongZheng.vue'
 import peiXun from './listType/peiXun.vue'
 import jianDu from './listType/JianDu.vue'
@@ -34,8 +34,8 @@ import sheBeiBaoFei from './listType/sheBeiBaoFei.vue'
 import sheBeiYanShou from './listType/sheBeiYanShou.vue'
 export default {
   components: {
-    guangShen,
-    neiShen,
+    // guangShen,
+    // neiShen,
     ceLiang,
     gongZheng,
     jiuZheng,