优化单据展示界面,控制列的动态展示

This commit is contained in:
神话
2022-04-30 11:58:47 +08:00
parent cbee61794c
commit 4fe6041ee0
2 changed files with 38 additions and 12 deletions

View File

@@ -101,14 +101,14 @@
},
categoryTree:[],
columns: [
{dataIndex: 'mBarCode', title: '条码', width: 100, align: 'left'},
{dataIndex: 'mBarCode', title: '条码', width: 100, align: 'left', ellipsis:true},
{dataIndex: 'name', title: '名称', width: 120, ellipsis:true},
{dataIndex: 'categoryName', title: '类别', width: 80},
{dataIndex: 'standard', title: '规格', width: 80},
{dataIndex: 'model', title: '型号', width: 80},
{dataIndex: 'color', title: '颜色', width: 80},
{dataIndex: 'categoryName', title: '类别', width: 80, ellipsis:true},
{dataIndex: 'standard', title: '规格', width: 80, ellipsis:true},
{dataIndex: 'model', title: '型号', width: 80, ellipsis:true},
{dataIndex: 'color', title: '颜色', width: 80, ellipsis:true},
{dataIndex: 'unit', title: '单位', width: 70, ellipsis:true},
{dataIndex: 'sku', title: '多属性', width: 80},
{dataIndex: 'sku', title: '多属性', width: 80, ellipsis:true},
{dataIndex: 'stock', title: '库存', width: 60},
{dataIndex: 'expand', title: '扩展信息', width: 80, ellipsis:true},
{dataIndex: 'enableSerialNumber', title: '序列号', width: 60, align: "center",