Commit 4d268db4 authored by 李苏's avatar 李苏 💬

样式

parent 32fe69a5
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
[{ [{
"label": "仓库类型", "label": "仓库类型",
"prop": "cklx", "prop": "cklx",
"span": 6, "span": 4,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
export default { export default {
/* 赋值swlx主动查询*/ /* 赋值swlx主动查询*/
mounted() { mounted() {
this.$refs.basepage.queryParams.swlx='1' this.$refs.basepage.queryParams.swlx = '1'
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
data() { data() {
...@@ -95,43 +95,60 @@ ...@@ -95,43 +95,60 @@
}, },
], ],
queryParams: [ queryParams: [
[ [{
{
label: '部门', label: '部门',
prop: 'code', prop: 'ssbm',
span: 6, span: 4,
type: 'input', type: 'RelSelect',
value: '' "typeConfig": {
"src": "hjbm/query",
"match": {
"value": "bmid",
"label": "bmmc"
},
}
}, },
{ {
label: '仓库', "label": "仓库",
prop: 'name', "prop": "ckid",
span: 6, "span": 4,
type: 'input', "type": "RelSelect",
value: '' "value": "",
"typeConfig": {
"src": "jcsj/u_ckwh/query",
"match": {
"value": "id",
"label": "ckmc"
},
params: {
cklx: 'KY'
}
}
}, },
{ {
label: '查询日期', label: '维护时间',
prop: 'name', startProp: "kssj",
span: 6, endProp: "jssj",
type: 'input', span: 8,
value: '' type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
}, },
{ {
label: '入库单号', label: '入库单号',
prop: 'name', prop: 'rkdh',
span: 6, span: 4,
type: 'input', type: 'input',
value: '' value: ''
}, },
{ {
label: '序列号', label: '序列号',
prop: 'name', prop: 'xlh',
span: 6, span: 4,
type: 'input', type: 'input',
value: '' value: ''
} }
] ]
], ],
......
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