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
8c76c221
Commit
8c76c221
authored
Feb 19, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
5d194a89
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
79 additions
and
79 deletions
+79
-79
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/entry/public/js/index.js
+0
-2
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.html
+4
-7
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
+18
-0
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.css
+25
-2
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.html
+0
-0
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.js
+22
-60
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+10
-8
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
8c76c221
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/entry/public/js/index.js
View file @
8c76c221
...
@@ -205,8 +205,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -205,8 +205,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if
(
$
.
cookie
(
'userpin'
))
{
if
(
$
.
cookie
(
'userpin'
))
{
this
.
getUserInfo
();
this
.
getUserInfo
();
}
}
},
},
watch
:
{
watch
:
{
// 监听路由变化
// 监听路由变化
...
...
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.html
View file @
8c76c221
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
</div>
</div>
</div>
</div>
<div
class=
"companydetail-warpper"
>
<div
class=
"companydetail-warpper"
>
<div>
<div>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
<div
style=
"background:#ffffff;
<div
style=
"background:#ffffff;
...
@@ -24,7 +23,7 @@
...
@@ -24,7 +23,7 @@
border-radius:100%;margin: 0 10px 0 20px;"
>
border-radius:100%;margin: 0 10px 0 20px;"
>
</div>
</div>
<div
style=
"font-size: 16px;"
>
<div
style=
"font-size: 16px;"
>
北京蜀天下科技有限公司详情
{{companyName}}
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -43,7 +42,6 @@
...
@@ -43,7 +42,6 @@
<div
class=
"jdindentdetail-flow"
>
<div
class=
"jdindentdetail-flow"
>
<div
class=
"jdindentdetail-main-step-col"
>
<div
class=
"jdindentdetail-main-step-col"
>
<el-steps
:active=
"currentStep"
align-center
process-status=
"process"
>
<el-steps
:active=
"currentStep"
align-center
process-status=
"process"
>
<!-- <el-step v-show="itemCode" title="方案不通过"></el-step> -->
<!-- <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>
...
@@ -76,9 +74,8 @@
...
@@ -76,9 +74,8 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"jdindentdetail-main-title"
>
<div
class=
"jdindentdetail-main-title"
>
企业信息
注册资本 / 出资比例
</div>
</div>
<div
class=
"companydetail-info"
>
<div
class=
"companydetail-info"
>
<table>
<table>
<tr
style=
"background: #f6f9ff;"
>
<tr
style=
"background: #f6f9ff;"
>
...
@@ -98,9 +95,9 @@
...
@@ -98,9 +95,9 @@
<td>
联系地址
</td>
<td>
联系地址
</td>
</tr>
</tr>
<tr>
<tr>
<td>
1
</td>
<td></td>
<td></td>
<td></td>
<td>
12
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
...
...
igirl-channel-web/app/front/vues/pages/companydetail/companydetail.js
View file @
8c76c221
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
companyData
:
[],
companyData
:
[],
channelFrom
:
null
,
channelFrom
:
null
,
user_Name
:
""
,
user_Name
:
""
,
companyName
:
''
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
...
@@ -17,11 +18,28 @@
...
@@ -17,11 +18,28 @@
}
}
});
});
this
.
getChannelFrom
();
this
.
getChannelFrom
();
this
.
getDetail
();
},
},
created
:
function
()
{
created
:
function
()
{
},
},
methods
:
{
methods
:
{
getDetail
(){
let
obj
=
this
.
$root
.
copyParams
({
"idempotentNo"
:
"203915601880842"
},
"getIcbcOrderDetails"
,
"/action/tmOrder/springBoard"
);
this
.
$root
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
this
.
$root
.
loading
=
false
;
if
(
d
.
status
==
0
)
{
this
.
companyName
=
d
.
data
.
companyName
;
console
.
log
(
"返回信息"
,
{
...
d
.
data
})
}
else
{
console
.
log
(
d
.
msg
);
}
})
},
getChannelFrom
(){
getChannelFrom
(){
this
.
channelFrom
=
this
.
$root
.
getChannelPath
();
this
.
channelFrom
=
this
.
$root
.
getChannelPath
();
},
},
...
...
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.css
View file @
8c76c221
...
@@ -361,4 +361,27 @@ p {
...
@@ -361,4 +361,27 @@ p {
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
\ No newline at end of file
/* 移入 */
.jdicbc
.brandreg-swiper
.swiper-slide-enter-btm
{
height
:
380px
;
}
.jdicbc
.brandreg-swiper
.brandreg-swiper-hearder-enter-btm
{
height
:
80px
;
background
:
#32b6e7
;
color
:
#fff
;
font-size
:
18px
;
line-height
:
80px
;
}
.jdicbc
.brandreg-swiper
.brandreg-swiper-content-button-enter-btm
{
background
:
#32b6e7
;
border
:
1px
solid
#32b6e7
;
color
:
#fff
;
cursor
:
pointer
;
}
/* 结束 */
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.html
View file @
8c76c221
This diff is collapsed.
Click to expand it.
igirl-channel-web/app/front/vues/pages/jdicbc/jdicbc.js
View file @
8c76c221
...
@@ -3,65 +3,11 @@
...
@@ -3,65 +3,11 @@
data
:
function
()
{
data
:
function
()
{
return
{
return
{
dataList
:
[
dataList
:
[
{
"title"
:
"123"
,
"img"
:
"/imgs/jdcloud/jdtrademark/t1.png"
,
"describe"
:
[{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
}],
},
{
title
:
"123"
,
img
:
"/imgs/jdcloud/jdtrademark/t2.png"
,
describe
:
[{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
}],
},
{
title
:
"123"
,
img
:
"/imgs/jdcloud/jdtrademark/t3.png"
,
describe
:
[{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
}],
},
{
title
:
"123"
,
img
:
"/imgs/jdcloud/jdtrademark/t1.png"
,
describe
:
[{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
},
{
pic
:
"imgs/jdcloud/jdtrademark/dbx.png"
,
info
:
"xxxxxxxxxxxx"
}],
},
],
],
/*切换class */
/*切换class */
current
:
1
,
current
:
1
,
current2
:
1
,
materials
:
[
materials
:
[
{
{
img
:
"imgs/jdcloud/jdicbc/q1.png"
,
img
:
"imgs/jdcloud/jdicbc/q1.png"
,
...
@@ -277,10 +223,7 @@
...
@@ -277,10 +223,7 @@
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
var
obj
=
this
.
$root
.
copyParams
({
channelUserId
:
""
,
itemCode
:
"sbzc"
},
"getProductListByTypeOneCode"
,
"/action/tmOrder/springBoard"
);
this
.
getProductList
();
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
console
.
log
(
d
,
"cccccccccccccccccc"
);
});
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
slidesPerView
:
3
,
slidesPerView
:
3
,
spaceBetween
:
0
,
spaceBetween
:
0
,
...
@@ -299,6 +242,22 @@
...
@@ -299,6 +242,22 @@
},
},
methods
:
{
methods
:
{
getProductList
(){
let
obj
=
this
.
$root
.
copyParams
({
"pathCode"
:
"gsfu"
},
"getProductList"
,
"/action/product/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
this
.
dataList
=
d
.
data
;
console
.
log
(
"返回信息"
,
{
...
d
.
data
})
}
else
{
console
.
log
(
d
.
msg
);
}
})
},
toBuy
(
k
){
console
.
log
(
k
.
path_code
,
k
.
path_name
)
},
handleChange
(
e
){
handleChange
(
e
){
let
city
=
this
.
regionValue
[
0
];
let
city
=
this
.
regionValue
[
0
];
let
area
=
this
.
regionValue
[
1
];
let
area
=
this
.
regionValue
[
1
];
...
@@ -354,6 +313,9 @@
...
@@ -354,6 +313,9 @@
adHeight
(
index
,
event
){
adHeight
(
index
,
event
){
this
.
current
=
index
;
this
.
current
=
index
;
},
},
adHeight2
(
index
,
event
){
this
.
current2
=
index
;
},
goVerification
(){
goVerification
(){
let
obj
=
{
let
obj
=
{
cityname
:
this
.
cityName
,
cityname
:
this
.
cityName
,
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
8c76c221
...
@@ -417,7 +417,7 @@
...
@@ -417,7 +417,7 @@
</el-tab-pane>
</el-tab-pane>
<!-- channelFrom != \'gsbhome\' -->
<!-- channelFrom != \'gsbhome\' -->
<el-tab-pane
label=
"工商订单"
name=
"second"
v-if=
"
0
"
>
<el-tab-pane
label=
"工商订单"
name=
"second"
v-if=
"
channelFrom == \'jd\'
"
>
<div
class=
"jdindentlist"
>
<div
class=
"jdindentlist"
>
<div
class=
"jdindentlist-inquire"
>
<div
class=
"jdindentlist-inquire"
>
<div
class=
"jdindentlist-inquire-form"
>
<div
class=
"jdindentlist-inquire-form"
>
...
@@ -471,13 +471,8 @@
...
@@ -471,13 +471,8 @@
<el-button
@
click=
"icbcReset()"
>
重置
</el-button>
<el-button
@
click=
"icbcReset()"
>
重置
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"jdindentlist-null"
v-if=
"tableData.length == 0"
>
<div>
<div
class=
"jdindentlist-list"
>
<img
src=
"/imgs/listnull.png"
alt=
""
>
</div>
<p>
很抱歉,没有查询到您要搜索的内容!您也可以减少筛选范围再尝试~
</p>
</div>
<div
class=
"jdindentlist-list"
v-else
>
<el-table
header-row-class-name=
"companydetail-name-header"
:data=
"tableData"
style=
"width: 100%"
>
<el-table
header-row-class-name=
"companydetail-name-header"
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
prop=
"channelServiceNo"
label=
"订单编号"
>
<el-table-column
prop=
"channelServiceNo"
label=
"订单编号"
>
</el-table-column>
</el-table-column>
...
@@ -518,12 +513,19 @@
...
@@ -518,12 +513,19 @@
</template>
</template>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"jdindentlist-null"
v-if=
"tableData.length == 0"
>
<div>
<img
src=
"/imgs/listnull.png"
alt=
""
>
</div>
<p>
很抱歉,没有查询到您要搜索的内容!您也可以减少筛选范围再尝试~
</p>
</div>
<div
class=
"jdindentlist-list-page"
>
<div
class=
"jdindentlist-list-page"
>
<el-pagination
@
current-change=
"handleSizeChange()"
:current-page
.
sync=
"currentPage"
<el-pagination
@
current-change=
"handleSizeChange()"
:current-page
.
sync=
"currentPage"
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
</el-pagination>
</el-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
...
...
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