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
26d15031
Commit
26d15031
authored
Nov 21, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建收款单客户优化
parent
ee3e3291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
2 deletions
+42
-2
creatCollection.vue
src/views/ecw/financial/creatCollection.vue
+42
-2
No files found.
src/views/ecw/financial/creatCollection.vue
View file @
26d15031
...
@@ -811,7 +811,27 @@ export default {
...
@@ -811,7 +811,27 @@ export default {
that
.
calculation
()
that
.
calculation
()
getOrder
(
that
.
$route
.
query
.
orderId
).
then
(
response
=>
{
getOrder
(
that
.
$route
.
query
.
orderId
).
then
(
response
=>
{
// console.log(response.data)
// 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
=>
{
getDestCountryByOrderId
({
orderId
:
that
.
$route
.
query
.
orderId
}
).
then
(
response
=>
{
// console.log(response.data)
// console.log(response.data)
...
@@ -854,7 +874,27 @@ export default {
...
@@ -854,7 +874,27 @@ export default {
}
)
}
)
this
.
calculation
()
this
.
calculation
()
getOrder
(
that
.
$route
.
query
.
orderId
).
then
(
response
=>
{
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
=>
{
getDestCountryByOrderId
({
orderId
:
this
.
$route
.
query
.
orderId
}
).
then
(
response
=>
{
...
...
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