Commit 9901c8d2 authored by 李苏's avatar 李苏 💬

wcs新增字段

parent 876b60ed
......@@ -65,7 +65,7 @@
width: 140
},
{
title: "状态",
title: "上架状态",
field: "zt",
width: 140,
transform: {
......@@ -74,6 +74,16 @@
"value": "id"
}
},
{
title: "下架状态",
field: "xjzt",
width: 140,
transform: {
"url": "lxyl/wcszy/init/xjzt",
"label": "name",
"value": "id"
}
},
{
title: "业务日期",
......@@ -83,15 +93,8 @@
],
queryParams: [
[{
label: '日期',
startProp: "start",
endProp: "end",
span: 8,
type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
},
[
{
label: '单据来源',
prop: 'djly',
......@@ -106,20 +109,20 @@
}
}
},
{
"label": "状态",
"prop": "zt",
"span": 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "lxyl/wcszy/init/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
// {
// "label": "状态",
// "prop": "zt",
// "span": 8,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "lxyl/wcszy/init/zt",
// "match": {
// "value": "id",
// "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