Browse Source

fix:[试验管理]填报表单,稽查轨迹

lkf
15881625488@163.com 3 months ago
parent
commit
826473b1e0
3 changed files with 18 additions and 18 deletions
  1. +6
    -6
      src/views/business/study/comp/jhbd/Xq.vue
  2. +6
    -6
      src/views/business/study/comp/sqbd/Xq.vue
  3. +6
    -6
      src/views/business/study/comp/tbbd/Xq.vue

+ 6
- 6
src/views/business/study/comp/jhbd/Xq.vue View File

@ -43,18 +43,18 @@
:show-overflow-tooltip="true" /> :show-overflow-tooltip="true" />
</el-table> </el-table>
</div> </div>
<div class="pal">
<!-- <div class="pal">
<pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum" <pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum"
:limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" /> :limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" />
</div>
</div> -->
<div class="content-title"> <div class="content-title">
<div class="line"></div> <div class="line"></div>
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.jcgj') }}</div> <div class="subtitle"> {{ $t('page.business.study.studyFormPlan.jcgj') }}</div>
</div> </div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> <JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<!--
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" <pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" /> -->
</div> </div>
</div> </div>
@ -80,7 +80,7 @@ export default {
queryParamsQmxx: { queryParamsQmxx: {
formId: null, formId: null,
pageNum: 1, pageNum: 1,
pageSize: 10
pageSize: 9999
}, },
open: false, open: false,
showIndex: 1, showIndex: 1,
@ -103,7 +103,7 @@ export default {
queryParamsJcgj: { queryParamsJcgj: {
pageNum: 1, pageNum: 1,
formId: null, formId: null,
pageSize: 10,
pageSize: 9999,
} }
} }
}, },

+ 6
- 6
src/views/business/study/comp/sqbd/Xq.vue View File

@ -45,18 +45,18 @@
:show-overflow-tooltip="true" /> :show-overflow-tooltip="true" />
</el-table> </el-table>
</div> </div>
<div class="pal">
<!-- <div class="pal">
<pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum" <pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum"
:limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" /> :limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" />
</div>
</div> -->
<div class="content-title"> <div class="content-title">
<div class="line"></div> <div class="line"></div>
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.jcgj') }}</div> <div class="subtitle"> {{ $t('page.business.study.studyFormApply.jcgj') }}</div>
</div> </div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> <JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
<!-- <pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" /> -->
</div> </div>
</div> </div>
@ -141,7 +141,7 @@ export default {
queryParamsQmxx: { queryParamsQmxx: {
formId: null, formId: null,
pageNum: 1, pageNum: 1,
pageSize: 10
pageSize: 9999
}, },
open: false, open: false,
showIndex: 1, showIndex: 1,
@ -164,7 +164,7 @@ export default {
queryParamsJcgj: { queryParamsJcgj: {
pageNum: 1, pageNum: 1,
formId: null, formId: null,
pageSize: 10,
pageSize: 9999,
} }
} }
}, },

+ 6
- 6
src/views/business/study/comp/tbbd/Xq.vue View File

@ -45,18 +45,18 @@
:show-overflow-tooltip="true" /> :show-overflow-tooltip="true" />
</el-table> </el-table>
</div> </div>
<div class="pal">
<!-- <div class="pal">
<pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum" <pagination v-show="totalQmxx > 0" :total="totalQmxx" :page.sync="queryParamsQmxx.pageNum"
:limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" /> :limit.sync="queryParamsQmxx.pageSize" @pagination="getQmxxList" />
</div>
</div> -->
<div class="content-title"> <div class="content-title">
<div class="line"></div> <div class="line"></div>
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div> <div class="subtitle"> {{ $t('page.business.study.studyFormFill.jcgj') }}</div>
</div> </div>
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> <JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" />
<!--
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" <pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal"
@pagination="getJjcgjList" />
@pagination="getJjcgjList" /> -->
</div> </div>
</div> </div>
@ -141,7 +141,7 @@ export default {
queryParamsQmxx: { queryParamsQmxx: {
formId: null, formId: null,
pageNum: 1, pageNum: 1,
pageSize: 10
pageSize: 9999
}, },
open: false, open: false,
showIndex: 1, showIndex: 1,
@ -164,7 +164,7 @@ export default {
queryParamsJcgj: { queryParamsJcgj: {
pageNum: 1, pageNum: 1,
formId: null, formId: null,
pageSize: 10,
pageSize: 9999,
} }
} }
}, },

Loading…
Cancel
Save