|
@@ -156,44 +156,40 @@ const gridOptions: VxeGridProps<any> = {
|
|
|
|
|
|
|
|
columns: [
|
|
columns: [
|
|
|
{ title: '序号', type: 'seq', width: 50 },
|
|
{ title: '序号', type: 'seq', width: 50 },
|
|
|
- { title: '产品名称', field: 'productsname', sortable: true, width: 240 },
|
|
|
|
|
- { title: '产品型号', field: 'productsmodel', sortable: true, width: 220 },
|
|
|
|
|
- { title: '机具类型', field: 'productsjjlx', sortable: true, width: 120 },
|
|
|
|
|
|
|
+ { title: '产品名称', field: 'productsname', sortable: true },
|
|
|
|
|
+ { title: '产品型号', field: 'productsmodel', sortable: true },
|
|
|
|
|
+ { title: '机具类型', field: 'productsjjlx', sortable: true },
|
|
|
{
|
|
{
|
|
|
title: '产品类别',
|
|
title: '产品类别',
|
|
|
field: 'productscategory',
|
|
field: 'productscategory',
|
|
|
sortable: true,
|
|
sortable: true,
|
|
|
- width: 120,
|
|
|
|
|
},
|
|
},
|
|
|
- { title: '生产企业', field: 'scqyinfomc', sortable: true, width: 220 },
|
|
|
|
|
|
|
+ { title: '生产企业', field: 'scqyinfomc', sortable: true },
|
|
|
// { title: '产品sn号', field: 'productssn' },
|
|
// { title: '产品sn号', field: 'productssn' },
|
|
|
- // { title: '品目', field: 'productspm', sortable: true, width: 120 },
|
|
|
|
|
- // { title: '一级分类', field: 'productsfl1', sortable: true, width: 120 },
|
|
|
|
|
- // { title: '二级分类', field: 'productsfl2', sortable: true, width: 120 },
|
|
|
|
|
- // { title: '分档名称', field: 'productsfdmc', sortable: true, width: 120 },
|
|
|
|
|
- // { title: '分档编号', field: 'productsfdbh', sortable: true, width: 120 },
|
|
|
|
|
|
|
+ // { title: '品目', field: 'productspm', sortable: true },
|
|
|
|
|
+ // { title: '一级分类', field: 'productsfl1', sortable: true },
|
|
|
|
|
+ // { title: '二级分类', field: 'productsfl2', sortable: true },
|
|
|
|
|
+ // { title: '分档名称', field: 'productsfdmc', sortable: true },
|
|
|
|
|
+ // { title: '分档编号', field: 'productsfdbh', sortable: true },
|
|
|
{
|
|
{
|
|
|
title: '产品原价',
|
|
title: '产品原价',
|
|
|
field: 'productsprice',
|
|
field: 'productsprice',
|
|
|
formatter: formatMoney,
|
|
formatter: formatMoney,
|
|
|
sortable: true,
|
|
sortable: true,
|
|
|
- width: 120,
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '中央补贴金额',
|
|
title: '中央补贴金额',
|
|
|
field: 'productszybt',
|
|
field: 'productszybt',
|
|
|
formatter: formatMoney,
|
|
formatter: formatMoney,
|
|
|
sortable: true,
|
|
sortable: true,
|
|
|
- width: 120,
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: '特殊县中央补贴金额',
|
|
title: '特殊县中央补贴金额',
|
|
|
field: 'productstsxzybt',
|
|
field: 'productstsxzybt',
|
|
|
formatter: formatMoney,
|
|
formatter: formatMoney,
|
|
|
- width: 170,
|
|
|
|
|
sortable: true,
|
|
sortable: true,
|
|
|
},
|
|
},
|
|
|
- { title: '创建时间', field: 'productsdate', width: 180 },
|
|
|
|
|
|
|
+ { title: '创建时间', field: 'productsdate' },
|
|
|
{
|
|
{
|
|
|
title: '操作',
|
|
title: '操作',
|
|
|
field: 'action',
|
|
field: 'action',
|