修改物料视图显示

master
leo 3 years ago
parent c02eebb000
commit 16db24ca05

@ -90,7 +90,7 @@
{
title: "ID",
key: "FID",
width: "80px",
width: "60px",
align: 'center',
hide: false
},
@ -104,7 +104,7 @@
{
title: "物料号",
key: "FMaterialCode",
width: "160px",
width: "120px",
align: 'center',
hide: false
},
@ -118,6 +118,12 @@
{
title: "产品分类",
key: "FMaterialTypeName",
width: "140px",
align: 'center'
},
{
title: "模式",
key: "FCreateFactoryName",
width: "200px",
align: 'center'
},
@ -130,7 +136,7 @@
{
title: "发起人",
key: "FAddUserName",
width: "160px",
width: "120px",
align: 'center'
},
{

@ -358,7 +358,7 @@ export default {
})
}
if (this.freezingColumnSetting && this.freezingColumnSetting.length > 0) {
if (this.freezingColumnSetting && this.freezingColumnSetting.length > 0 && this.dataInfoObj.FCanEdit != 2) {
this.dataColumn = ref([]);
this.setFreezingColumns();
}

Loading…
Cancel
Save