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