Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
8baeafec
Commit
8baeafec
authored
Apr 26, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询分析增加creatTime field
parent
4c73b7d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
23 deletions
+28
-23
index.vue
src/views/ccgl/cxfx/sfmxcx/index.vue
+28
-23
No files found.
src/views/ccgl/cxfx/sfmxcx/index.vue
View file @
8baeafec
...
...
@@ -123,6 +123,11 @@
field
:
"fjldwname"
,
width
:
120
},
{
title
:
"创建时间"
,
field
:
"sjsj"
,
fieldType
:
'ftDateTime'
},
{
title
:
"备注"
,
field
:
"bz"
,
...
...
@@ -138,8 +143,8 @@
type
:
'RelDaterangeV2'
,
// startValue: this.$moment().startOf('month').valueOf(),
// endValue: this.$moment().endOf('month').valueOf(),
startValue
:
null
,
endValue
:
null
,
startValue
:
null
,
endValue
:
null
,
},
{
"label"
:
"仓库"
,
...
...
@@ -201,16 +206,16 @@
'$route.params.row'
:
{
handler
(
newValue
,
oldValue
)
{
/* 覆盖查询条件*/
if
(
newValue
)
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
basePage
.
queryParams
.
start
=
newValue
.
start
this
.
$refs
.
basePage
.
queryParams
.
end
=
newValue
.
end
if
(
newValue
)
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
basePage
.
queryParams
.
start
=
newValue
.
start
this
.
$refs
.
basePage
.
queryParams
.
end
=
newValue
.
end
this
.
$forceUpdate
()
this
.
$refs
.
basePage
.
queryParams
.
ckid
=
newValue
.
ckid
this
.
$refs
.
basePage
.
queryParams
.
kwid
=
newValue
.
kwid
this
.
$refs
.
basePage
.
queryParams
.
phxx
=
newValue
.
wlph
this
.
$refs
.
basePage
.
queryParams
.
zlh
=
newValue
.
zlh
this
.
$refs
.
basePage
.
queryParams
.
wlid
=
newValue
.
wlid
this
.
$refs
.
basePage
.
queryParams
.
ckid
=
newValue
.
ckid
this
.
$refs
.
basePage
.
queryParams
.
kwid
=
newValue
.
kwid
this
.
$refs
.
basePage
.
queryParams
.
phxx
=
newValue
.
wlph
this
.
$refs
.
basePage
.
queryParams
.
zlh
=
newValue
.
zlh
this
.
$refs
.
basePage
.
queryParams
.
wlid
=
newValue
.
wlid
this
.
$refs
.
basePage
.
refresh
()
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment