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
88b52753
Commit
88b52753
authored
Jul 04, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
7afd8ff9
e55adc8c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
12 deletions
+20
-12
edit.vue
src/views/ecw/order/edit.vue
+12
-8
edit.vue
src/views/ecw/productPrice/edit.vue
+8
-4
No files found.
src/views/ecw/order/edit.vue
View file @
88b52753
...
...
@@ -941,7 +941,7 @@ export default {
this
.
getOrder
()
}
if
(
this
.
$route
.
query
.
transportType
!=
this
.
transportId
){
this
.
set
(
this
.
form
.
transportId
,
+
this
.
$route
.
query
.
transportType
)
this
.
set
(
this
.
form
.
transportId
,
+
this
.
$route
.
query
.
transportType
||
null
)
}
// 变更出货渠道
...
...
@@ -1289,13 +1289,17 @@ export default {
if
(
this
.
calculating
||
!
calcable
)
return
false
this
.
calculating
=
true
console
.
log
(
'
calculating --->
'
)
c
alculationPrice
(
{
c
onst
data
=
{
lineId
:
this
.
form
.
lineId
,
transportId
:
this
.
form
.
transportId
,
channelId
:
[
3
,
4
].
indexOf
(
this
.
form
.
transportId
)
>
-
1
?
this
.
form
.
channelId
:
undefined
,
prodConditionParamList
:
this
.
getProductListWithDefaultValue
(),
orderType
:
this
.
form
.
orderType
}).
then
(
res
=>
{
}
if
(
this
.
form
.
channelId
){
data
.
channelId
=
this
.
form
.
channelId
}
calculationPrice
(
data
).
then
(
res
=>
{
this
.
$set
(
this
,
'
fee
'
,
res
.
data
.
costDto
)
this
.
form
.
orderItemVOList
.
map
((
item
,
index
)
=>
{
this
.
$set
(
item
,
'
fee
'
,
res
.
data
.
prodCostDtoList
[
index
]
||
null
)
...
...
src/views/ecw/productPrice/edit.vue
View file @
88b52753
...
...
@@ -251,8 +251,8 @@
<
/el-form-item
>
<
/template
>
<
el
-
form
-
item
:
label
=
"
$t('是否
単
询')
"
prop
=
"
inquiry
"
>
<
dict
-
selector
:
type
=
"
DICT_TYPE.NEED_ORDER_INQUIRY
"
v
-
model
=
"
form.needOrderInquiry
"
form
-
type
=
"
radio
"
><
/dict-selector
>
<
el
-
form
-
item
:
label
=
"
$t('是否
单
询')
"
prop
=
"
inquiry
"
>
<
dict
-
selector
:
type
=
"
DICT_TYPE.NEED_ORDER_INQUIRY
"
v
-
model
=
"
form.needOrderInquiry
"
form
-
type
=
"
radio
"
formatter
=
"
number
"
><
/dict-selector
>
<
/el-form-item
>
<
/el-card
>
<
/el-form
>
...
...
@@ -373,7 +373,9 @@ export default {
form
:
{
minWeightUnit
:
0
,
priceStepList
:
[],
// 阶梯价格
specialList
:
[]
specialList
:
[],
// 是否单询,默认否
needOrderInquiry
:
'
0
'
}
,
needPay
:
false
,
// 是否需要预付
stepPrice
:
false
,
// 是否阶梯订单
...
...
@@ -608,7 +610,9 @@ export default {
clearancePrice
:
0
,
transportPrice
:
0
,
minWeight
:
0
,
minWeightUnit
:
null
minWeightUnit
:
null
,
// 是否单询,默认否
needOrderInquiry
:
0
}
// 默认体积单位(立方米)
this
.
setDefaultVolumeUnit
(
7
)
...
...
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