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
a233e365
Commit
a233e365
authored
Nov 20, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
6ac55c90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/entry/public/imgs/indent/materialNull.png
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
+1
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+7
-7
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
+0
-0
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
a233e365
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/imgs/indent/materialNull.png
0 → 100755
View file @
a233e365
1.84 KB
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
View file @
a233e365
...
...
@@ -79,6 +79,7 @@
height
:
32px
;
width
:
100%
;
padding-left
:
12px
;
padding-right
:
12px
;
box-sizing
:
border-box
;
line-height
:
32px
;
font-family
:
PingFangSC-Regular
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
a233e365
...
...
@@ -103,8 +103,8 @@
<div
class=
"license-uploader"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"license"
>
<div
class=
"license-uploader-icon"
v-else
>
<img
:src=
"applyInfo.businessLicensePic ? applyInfo.businessLicensePic : \'/imgs/indent/
pdf
.png\'"
alt=
""
@
click=
"
window.open
(applyInfo.businessLicensePdf)"
>
<img
:src=
"applyInfo.businessLicensePic ? applyInfo.businessLicensePic : \'/imgs/indent/
materialNull
.png\'"
alt=
""
@
click=
"
openPdf
(applyInfo.businessLicensePdf)"
>
</div>
</div>
<p>
营业执照
</p>
...
...
@@ -113,8 +113,8 @@
<div
class=
"license-uploader"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"license"
>
<div
class=
"license-uploader-icon"
v-else
>
<img
:src=
"deliveryInfo.gzwtsUrl?deliveryInfo.gzwtsUrl:\'/imgs/indent/
jpg
.png\'"
alt=
""
@
click=
"
window.open
(deliveryInfo.gzwtsUrl)"
>
<img
:src=
"deliveryInfo.gzwtsUrl?deliveryInfo.gzwtsUrl:\'/imgs/indent/
materialNull
.png\'"
alt=
""
@
click=
"
openPdf
(deliveryInfo.gzwtsUrl)"
>
</div>
</div>
<p>
委托书
</p>
...
...
@@ -124,8 +124,8 @@
<div
class=
"license-uploader"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"license"
>
<div
class=
"license-uploader-icon"
v-else
>
<img
:src=
"deliveryInfo.smwjUrl?deliveryInfo.smwjUrl:\'/imgs/indent/
jpg
.png\'"
alt=
""
@
click=
"
window.open(deliveryInfo.smwjUrl)
>
<img
:src=
"deliveryInfo.smwjUrl?deliveryInfo.smwjUrl:\'/imgs/indent/
materialNull
.png\'"
alt=
""
@
click=
"
openPdf(deliveryInfo.smwjUrl)"
>
</div>
</div>
<p>
优先权证明
</p>
...
...
@@ -134,7 +134,7 @@
<div
class=
"license-uploader"
>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
"license"
>
<div
class=
"license-uploader-icon"
v-else
>
<img
:src=
"applyInfo.identityCardPic?applyInfo.identityCardPic:\'/imgs/indent/
jpg
.png\'"
<img
:src=
"applyInfo.identityCardPic?applyInfo.identityCardPic:\'/imgs/indent/
materialNull
.png\'"
alt=
""
>
</div>
</div>
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.js
View file @
a233e365
This diff is collapsed.
Click to expand it.
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