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

样式

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