修改采购单列表字段
This commit is contained in:
parent
8358acd1c5
commit
f4e542eaeb
|
|
@ -39,11 +39,11 @@ export const columns: BasicColumn[] = [
|
|||
align: "center",
|
||||
dataIndex: 'gysLxrdh'
|
||||
},
|
||||
{
|
||||
title: '付款方式',
|
||||
align: "center",
|
||||
dataIndex: 'gysFkfs_dictText'
|
||||
},
|
||||
// {
|
||||
// title: '付款方式',
|
||||
// align: "center",
|
||||
// dataIndex: 'gysFkfs_dictText'
|
||||
// },
|
||||
{
|
||||
title: '状态',
|
||||
align: "center",
|
||||
|
|
@ -54,16 +54,16 @@ export const columns: BasicColumn[] = [
|
|||
align: "center",
|
||||
dataIndex: 'cgdType_dictText'
|
||||
},
|
||||
{
|
||||
title: '审核人',
|
||||
align: "center",
|
||||
dataIndex: 'reviewedBy'
|
||||
},
|
||||
{
|
||||
title: '审核时间',
|
||||
align: "center",
|
||||
dataIndex: 'reviewedTime'
|
||||
},
|
||||
// {
|
||||
// title: '审核人',
|
||||
// align: "center",
|
||||
// dataIndex: 'reviewedBy'
|
||||
// },
|
||||
// {
|
||||
// title: '审核时间',
|
||||
// align: "center",
|
||||
// dataIndex: 'reviewedTime'
|
||||
// },
|
||||
];
|
||||
|
||||
// 高级查询数据
|
||||
|
|
|
|||
|
|
@ -200,18 +200,18 @@
|
|||
*/
|
||||
function getTableAction(record) {
|
||||
return [
|
||||
{
|
||||
label: '审核',
|
||||
onClick: handleEdit.bind(null, record),
|
||||
auth: 'cgd:nu_invoicing_cgd_main:edit',
|
||||
ifShow: record.status == '0'
|
||||
},
|
||||
{
|
||||
label: '入库',
|
||||
onClick: handleRkd.bind(null, record),
|
||||
auth: 'cgd:nu_invoicing_cgd_main:edit',
|
||||
ifShow: record.status == '1'
|
||||
},
|
||||
// {
|
||||
// label: '审核',
|
||||
// onClick: handleEdit.bind(null, record),
|
||||
// auth: 'cgd:nu_invoicing_cgd_main:edit',
|
||||
// ifShow: record.status == '0'
|
||||
// },
|
||||
// {
|
||||
// label: '入库',
|
||||
// onClick: handleRkd.bind(null, record),
|
||||
// auth: 'cgd:nu_invoicing_cgd_main:edit',
|
||||
// ifShow: record.status == '1'
|
||||
// },
|
||||
{
|
||||
label: '详情',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
|
|
|
|||
Loading…
Reference in New Issue