Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
250b9e73
Commit
250b9e73
authored
Sep 25, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改图片路劲'
parent
5f67ce41
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
26 deletions
+26
-26
contract-details.vue
src/pages/distributorSign/contract-details.vue
+12
-12
contract-list.vue
src/pages/distributorSign/contract-list.vue
+4
-4
details-tab.vue
src/pages/distributorSign/details-tab.vue
+5
-5
tab.vue
src/pages/distributorSign/tab.vue
+2
-2
index.js
src/router/index.js
+3
-3
No files found.
src/pages/distributorSign/contract-details.vue
View file @
250b9e73
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-25
19:21:47
* @LastEditTime: 2019-09-25
21:09:40
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -86,14 +86,14 @@
<div
class=
"bottom-call"
>
<div
class=
"left"
>
<img
src=
"@/assets/
signContract
/call.png"
alt=
""
>
<img
src=
"@/assets/
distributorSign
/call.png"
alt=
""
>
</div>
<div
class=
"center"
>
<p>
业务经办:张三
</p>
<p>
联系电话:17890765336
</p>
</div>
<div
class=
"right"
>
<img
src=
"@/assets/
signContract
/calls.png"
alt=
""
>
<img
src=
"@/assets/
distributorSign
/calls.png"
alt=
""
>
</div>
</div>
</h-content>
...
...
@@ -101,30 +101,30 @@
<list-item
:item-height=
"56"
>
<item
:proportion=
"[4,1]"
>
<div
slot=
"name"
class=
"aguremrnt-list"
>
<img
src=
"@/assets/
signContract
/agreement.png"
alt=
""
class=
"pic"
>
<img
src=
"@/assets/
distributorSign
/agreement.png"
alt=
""
class=
"pic"
>
<p
class=
"second first"
>
经销商担保协议
</p>
</div>
<img
slot=
"content"
src=
"@/assets/
signContract
/into.png"
alt=
""
>
<img
slot=
"content"
src=
"@/assets/
distributorSign
/into.png"
alt=
""
>
</item>
</list-item>
<list-item
:item-height=
"56"
>
<item
:proportion=
"[4,1]"
>
<div
slot=
"name"
class=
"aguremrnt-list"
>
<img
src=
"@/assets/
signContract
/gray.png"
alt=
""
class=
"pics"
>
<img
src=
"@/assets/
distributorSign
/gray.png"
alt=
""
class=
"pics"
>
<p
class=
"second"
>
经销商担保协议
</p>
<img
src=
"@/assets/
signContract
/read.png"
alt=
""
class=
"read"
>
<img
src=
"@/assets/
distributorSign
/read.png"
alt=
""
class=
"read"
>
</div>
<img
slot=
"content"
src=
"@/assets/
signContract
/into.png"
alt=
""
>
<img
slot=
"content"
src=
"@/assets/
distributorSign
/into.png"
alt=
""
>
</item>
</list-item>
<list-item
:item-height=
"56"
>
<item
:proportion=
"[4,1]"
>
<div
slot=
"name"
class=
"aguremrnt-list"
>
<img
src=
"@/assets/
signContract
/gray.png"
alt=
""
class=
"pics"
>
<img
src=
"@/assets/
distributorSign
/gray.png"
alt=
""
class=
"pics"
>
<p
class=
"second"
>
经销商担保协议
</p>
<img
src=
"@/assets/
signContract
/unread.png"
alt=
""
class=
"read"
>
<img
src=
"@/assets/
distributorSign
/unread.png"
alt=
""
class=
"read"
>
</div>
<img
slot=
"content"
src=
"@/assets/
signContract
/into.png"
alt=
""
>
<img
slot=
"content"
src=
"@/assets/
distributorSign
/into.png"
alt=
""
>
</item>
</list-item>
</h-content>
...
...
@@ -132,7 +132,7 @@
</
template
>
<
script
>
import
Tab
from
'@/pages/
signContract
/details-tab'
import
Tab
from
'@/pages/
distributorSign
/details-tab'
export
default
{
name
:
'ContractDetails'
,
components
:
{
...
...
src/pages/distributorSign/contract-list.vue
View file @
250b9e73
...
...
@@ -17,12 +17,12 @@
<div
class=
"hinput"
>
<div
class=
"search-box"
>
<input
type=
"text"
placeholder=
"请输入进件号/承租人名称"
>
<img
src=
"@/assets/
signContract
/search.png"
alt=
""
>
<img
src=
"@/assets/
distributorSign
/search.png"
alt=
""
>
</div>
</div>
<div
v-for=
"(item,index) in contractMsg"
:key=
"index"
class=
"contract-list"
>
<div
class=
"item"
>
<img
src=
"@/assets/
signContract
/icon-进件合同.png"
alt=
""
>
<img
src=
"@/assets/
distributorSign
/icon-进件合同.png"
alt=
""
>
<p
class=
"incoming-num"
>
进件号
</p>
<p
class=
"code"
>
{{
item
.
code
}}
</p>
</div>
...
...
@@ -34,7 +34,7 @@
<div
class=
"option"
>
<p
class=
"name"
>
合同租金
</p>
<p
class=
"normal money"
>
{{
item
.
money
}}
</p>
<img
src=
"@/assets/
signContract
/goDetails.png"
alt=
""
@
click=
"goDetails(index)"
>
<img
src=
"@/assets/
distributorSign
/goDetails.png"
alt=
""
@
click=
"goDetails(index)"
>
</div>
<div
class=
"option"
>
<p
class=
"name"
>
申请时间
</p>
...
...
@@ -47,7 +47,7 @@
</h-view></
template
>
<
script
>
import
Tab
from
'@/pages/
signContract
/tab'
import
Tab
from
'@/pages/
distributorSign
/tab'
export
default
{
name
:
'ContractList'
,
components
:
{
...
...
src/pages/distributorSign/details-tab.vue
View file @
250b9e73
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-25 11:10:34
* @LastEditTime: 2019-09-25
16:08:36
* @LastEditTime: 2019-09-25
21:08:48
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -13,10 +13,10 @@
</div>
</
template
>
<
script
>
import
check1
from
'@/assets/
signContract
/conditionChecked.png'
import
check2
from
'@/assets/
signContract
/textChecked.png'
import
uncheck1
from
'@/assets/
signContract
/conditionUncheck.png'
import
uncheck2
from
'@/assets/
signContract
/textUncheck.png'
import
check1
from
'@/assets/
distributorSign
/conditionChecked.png'
import
check2
from
'@/assets/
distributorSign
/textChecked.png'
import
uncheck1
from
'@/assets/
distributorSign
/conditionUncheck.png'
import
uncheck2
from
'@/assets/
distributorSign
/textUncheck.png'
export
default
{
data
()
{
return
{
...
...
src/pages/distributorSign/tab.vue
View file @
250b9e73
...
...
@@ -13,10 +13,10 @@
</div>
</
template
>
<
script
>
import
check1
from
'@/assets/
signContract
/unsign.png'
import
check1
from
'@/assets/
distributorSign
/unsign.png'
import
check2
from
'@/assets/intoApproval/check2.png'
import
uncheck1
from
'@/assets/intoApproval/uncheck1.png'
import
uncheck2
from
'@/assets/
signContract
/signed.png'
import
uncheck2
from
'@/assets/
distributorSign
/signed.png'
export
default
{
data
()
{
return
{
...
...
src/router/index.js
View file @
250b9e73
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-24 12:34:06
* @LastEditTime: 2019-09-25
15:43:05
* @LastEditTime: 2019-09-25
21:10:20
* @LastEditors: Please set LastEditors
*/
import
Vue
from
'vue'
...
...
@@ -30,8 +30,8 @@ import Enterprise from '@/pages/userBind/org/enterprise'
// 进件审批
import
Base
from
'@/pages/intoApproval/intoApproval/base'
// 经销商签约
import
ContractList
from
'@/pages/
signContract
/contract-list'
import
ContractDetails
from
'@/pages/
signContract
/contract-details'
import
ContractList
from
'@/pages/
distributorSign
/contract-list'
import
ContractDetails
from
'@/pages/
distributorSign
/contract-details'
Vue
.
use
(
Router
)
...
...
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