Commit b178af51 authored by huangyy's avatar huangyy

bugfix:来源单号用lydjid来展示

parent 79fe5390
...@@ -93,13 +93,18 @@ ...@@ -93,13 +93,18 @@
"value": "id" "value": "id"
} }
}, },
// {
// title: "来源单号",
// field: "lydid",
// width: 200,
// formatter(a, b, c) {
// return a.lydid||a.kccjCode || a.ukcyhdCode
// }
// },
{ {
title: "来源单号", title: "来源单号",
field: "lydid", field: "lydjid",
width: 200, width: 140
formatter(a, b, c) {
return a.lydid||a.kccjCode || a.ukcyhdCode
}
}, },
{ {
title: "检验数量", title: "检验数量",
......
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