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

调整

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