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
0c0a8ab2
Commit
0c0a8ab2
authored
Sep 21, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台-订单特价-优惠申请、管理折扣申请
http://zentao.jdshangmen.com/bug-view-528.html
parent
82ce6386
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
38 deletions
+15
-38
discount.vue
src/views/ecw/order/special/discount.vue
+15
-38
No files found.
src/views/ecw/order/special/discount.vue
View file @
0c0a8ab2
...
...
@@ -36,45 +36,24 @@
<
/el-form-item
>
<
el
-
form
-
item
label
=
"
新运费
"
required
style
=
"
width: 400px
"
>
<
el
-
input
v
-
model
=
"
form.freight
"
type
=
"
number
"
class
=
"
input-with-select
"
>
<
el
-
select
v
-
model
=
"
form.freightCurrency
"
placeholder
=
"
请选择
"
slot
=
"
prepend
"
style
=
"
width: 100px
"
>
<
el
-
option
v
-
for
=
"
item in currencyList
"
:
key
=
"
item.id
"
:
label
=
"
item.titleZh
"
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
el
-
select
v
-
model
=
"
form.freightVolume
"
placeholder
=
"
请选择
"
slot
=
"
append
"
style
=
"
width: 100px
"
>
<
el
-
option
v
-
for
=
"
item in unitList
"
:
key
=
"
item.id
"
:
label
=
"
item.titleZh
"
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
div
slot
=
"
prepend
"
style
=
"
width: 60px
"
>
{{
currentMap
[
form
.
freightCurrency
]
}}
<
/div
>
<
div
slot
=
"
append
"
style
=
"
width: 60px
"
>
{{
unitMap
[
form
.
freightVolume
]
}}
<
/div
>
<
/el-input
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"
新清关费
"
required
style
=
"
width: 400px
"
>
<
el
-
input
v
-
model
=
"
form.clearanceFreight
"
type
=
"
number
"
class
=
"
input-with-select
"
>
<
el
-
select
v
-
model
=
"
form.clearanceFreightCurrency
"
placeholder
=
"
请选择
"
slot
=
"
prepend
"
style
=
"
width: 100px
"
>
<
el
-
option
v
-
for
=
"
item in currencyList
"
:
key
=
"
item.id
"
:
label
=
"
item.titleZh
"
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
el
-
select
v
-
model
=
"
form.clearanceFreightVolume
"
placeholder
=
"
请选择
"
slot
=
"
append
"
style
=
"
width: 100px
"
>
<
el
-
option
v
-
for
=
"
item in unitList
"
:
key
=
"
item.id
"
:
label
=
"
item.titleZh
"
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
div
slot
=
"
prepend
"
style
=
"
width: 60px
"
>
{{
currentMap
[
form
.
clearanceFreightCurrency
]
}}
<
/div
>
<
div
slot
=
"
append
"
style
=
"
width: 60px
"
>
{{
unitMap
[
form
.
clearanceFreightVolume
]
}}
<
/div
>
<
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
div
>
<
h2
>
审批流程
<
/h2
>
<
work
-
flow
xmlkey
=
"
free_apply
"
v
-
model
=
"
form.channelId
"
/>
<!--
<
div
>
选择的用户:
{{
selectedUsers
}}
<
/div>--
>
<
/div
>
<
div
v
-
if
=
"
!readonly
"
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSubmit
"
>
提交
<
/el-button
>
<
/div
>
...
...
@@ -107,6 +86,7 @@ import {getChannelList} from "@/api/ecw/channel"
import
{
getCurrencyList
}
from
'
@/api/ecw/currency
'
import
{
getProductAttrList
}
from
'
@/api/ecw/productAttr
'
import
{
openedRouterList
}
from
"
@/api/ecw/warehouse
"
import
WorkFlow
from
"
@/components/WorkFlow
"
export
default
{
name
:
"
specialDiscount
"
,
...
...
@@ -119,7 +99,8 @@ export default {
}
}
,
components
:
{
DictSelector
DictSelector
,
WorkFlow
}
,
created
()
{
// 临时
...
...
@@ -227,6 +208,7 @@ export default {
freightVolume
:
this
.
form
.
freightVolume
,
}
).
then
(
r
=>
{
this
.
$message
.
success
(
r
.
msg
||
'
提交成功
'
)
this
.
$tab
.
closePage
()
}
)
}
,
getOrderSpecial
(){
...
...
@@ -287,9 +269,4 @@ export default {
<
/script
>
<
style
scoped
lang
=
"
scss
"
>
::
v
-
deep
.
input
-
with
-
select
{
.
el
-
input
-
group__prepend
,
.
el
-
input
-
group__append
{
background
-
color
:
#
fff
;
}
}
<
/style
>
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