Commit b004c721 authored by 李苏's avatar 李苏 💬

调整

parent 97d1513a
<template> <template>
<BasePage @getRow='getRow' :power='power' class="min_full" style="height: 100%;" :config="config"> <BasePage @getRow='getRow' :power='power' class="min_full" style="height: 100%;" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Akck :type="'add'" v-if="ctx.basePage.showDialog" :app='ctx.basePage' /> <Akck :type="'add'" v-if="ctx.basePage.showDialog" :app='ctx.basePage' />
...@@ -81,14 +81,18 @@ ...@@ -81,14 +81,18 @@
}, },
], ],
queryParams: [ queryParams: [
[{ [
{
label: '日期', label: '日期',
startProp: "start", startProp: "start",
endProp: "end", endProp: "end",
span: 8, span: 8,
type: 'RelDaterangeV2', type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30, servertime:true,
endValue: new Date().getTime(), servertimeSetting:(from,timer)=>{
from.end=new Date().getTime(timer)
from.start=new Date().getTime(timer) - 1000 * 60 * 60 * 24 * 30
}
}, },
{ {
"label": "仓库", "label": "仓库",
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
type: 'AuxInput', type: 'AuxInput',
typeConfig: { typeConfig: {
isRequest: true, isRequest: true,
code: 'GWID', code: 'QHGWID',
label: 'rkgwCode', label: 'rkgwCode',
transform: { transform: {
value: 'id', value: 'id',
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
type: 'AuxInput', type: 'AuxInput',
typeConfig: { typeConfig: {
isRequest: true, isRequest: true,
code: 'GWID', code: 'FHGWID',
label: 'ckgwCode', label: 'ckgwCode',
transform: { transform: {
value: 'id', value: 'id',
......
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