Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
31ad8e6e
Commit
31ad8e6e
authored
Feb 20, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
4cb277ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
9 deletions
+36
-9
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
+29
-3
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+5
-5
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+2
-1
No files found.
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
View file @
31ad8e6e
...
...
@@ -3,7 +3,7 @@
data
:
function
()
{
return
{
listPath
:
{
path
:
`/
${
this
.
$root
.
channelName
}
/jdindentlist`
,
query
:
{}
},
currentStep
:
1
,
currentStep
:
0
,
companyData
:
[],
channelFrom
:
null
,
user_Name
:
""
,
...
...
@@ -36,8 +36,8 @@
methods
:
{
getFlow
(){
let
obj
=
this
.
$root
.
copyParams
({
"channelUserId"
:
this
.
$root
.
channelUserId
||
"15010929366"
,
"orderNo"
:
this
.
$route
.
query
.
channelO
rderNo
||
"203915601880842"
"channelUserId"
:
this
.
$root
.
channelUserId
,
"orderNo"
:
this
.
$route
.
query
.
o
rderNo
||
"203915601880842"
},
"getOrderDeliveryInfo"
,
"/action/tmOrder/springBoard"
,
'yes'
,
'yes'
);
/*
obj.actionBody.channelUserId = '15010929366';
...
...
@@ -46,6 +46,32 @@
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
d
=>
{
console
.
log
(
d
,
';;;;;;;;;;;;;;;;;;;;;;;'
);
this
.
$root
.
loading
=
false
;
switch
(
d
.
data
.
orderDeliveryStatusName
)
{
case
'已下单'
:
this
.
currentStep
=
0
;
break
;
case
'已提交材料'
:
this
.
currentStep
=
1
;
break
;
case
'初审通过'
:
this
.
currentStep
=
2
;
break
;
case
'工商审核通过'
:
this
.
currentStep
=
3
;
break
;
case
'刻章完成'
:
this
.
currentStep
=
4
;
break
;
case
'证件已邮寄'
:
this
.
currentStep
=
5
;
break
;
case
'已签收'
:
this
.
currentStep
=
6
;
break
;
default
:
break
;
}
})
},
getDetail
(){
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
31ad8e6e
...
...
@@ -482,12 +482,12 @@
</div>
<div
class=
"jdindentlist-list"
>
<el-table
header-row-class-name=
"companydetail-name-header"
:data=
"
table
Data"
style=
"width: 100%"
>
<el-table-column
prop=
"channel
Order
No"
label=
"订单编号"
>
<el-table
header-row-class-name=
"companydetail-name-header"
:data=
"
icbc
Data"
style=
"width: 100%"
>
<el-table-column
prop=
"channel
Service
No"
label=
"订单编号"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.channel
Order
No"
:disabled=
"scope.row.channel
Order
No ? false : true"
>
<p
solt=
"content"
>
{{scope.row.channel
OrderNo ? scope.row.channelOrder
No : \'---\'}}
<el-tooltip
placement=
"top"
:content=
"scope.row.channel
Service
No"
:disabled=
"scope.row.channel
Service
No ? false : true"
>
<p
solt=
"content"
>
{{scope.row.channel
ServiceNo ? scope.row.channelService
No : \'---\'}}
</p>
</el-tooltip>
</template>
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
31ad8e6e
...
...
@@ -465,6 +465,7 @@
icbcChannelItemName
:
''
,
icbcChannelServiceNo
:
''
,
icbcOrderStatus
:
''
,
icbcData
:[],
}
},
...
...
@@ -606,7 +607,7 @@
this
.
$router
.
push
({
path
:
`/
${
this
.
$root
.
channelName
}
/companydetail`
,
query
:
{
channelOrderNo
:
row
.
channelO
rderNo
,
orderNo
:
row
.
o
rderNo
,
channelUserId
:
this
.
$route
.
query
.
channelUserId
,
deliveryStatus
:
this
.
deliveryStatus
,
totalSum
:
row
.
totalSum
,
...
...
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