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
664cc2d7
Commit
664cc2d7
authored
Aug 19, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
展示平台组件更新
parent
1c1eb3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
...cw/memberManagement/addIntegrationRuleOperation/index.vue
+4
-3
No files found.
src/views/ecw/memberManagement/addIntegrationRuleOperation/index.vue
View file @
664cc2d7
...
...
@@ -199,7 +199,8 @@
></el-form-item>
</el-col>
<el-col
:span=
"1"
>
{{
queryParams
.
transportType
==
"
3
"
?
"
kg
"
:
"
m³
"
}}
{{
$t
(
"
至
"
)
}}
{{
queryParams
.
extraOrderV
.
transportType
==
"
3
"
?
"
kg
"
:
"
m³
"
}}
{{
$t
(
"
至
"
)
}}
</el-col>
<el-col
:span=
"2"
>
<el-form-item
...
...
@@ -212,7 +213,7 @@
></el-input>
</el-form-item
></el-col>
<el-col
:span=
"1"
>
{{
queryParams
.
transportType
==
"
3
"
?
"
kg
"
:
"
m³
"
}}
=
{{
queryParams
.
extraOrderV
.
transportType
==
"
3
"
?
"
kg
"
:
"
m³
"
}}
=
</el-col>
<el-col
:span=
"2"
>
<el-form-item
...
...
@@ -957,7 +958,6 @@ export default {
this
.
$refs
[
"
queryForm
"
].
validate
((
valid
)
=>
{
if
(
valid
)
{
let
params
=
deepClone
(
this
.
queryParams
);
console
.
log
(
params
);
params
.
showPlatform
=
this
.
queryParams
.
showPlatform
?.
join
();
params
.
extraOrderV
.
orderEntry
=
this
.
queryParams
.
extraOrderV
?.
orderEntry
?.
join
();
...
...
@@ -975,6 +975,7 @@ export default {
},
//获取积分规则详情
handleIntegralRuleDetails
()
{
this
.
queryParams
.
showPlatform
=
[];
integralRuleDetails
({
id
:
this
.
$route
.
query
.
id
}).
then
((
res
)
=>
{
const
params
=
mergeWith
(
deepClone
(
this
.
queryParams
),
...
...
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