Commit 448574d8 authored by 李苏's avatar 李苏 💬

add transform in dbrk

parent b14090c1
......@@ -63,22 +63,28 @@
{
title: "事务类型",
field: "swlxid",
width: 140
},
{
title: "单据来源",
field: "djly",
width: 140
width: 140,
"transform": {
"url": "wms/rkgl/dbrk/init/swlx",
"label": "name",
"value": "id"
}
},
{
title: "状态",
field: "zt",
width: 140
width: 140,
"transform": {
"url": "wms/rkgl/dbrk/init/zt",
"label": "name",
"value": "id"
}
},
{
title: "单据来源",
field: "djly",
width: 140,
title: "单据来源",
field: "djly",
width: 140,
"transform": {
"url": "wms/rkgl/dbrk/init/djly",
"label": "name",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment