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
71c01571
Commit
71c01571
authored
Oct 23, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不可出渠道修复
parent
cac48787
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
detail.vue
src/views/ecw/order/detail.vue
+15
-0
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+1
-0
No files found.
src/views/ecw/order/detail.vue
View file @
71c01571
...
...
@@ -116,6 +116,12 @@
<el-descriptions-item
:label=
"$t('单证报关')"
>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"order.customsType"
/>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('关联报价单')"
>
<router-link
v-if=
"offerData"
:to=
"{path: '/offer/detail',query: {offerId: offerData.offerId}}"
class=
"link-type"
>
<span>
{{ offerData.number }}
</span>
</router-link>
<span
v-else
>
/
</span>
</el-descriptions-item>
</el-descriptions>
<el-descriptions
class=
"mr-10"
border
:column=
"2"
:class=
"showMore?'showInfo':'hiddenInfo'"
:labelStyle=
"{width:'110px'}"
:contentStyle=
"{width:'150px'}"
>
<el-descriptions-item
:label=
"$t('出单方式')"
>
...
...
@@ -486,6 +492,7 @@ import ImageDisplay from "@/views/ecw/order/components/imageDisplay.vue";
import
FeeDetail
from
"
@/views/ecw/order/components/FeeDetail.vue
"
;
import
PackHistory
from
'
./components/PackHistory
'
;
import
PackHistoryDetail
from
'
./components/PackHistoryDetail
'
;
import
{
getOfferCheck
}
from
'
@/api/ecw/offer
'
export
default
{
name
:
"
detail
"
,
...
...
@@ -608,6 +615,7 @@ export default {
if
(
this
.
$route
.
query
.
orderId
)
{
this
.
orderId
=
this
.
$route
.
query
.
orderId
this
.
getOrder
();
this
.
getOfferNumber
()
}
getCurrencyList
().
then
(
res
=>
this
.
currencyList
=
res
.
data
)
...
...
@@ -789,6 +797,13 @@ export default {
showPackDetail
(
packAfterData
){
this
.
packAfterData
=
packAfterData
}
,
getOfferNumber
()
{
const
that
=
this
getOfferCheck
({
orderId
:
that
.
orderId
}
).
then
(
response
=>
{
that
.
offerData
=
response
.
data
}
)
}
}
}
;
<
/script
>
...
...
src/views/ecw/order/prepayDeal.vue
View file @
71c01571
...
...
@@ -1410,6 +1410,7 @@
let
that
=
this
if
(
type
==
'
line_loop_exception
'
){
this
.
loopOrderItem
=
[]
that
.
orderData
.
orderItemVOList
.
map
((
v
,
i
)
=>
{
if
(
v
.
orderItemId
==
this
.
orderExceptionData
.
orderItemId
){
this
.
loopOrderItem
.
push
(
v
)
...
...
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