Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李俊赕
self-support
Commits
a389e388
Commit
a389e388
authored
May 09, 2021
by
郭晓清
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、履约调整
parent
49b7bbdf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
order.js
src/common/api/order.js
+1
-1
detail.vue
src/pages/order/detail.vue
+4
-1
No files found.
src/common/api/order.js
View file @
a389e388
...
@@ -48,7 +48,7 @@ let orderApiFun = function(vm){
...
@@ -48,7 +48,7 @@ let orderApiFun = function(vm){
/**
/**
* 查询工单操作记录列表接口
* 查询工单操作记录列表接口
*/
*/
let
listOrderRecord
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
'/wxh-worker-rest/rest/order/record/'
+
vm
.
vuex_token
+
'/listOrderRecord/'
+
params
.
orderId
,
params
);
let
listOrderRecord
=
async
(
params
=
{})
=>
await
vm
.
$u
.
get
(
'/wxh-worker-rest/rest/order/record/'
+
vm
.
vuex_token
+
'/listOrderRecord/
V2/
'
+
params
.
orderId
,
params
);
/**
/**
* 接单
* 接单
...
...
src/pages/order/detail.vue
View file @
a389e388
...
@@ -90,7 +90,10 @@
...
@@ -90,7 +90,10 @@
</view>
</view>
<view
v-show=
"record.operationType==='报备' || record.operationType==='改约'"
>
<view
v-show=
"record.operationType==='报备' || record.operationType==='改约'"
>
<text>
{{
record
.
operationType
===
'报备'
?
'下次联系时间:'
:
'改约时间:'
}}
</text>
<text>
{{
record
.
operationType
===
'报备'
?
'下次联系时间:'
:
'改约时间:'
}}
</text>
<text
style=
"color: #2272FF;"
>
{{
record
.
orderRecordRemark
}}
</text>
<text
style=
"color: #2272FF;"
>
{{
record
.
operationType
===
'报备'
&&
record
.
orderRecordRemark
&&
record
.
orderRecordRemark
.
length
>
1
?
record
.
orderRecordRemark
.
substring
(
record
.
orderRecordRemark
.
indexOf
(
':'
)
+
1
,
record
.
orderRecordRemark
.
length
)
:
record
.
orderRecordRemark
}}
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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