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
8d9293c5
Commit
8d9293c5
authored
Feb 20, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
31ad8e6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
18 deletions
+19
-18
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.html
+5
-5
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
+5
-6
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+9
-7
No files found.
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.html
View file @
8d9293c5
...
...
@@ -44,11 +44,11 @@
<el-steps
:active=
"currentStep"
align-center
process-status=
"process"
>
<!-- <el-step v-show="itemCode" title="方案不通过"></el-step> -->
<el-step
title=
"已下单"
></el-step>
<el-step
title=
"
已提交材料
"
></el-step>
<el-step
title=
"
初审通过
"
></el-step>
<el-step
title=
"工商审核
通过
"
></el-step>
<el-step
title=
"刻章
完成
"
></el-step>
<el-step
title=
"证件
已邮寄
"
></el-step>
<el-step
title=
"
园区入驻审核
"
></el-step>
<el-step
title=
"
上传工商注册材料
"
></el-step>
<el-step
title=
"工商审核
环节
"
></el-step>
<el-step
title=
"刻章
环节
"
></el-step>
<el-step
title=
"证件
邮寄环节
"
></el-step>
<el-step
title=
"已签收"
></el-step>
</el-steps>
</div>
...
...
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
View file @
8d9293c5
...
...
@@ -50,25 +50,24 @@
case
'已下单'
:
this
.
currentStep
=
0
;
break
;
case
'
已提交材料
'
:
case
'
园区入驻审核
'
:
this
.
currentStep
=
1
;
break
;
case
'
初审通过
'
:
case
'
上传工商注册材料
'
:
this
.
currentStep
=
2
;
break
;
case
'工商审核
通过
'
:
case
'工商审核
环节
'
:
this
.
currentStep
=
3
;
break
;
case
'刻章
完成
'
:
case
'刻章
环节
'
:
this
.
currentStep
=
4
;
break
;
case
'证件
已邮寄
'
:
case
'证件
邮寄环节
'
:
this
.
currentStep
=
5
;
break
;
case
'已签收'
:
this
.
currentStep
=
6
;
break
;
default
:
break
;
}
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
8d9293c5
...
...
@@ -421,12 +421,13 @@
<div
class=
"jdindentlist"
>
<div
class=
"jdindentlist-inquire"
>
<div
class=
"jdindentlist-inquire-form"
>
<div><span>
订单编号:
</span>
<el-input
v-model=
"icbcChannelServiceNo"
placeholder=
"请输入内容"
></el-input>
</div>
<div><span>
产品名称:
</span>
<el-input
v-model=
"icbcChannelItemName"
placeholder=
"请输入内容"
></el-input>
</div>
<div><span>
渠道单号:
</span>
<el-input
v-model=
"icbcChannelServiceNo"
placeholder=
"请输入内容"
></el-input>
</div>
<div><span>
订单状态:
</span>
<el-input
v-model=
"icbcOrderStatus"
placeholder=
"请输入内容"
></el-input>
</div>
...
...
@@ -487,12 +488,13 @@
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.channelServiceNo"
:disabled=
"scope.row.channelServiceNo ? false : true"
>
<p
solt=
"content"
>
{{scope.row.channelServiceNo ? scope.row.channelServiceNo : \'---\'}}
<p
solt=
"content"
>
{{scope.row.channelServiceNo ? scope.row.channelServiceNo : \'---\'}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"channelItemName"
label=
"
注册地区
"
>
<el-table-column
prop=
"channelItemName"
label=
"
产品名称
"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.channelItemName"
:disabled=
"scope.row.channelItemName ? false : true"
>
...
...
@@ -554,14 +556,14 @@
</template>
</el-table-column>
</el-table>
<div
class=
"jdindentlist-null"
v-if=
"
table
Data.length == 0"
>
<div
class=
"jdindentlist-null"
v-if=
"
icbc
Data.length == 0"
>
<div>
<img
src=
"/imgs/listnull.png"
alt=
""
>
</div>
<p>
很抱歉,没有查询到您要搜索的内容!您也可以减少筛选范围再尝试~
</p>
</div>
<div
class=
"jdindentlist-list-page"
>
<el-pagination
@
current-change=
"
handleSizeChange
()"
:current-page
.
sync=
"icbcCurrentPage"
<el-pagination
@
current-change=
"
getIcbcList
()"
:current-page
.
sync=
"icbcCurrentPage"
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
</el-pagination>
</div>
...
...
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