|
|
@@ -182,6 +182,8 @@
|
|
|
:datasource="datasource"
|
|
|
@cell-click="cellClick"
|
|
|
v-loading="loading"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
+ @columns-change="handleColumnChange"
|
|
|
>
|
|
|
<template v-slot:selection="{ row }">
|
|
|
<el-radio class="radio" v-model="currentRow.id" :label="row.id"
|
|
|
@@ -326,7 +328,7 @@
|
|
|
import printStockEnter from './components/printStockEnter.vue';
|
|
|
import printTemplateTr from './components/print-template-tr.vue';
|
|
|
import printStockEnterHt from './components/printStockEnterHt.vue';
|
|
|
-
|
|
|
+ import tabMixins from '@/mixins/tableColumnsMixin';
|
|
|
import {
|
|
|
warehousingType,
|
|
|
sceneState,
|
|
|
@@ -335,9 +337,11 @@
|
|
|
} from '@/utils/dict/index';
|
|
|
import { enterprisePage } from '@/api/bpm/index.js';
|
|
|
export default {
|
|
|
+ mixins: [tabMixins],
|
|
|
components: { printQRCode, printStockEnter, printTemplateTr, printStockEnterHt },
|
|
|
data() {
|
|
|
return {
|
|
|
+ cacheKeyUrl: '202606011119-wms-stockManagement-index',
|
|
|
auditStatus,
|
|
|
selection: [],
|
|
|
warehousingType,
|