Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
0966aef1
Commit
0966aef1
authored
Oct 25, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
变更领取方式默认值
(cherry picked from commit
b927dda5
)
parent
a8ddb455
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
operatingGift.vue
src/views/ecw/giftManagement/components/operatingGift.vue
+8
-6
No files found.
src/views/ecw/giftManagement/components/operatingGift.vue
View file @
0966aef1
...
...
@@ -176,6 +176,9 @@ export default {
this
.
queryParams
=
deepClone
(
newVal
)
this
.
$set
(
this
.
queryParams
,
"
dateRangeCreateTime
"
,
[
parseTime
(
newVal
.
startTime
),
parseTime
(
newVal
.
endTime
)])
this
.
queryParams
.
pickMethod
=
newVal
.
pickMethod
.
split
(
"
,
"
)
this
.
$nextTick
(()
=>
{
this
.
$refs
[
"
queryForm
"
].
clearValidate
()
})
}
else
{
this
.
resetFormQuery
()
this
.
$nextTick
(()
=>
{
...
...
@@ -195,11 +198,10 @@ export default {
endTime
:
null
,
imgEn
:
null
,
imgZh
:
null
,
nodeIds
:
[{
wareHouses
:
""
,
points
:
""
,
quantityRemain
:
null
,
id
:
0
}],
nodeIds
:
[{
wareHouses
:
[]
,
points
:
""
,
quantityRemain
:
null
,
id
:
0
}],
nodeId
:
null
,
pickMethod
:
null
,
pickMethod
:
[]
,
pointsRequire
:
null
,
remarkEn
:
null
,
remarkFr
:
null
,
remarkZh
:
null
,
...
...
@@ -329,7 +331,7 @@ export default {
},
handleOrderVRule
(
item
,
index
)
{
if
(
index
==
"
0
"
)
{
this
.
queryParams
.
nodeIds
.
push
({
wareHouses
:
null
,
nodeId
:
""
,
points
:
""
,
id
:
index
+
1
})
this
.
queryParams
.
nodeIds
.
push
({
wareHouses
:
[],
quantityRemain
:
null
,
points
:
""
,
id
:
index
+
1
})
}
else
{
this
.
queryParams
.
nodeIds
.
splice
(
index
,
1
)
}
...
...
@@ -372,11 +374,11 @@ export default {
this
.
queryParams
=
{
allowCount
:
null
,
endTime
:
null
,
nodeIds
:
[{
wareHouses
:
""
,
points
:
""
,
quantityRemain
:
null
,
id
:
0
}],
nodeIds
:
[{
wareHouses
:
[]
,
points
:
""
,
quantityRemain
:
null
,
id
:
0
}],
imgEn
:
null
,
imgZh
:
null
,
nodeId
:
null
,
pickMethod
:
null
,
pickMethod
:
[]
,
pointsRequire
:
null
,
remarkEn
:
null
,
remarkFr
:
null
,
...
...
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