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
0450f69a
Commit
0450f69a
authored
Nov 24, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复跟客户经理
parent
71359030
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
customer.js
src/api/ecw/customer.js
+2
-2
delay.vue
src/views/ecw/customer/delay.vue
+4
-3
createLog.vue
src/views/ecw/offer/createLog.vue
+1
-1
No files found.
src/api/ecw/customer.js
View file @
0450f69a
...
...
@@ -278,11 +278,11 @@ export function creatDelayApproval(data){
}
// 取消客户延期调入公海池的审批申请
export
function
cancelDelayApproval
(
data
)
{
export
function
cancelDelayApproval
(
query
)
{
return
request
({
url
:
'
/ecw/customer/cancel/delay/approval
'
,
method
:
'
put
'
,
data
:
data
,
params
:
query
,
})
}
...
...
src/views/ecw/customer/delay.vue
View file @
0450f69a
...
...
@@ -154,7 +154,7 @@
// var ccIds = Array.isArray(this.handlerParams.ccIds) ? this.handlerParams.ccIds.join(',') : this.handlerParams.ccIds
// params.ccIds = ccIds
params
.
voucher
=
Array
.
isArray
(
this
.
handlerParams
.
voucher
)
?
this
.
handlerParams
.
voucher
.
join
(
'
,
'
)
:
this
.
handlerParams
.
voucher
params
.
estimateEnterOpenSeaTime
=
this
.
getNowDate
(
this
.
handlerParams
.
estimateEnterOpenSeaTime
)
creatDelayApproval
(
params
).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
'
提交成功
'
));
...
...
@@ -201,10 +201,11 @@
inputPattern
:
/
[\S]
+/
,
inputErrorMessage
:
'
不能为空
'
}).
then
(({
value
})
=>
{
return
cancelDelayApproval
(
this
.
handlerParams
.
formId
,
value
)
console
.
log
(
this
.
handlerParams
.
approvalId
)
return
cancelDelayApproval
({
approveId
:
this
.
handlerParams
.
approvalId
,
reason
:
value
})
})
.
then
(
res
=>
{
this
.
getList
(
)
this
.
$store
.
dispatch
(
'
tagsView/delCurrentView
'
)
})
}
}
...
...
src/views/ecw/offer/createLog.vue
View file @
0450f69a
...
...
@@ -95,7 +95,7 @@
if
(
this
.
$route
.
query
.
number
){
this
.
form
.
number
=
this
.
$route
.
query
.
number
}
userList
(
'
documentary
customer service
'
).
then
(
res
=>
this
.
creatorData
=
res
.
data
)
userList
(
'
customer service
'
).
then
(
res
=>
this
.
creatorData
=
res
.
data
)
},
methods
:
{
getList
()
{
...
...
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