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
1799826b
Commit
1799826b
authored
Jan 14, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还有价格文案和异常修复
parent
bf704adf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
PriceStep.vue
src/views/ecw/productPrice/components/PriceStep.vue
+2
-1
edit.vue
src/views/ecw/productPrice/edit.vue
+3
-0
editAir.vue
src/views/ecw/productPrice/editAir.vue
+3
-0
No files found.
src/views/ecw/productPrice/components/PriceStep.vue
View file @
1799826b
...
...
@@ -9,6 +9,7 @@ export default {
components
:
{
Template
,
Inputor
,
Selector
},
props
:{
index
:
Number
,
type
:
String
,
priceName
:
String
,
fieldPrefix
:
String
,
unitList
:{
...
...
@@ -154,7 +155,7 @@ export default {
<
template
>
<div>
<div
class=
"bold text-lg"
>
{{
$t
(
'
空运{type
}
设置
'
,
{
type
:
priceName
}
)
}}
<
/div
>
<div
class=
"bold text-lg"
>
{{
$t
(
'
{type
}
{priceName
}
价格设置
'
,
{
type
,
priceName
}
)
}}
<
/div
>
<
div
style
=
"
font-size:14px; margin:10px 0
"
>
{{
$t
(
'
第{index
}
阶梯定价方案
'
,
{
index
:
index
+
1
}
)
}}
:
<
template
v
-
if
=
"
showAdd
"
>
...
...
src/views/ecw/productPrice/edit.vue
View file @
1799826b
...
...
@@ -112,6 +112,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"all"
:type=
"$t('海运')"
:price-name=
"$t('全包价')"
:show-add=
"index === form.fullPriceStepList.length -1 && !readonly"
:value=
"item"
...
...
@@ -131,6 +132,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"transport"
:type=
"$t('海运')"
:price-name=
"$t('运费')"
:show-add=
"index === form.freightPriceStepList.length -1 && !readonly"
:value=
"item"
...
...
@@ -149,6 +151,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"clearance"
:type=
"$t('海运')"
:price-name=
"$t('清关费')"
:show-add=
"index === form.clearancePriceStepList.length -1 && !readonly"
:value=
"item"
...
...
src/views/ecw/productPrice/editAir.vue
View file @
1799826b
...
...
@@ -99,6 +99,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"all"
:type=
"$t('空运')"
:price-name=
"$t('全包价')"
:show-add=
"index === form.fullPriceStepList.length -1 && !readonly"
:value=
"item"
...
...
@@ -118,6 +119,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"transport"
:type=
"$t('空运')"
:price-name=
"$t('运费')"
:show-add=
"index === form.freightPriceStepList.length -1 && !readonly"
:value=
"item"
...
...
@@ -136,6 +138,7 @@
:currency-list=
"currencyList"
:unit-list=
"unitList"
field-prefix=
"clearance"
:type=
"$t('空运')"
:price-name=
"$t('清关费')"
:show-add=
"index === form.clearancePriceStepList.length -1 && !readonly"
:value=
"item"
...
...
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