Browse Source

优化运单审核查询

dev-xx
qb 4 months ago
parent
commit
48e5b247d9
  1. 2
      src/option/finance/WaybillAudit.js
  2. 4
      src/views/finance/WaybillAudit.vue

2
src/option/finance/WaybillAudit.js

@ -778,7 +778,7 @@ export const columnList = [
{
prop: 'checkStatusName',
label: '审核状态',
type: 3,
type: 1,
values: '',
width: '150',
checkarr: [

4
src/views/finance/WaybillAudit.vue

@ -2,7 +2,7 @@
<basic-container v-loading="details.loadingObj.pageLoading">
<div class="avue-crud">
<!-- 搜索模块 -->
<div v-h5uShow="!search">
<div v-h5uShow="search">
<!-- 查询模块 -->
<el-form :inline="true" :model="query" class="header_search">
<!-- 收货单位 -->
@ -329,6 +329,8 @@ const { search, query, shortcuts, selectionList, drawerShow, page } = toRefs(det
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList']));
console.log('permission :>> ', permission);
details.query.checkStatus = 0;
/** 请求页面数据 */
const onLoad = async () => {
try {

Loading…
Cancel
Save