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
b1ee0c0b
Commit
b1ee0c0b
authored
Oct 18, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
0d122074
1d8e02b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.vue
src/views/ecw/product/index.vue
+1
-0
edit.vue
src/views/ecw/productAttr/edit.vue
+4
-2
No files found.
src/views/ecw/product/index.vue
View file @
b1ee0c0b
...
...
@@ -234,6 +234,7 @@
<span
@
click=
"toPriceManager(formCopy, true)"
style=
"color: #0a84ff;cursor: pointer;"
>
查看《#{{$l(formCopy,'title')}}#》路线价格
</span>
<el-button
style=
"font-size: 12px;margin-left: 15px;color: red;"
type=
"text"
@
click=
"form.priceStepClearanceList = [];lineNum = 0"
>
清楚路线
</el-button>
</p>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/views/ecw/productAttr/edit.vue
View file @
b1ee0c0b
...
...
@@ -42,9 +42,10 @@
<span>
复制模板线路价格:{{lineNum}}个
</span>
<span
@
click=
"toPriceManager(formCopv)"
style=
"color: #0a84ff;cursor: pointer;"
>
<span
@
click=
"toPriceManager(formCopv)"
style=
"color: #0a84ff;cursor: pointer;"
>
查看《#{{$l(formCopv,'title')}}#》路线价格
</span>
<el-button
style=
"font-size: 12px;margin-left: 15px;color: red;"
type=
"text"
@
click=
"form.priceStepClearanceList = [];lineNum = 0"
>
清楚路线
</el-button>
</p>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm"
>
{{$t('确定')}}
</el-button>
...
...
@@ -138,7 +139,8 @@ export default {
name
:
'
ProductPrice
'
,
query
:
{
product_id
:
row
.
id
,
product_type
:
row
.
typeId
product_type
:
row
.
typeId
,
transportType
:
3
}
})
},
...
...
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