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

wcs新增字段

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