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
199e7af1
Commit
199e7af1
authored
Nov 25, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release'
parents
be5d6219
b26d3b67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
2 deletions
+45
-2
creatCollection.vue
src/views/ecw/financial/creatCollection.vue
+42
-2
index.vue
src/views/ecw/productBrank/Empower/index.vue
+3
-0
No files found.
src/views/ecw/financial/creatCollection.vue
View file @
199e7af1
...
...
@@ -811,7 +811,27 @@ export default {
that
.
calculation
()
getOrder
(
that
.
$route
.
query
.
orderId
).
then
(
response
=>
{
// console.log(response.data)
if
(
response
.
data
.
customerId
)
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
customerId
)
if
(
response
.
data
.
customerId
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
customerId
)
}
else
{
if
(
response
.
data
.
drawee
==
1
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consignorVO
.
customerId
)
}
else
if
(
response
.
data
.
drawee
==
2
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consigneeVO
.
customerId
)
}
else
{
if
(
response
.
data
.
customDraweeVOList
){
response
.
data
.
customDraweeVOList
.
map
(
v
=>
{
if
(
v
.
name
==
'
freight
'
){
if
(
v
.
value
==
1
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consignorVO
.
customerId
)
}
else
{
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consigneeVO
.
customerId
)
}
}
}
)
}
}
}
}
)
getDestCountryByOrderId
({
orderId
:
that
.
$route
.
query
.
orderId
}
).
then
(
response
=>
{
// console.log(response.data)
...
...
@@ -854,7 +874,27 @@ export default {
}
)
this
.
calculation
()
getOrder
(
that
.
$route
.
query
.
orderId
).
then
(
response
=>
{
if
(
response
.
data
.
customerId
)
this
.
$set
(
this
.
form
,
'
customerId
'
,
response
.
data
.
customerId
)
if
(
response
.
data
.
customerId
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
customerId
)
}
else
{
if
(
response
.
data
.
drawee
==
1
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consignorVO
.
customerId
)
}
else
if
(
response
.
data
.
drawee
==
2
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consigneeVO
.
customerId
)
}
else
{
if
(
response
.
data
.
customDraweeVOList
){
response
.
data
.
customDraweeVOList
.
map
(
v
=>
{
if
(
v
.
name
==
'
freight
'
){
if
(
v
.
value
==
1
){
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consignorVO
.
customerId
)
}
else
{
that
.
$set
(
that
.
form
,
'
customerId
'
,
response
.
data
.
consigneeVO
.
customerId
)
}
}
}
)
}
}
}
}
)
}
)
getDestCountryByOrderId
({
orderId
:
this
.
$route
.
query
.
orderId
}
).
then
(
response
=>
{
...
...
src/views/ecw/productBrank/Empower/index.vue
View file @
199e7af1
...
...
@@ -241,6 +241,9 @@ export default {
list1
:
[],
list2
:
[],
feeType
:[{
label
:
this
.
$t
(
'
无牌价
'
),
value
:
0
}
,{
label
:
this
.
$t
(
'
有牌价
'
),
value
:
1
}
,{
...
...
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