|
|
@@ -1046,7 +1046,8 @@
|
|
|
pickingPageNum: 1, // 包装虚拟分页页数
|
|
|
materielPageNum: 1, // 物料虚拟分页页数
|
|
|
packingSpecificationOption: [], // 包装规格下拉
|
|
|
- isPrice: 1
|
|
|
+ isPrice: 1,
|
|
|
+ columnsVersion: 1
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
@@ -1055,6 +1056,8 @@
|
|
|
return this.$store.state.user.info.clientEnvironmentId;
|
|
|
},
|
|
|
columns() {
|
|
|
+ // 当columnsVersion变化时会重新计算
|
|
|
+ const version = this.columnsVersion;
|
|
|
return [
|
|
|
{
|
|
|
label: '序号',
|
|
|
@@ -1240,6 +1243,7 @@
|
|
|
{
|
|
|
label: '供应商代号',
|
|
|
slot: 'supplierCode',
|
|
|
+ prop: 'supplierCode',
|
|
|
showOverflowTooltip: true,
|
|
|
width: 100,
|
|
|
align: 'center'
|