|
|
@@ -156,7 +156,7 @@
|
|
|
} from '@/api/saleOrder';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
import { debounce } from 'lodash';
|
|
|
- import { Alert } from 'element-ui';
|
|
|
+
|
|
|
import tabMixins from '@/mixins/tableColumnsMixin';
|
|
|
|
|
|
export default {
|
|
|
@@ -176,7 +176,7 @@
|
|
|
loading: false,
|
|
|
activeName: 'first',
|
|
|
selection: [],
|
|
|
-
|
|
|
+ tabMixinsInit:false,
|
|
|
columns: [],
|
|
|
cacheKeyUrl: 'c32a9c7d-aps-saleOrder-index',
|
|
|
columnsVersion: 1,
|
|
|
@@ -410,14 +410,14 @@
|
|
|
minWidth: 110,
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'workOrderType',
|
|
|
- label: '订单类型',
|
|
|
- slot: 'workOrderType',
|
|
|
- align: 'center',
|
|
|
- minWidth: 110,
|
|
|
- showOverflowTooltip: true
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'workOrderType',
|
|
|
+ // label: '订单类型',
|
|
|
+ // slot: 'workOrderType',
|
|
|
+ // align: 'center',
|
|
|
+ // minWidth: 110,
|
|
|
+ // showOverflowTooltip: true
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
prop: 'productSumWeight',
|
|
|
@@ -683,9 +683,7 @@
|
|
|
showOverflowTooltip: true
|
|
|
};
|
|
|
});
|
|
|
- // console.log(this._newColumns, 'newRes');
|
|
|
this.columns = [...this.columns, ...newRes, ...privateColumn];
|
|
|
- // console.log(this.newColumns, 'productCode')
|
|
|
this.getTabColumns();
|
|
|
// this.$forceUpdate();
|
|
|
});
|