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
70e6f6db
Commit
70e6f6db
authored
Dec 10, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户相关列表补充最新发货时间及跳转到对应的订单详情操作
parent
225acd64
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
0 deletions
+35
-0
index.vue
src/views/ecw/customer/index.vue
+7
-0
index.vue
src/views/ecw/customerConfirm/index.vue
+7
-0
index.vue
src/views/ecw/customerToBeAssigned/index.vue
+7
-0
index.vue
src/views/ecw/myCustomerService/index.vue
+7
-0
index.vue
src/views/ecw/oceanCustomer/index.vue
+7
-0
No files found.
src/views/ecw/customer/index.vue
View file @
70e6f6db
...
...
@@ -251,6 +251,13 @@
</contacts>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新发货时间')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.lastLoadOrderId"
>
<router-link
:to=
"`/order/detail?orderId=$
{scope.row.lastLoadOrderId}`" class="link-type">
{{
parseTime
(
scope
.
row
.
lastLoadOrderLoadTime
)
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新报价单')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.offerId"
>
<router-link
:to=
"`/offer/detail?offerId=$
{scope.row.offerId}`" class="link-type">
...
...
src/views/ecw/customerConfirm/index.vue
View file @
70e6f6db
...
...
@@ -237,6 +237,13 @@
</contacts>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新发货时间')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.lastLoadOrderId"
>
<router-link
:to=
"`/order/detail?orderId=$
{scope.row.lastLoadOrderId}`" class="link-type">
{{
parseTime
(
scope
.
row
.
lastLoadOrderLoadTime
)
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新报价单')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.offerId"
>
<router-link
:to=
"`/offer/detail?offerId=$
{scope.row.offerId}`" class="link-type">
...
...
src/views/ecw/customerToBeAssigned/index.vue
View file @
70e6f6db
...
...
@@ -223,6 +223,13 @@
</contacts>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新发货时间')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.lastLoadOrderId"
>
<router-link
:to=
"`/order/detail?orderId=$
{scope.row.lastLoadOrderId}`" class="link-type">
{{
parseTime
(
scope
.
row
.
lastLoadOrderLoadTime
)
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新报价单')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.offerId"
>
<router-link
:to=
"`/offer/detail?offerId=$
{scope.row.offerId}`" class="link-type">
...
...
src/views/ecw/myCustomerService/index.vue
View file @
70e6f6db
...
...
@@ -240,6 +240,13 @@
</contacts>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新发货时间')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.lastLoadOrderId"
>
<router-link
:to=
"`/order/detail?orderId=$
{scope.row.lastLoadOrderId}`" class="link-type">
{{
parseTime
(
scope
.
row
.
lastLoadOrderLoadTime
)
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新报价单')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.offerId"
>
<router-link
:to=
"`/offer/detail?offerId=$
{scope.row.offerId}`" class="link-type">
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
70e6f6db
...
...
@@ -270,6 +270,13 @@
</contacts>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新发货时间')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.lastLoadOrderId"
>
<router-link
:to=
"`/order/detail?orderId=$
{scope.row.lastLoadOrderId}`" class="link-type">
{{
parseTime
(
scope
.
row
.
lastLoadOrderLoadTime
)
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('最新报价单')"
width=
"120"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.offerId"
>
<router-link
:to=
"`/offer/detail?offerId=$
{scope.row.offerId}`" class="link-type">
...
...
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