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
8a8a18d9
Commit
8a8a18d9
authored
Apr 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
明细传参
parent
9ffb4763
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
index.vue
src/views/ccgl/cxfx/sfhzcx/index.vue
+2
-0
index.vue
src/views/ccgl/cxfx/sfmxcx/index.vue
+13
-3
No files found.
src/views/ccgl/cxfx/sfhzcx/index.vue
View file @
8a8a18d9
...
@@ -244,6 +244,8 @@
...
@@ -244,6 +244,8 @@
},
},
methods
:
{
methods
:
{
ckxq
(
row
){
ckxq
(
row
){
row
.
start
=
this
.
$refs
.
basePage
.
queryParams
.
start
row
.
end
=
this
.
$refs
.
basePage
.
queryParams
.
end
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'sfmxcx'
,
name
:
'sfmxcx'
,
params
:{
params
:{
...
...
src/views/ccgl/cxfx/sfmxcx/index.vue
View file @
8a8a18d9
...
@@ -79,6 +79,11 @@
...
@@ -79,6 +79,11 @@
field
:
"wlph"
,
field
:
"wlph"
,
width
:
130
width
:
130
},
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
130
},
{
{
title
:
"库位"
,
title
:
"库位"
,
field
:
"kwmc"
,
field
:
"kwmc"
,
...
@@ -131,8 +136,10 @@
...
@@ -131,8 +136,10 @@
endProp
:
"end"
,
endProp
:
"end"
,
span
:
8
,
span
:
8
,
type
:
'RelDaterangeV2'
,
type
:
'RelDaterangeV2'
,
startValue
:
this
.
$moment
().
startOf
(
'month'
).
valueOf
(),
// startValue: this.$moment().startOf('month').valueOf(),
endValue
:
this
.
$moment
().
endOf
(
'month'
).
valueOf
(),
// endValue: this.$moment().endOf('month').valueOf(),
startValue
:
null
,
endValue
:
null
,
},
},
{
{
"label"
:
"仓库"
,
"label"
:
"仓库"
,
...
@@ -196,9 +203,12 @@
...
@@ -196,9 +203,12 @@
/* 覆盖查询条件*/
/* 覆盖查询条件*/
if
(
newValue
){
if
(
newValue
){
this
.
$nextTick
(()
=>
{
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
.
ckid
=
newValue
.
ckid
this
.
$refs
.
basePage
.
queryParams
.
kwid
=
newValue
.
kwid
this
.
$refs
.
basePage
.
queryParams
.
kwid
=
newValue
.
kwid
this
.
$refs
.
basePage
.
queryParams
.
wlph
=
newValue
.
wlph
this
.
$refs
.
basePage
.
queryParams
.
phxx
=
newValue
.
wlph
this
.
$refs
.
basePage
.
queryParams
.
zlh
=
newValue
.
zlh
this
.
$refs
.
basePage
.
queryParams
.
zlh
=
newValue
.
zlh
this
.
$refs
.
basePage
.
queryParams
.
wlid
=
newValue
.
wlid
this
.
$refs
.
basePage
.
queryParams
.
wlid
=
newValue
.
wlid
this
.
$refs
.
basePage
.
refresh
()
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