Commit 75d34614 authored by 李苏's avatar 李苏 💬

字段修改

parent 2c2685d4
......@@ -97,9 +97,17 @@
width: 140
},
{
title: "出库标志",
title: "已开出库单",
field: "ckdbz",
width: 100
width: 100,
formatter(a,b,v){
let map ={
Y:'是',
N:'否'
}
return map[v]
}
},
{
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