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

add transform in dbrk

parent b14090c1
...@@ -63,22 +63,28 @@ ...@@ -63,22 +63,28 @@
{ {
title: "事务类型", title: "事务类型",
field: "swlxid", field: "swlxid",
width: 140 width: 140,
}, "transform": {
{ "url": "wms/rkgl/dbrk/init/swlx",
title: "单据来源", "label": "name",
field: "djly", "value": "id"
width: 140 }
}, },
{ {
title: "状态", title: "状态",
field: "zt", field: "zt",
width: 140 width: 140,
"transform": {
"url": "wms/rkgl/dbrk/init/zt",
"label": "name",
"value": "id"
}
}, },
{ {
title: "单据来源", title: "单据来源",
field: "djly", field: "djly",
width: 140, width: 140,
"transform": { "transform": {
"url": "wms/rkgl/dbrk/init/djly", "url": "wms/rkgl/dbrk/init/djly",
"label": "name", "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