Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
expense
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
contractServiceExpense-Develop
expense
Commits
f8429464
Commit
f8429464
authored
Jul 28, 2020
by
kingboy_xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约管理,和BUG更改
parent
e27815ef
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
11 deletions
+15
-11
src/api/axios.js
+2
-2
src/assets/css/base.css
+1
-0
src/assets/css/contract.css
+10
-8
src/components/common/Search.vue
+2
-1
src/views/gp/contract/GpContract.vue
+0
-0
No files found.
src/api/axios.js
View file @
f8429464
...
...
@@ -31,8 +31,8 @@ export default function axios(option) {
// console.log('来到了response拦截success中');
return
response
.
data
},
err
=>
{
console
.
log
(
'来到了response拦截failure中'
);
console
.
log
(
err
);
//
console.log('来到了response拦截failure中');
//
console.log(err);
if
(
err
&&
err
.
response
)
{
switch
(
err
.
response
.
status
)
{
case
400
:
...
...
src/assets/css/base.css
View file @
f8429464
...
...
@@ -82,6 +82,7 @@ input::-webkit-input-placeholder { color: #BDCADA; }
padding
:
5px
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#36436f
),
color-stop
(
14%
,
#36436f
),
to
(
#30385a
));
background
:
linear-gradient
(
180deg
,
#36436f
,
#36436f
14%
,
#30385a
);
position
:
relative
;
}
.head-card-content
{
...
...
src/assets/css/contract.css
View file @
f8429464
...
...
@@ -3,7 +3,9 @@
.cttxt3
{
float
:
left
;
height
:
auto
;
padding-left
:
10px
;}
.cttxt2
{
height
:
35px
;
padding-left
:
10px
;}
.cttxt
.ctline
{
height
:
22px
;
position
:
relative
;
color
:
#334b84
;
font-size
:
8px
;
text-align
:
left
;
clear
:
both
;}
.cttxt
.ctline
i
.i01
{
height
:
12px
;
width
:
2px
;
color
:
#2680FF
;
background
:
#2680FF
;
position
:
absolute
;
left
:
0
;
top
:
5px
;}
.cttxt
.ctline
i
.i101
{
height
:
12px
;
width
:
2px
;
color
:
#2680FF
;
background
:
#2680FF
;
position
:
absolute
;
left
:
0
;
top
:
5px
;}
.cttxt
.ctline
i
.i102
{
height
:
8px
;
width
:
1px
;
color
:
#2779F0
;
background
:
#2779F0
;
position
:
absolute
;
top
:
8px
;}
.cttxt
.ctline
i
.i103
{
height
:
8px
;
width
:
1px
;
color
:
#2779F0
;
background
:
#2779F0
;
position
:
absolute
;
top
:
8px
;}
.cttxt
.ctline
i
.i02
{
height
:
12px
;
width
:
2px
;
color
:
#55FFE8
;
background
:
#55FFE8
;
position
:
absolute
;
left
:
0
;
top
:
5px
;}
.cttxt
.ctline
span
{
color
:
#AAB1D2
;
font-size
:
12px
;
padding
:
0
10px
;
line-height
:
22px
;}
.cttxt
.ctline
span
.clk
{
text-decoration
:
underline
;}
...
...
@@ -28,18 +30,18 @@
.cttxt
.ctp
span
.span01
{
font-size
:
18px
;}
.cttxt
.ctp
span
.span02
{
color
:
#2680FF
;
font-size
:
14px
;
padding
:
0
2px
;}
.cttxt
.ctp
span
.span03
{
color
:
#8891BE
;
font-size
:
14px
;}
.tong
{
color
:
#5492FF
;
border
:
1px
solid
#5492FF
;
border-radius
:
1px
;
margin-left
:
3px
;
padding
:
0
1px
;
line-height
:
16px
;
height
:
16px
;
display
:
inline-block
;
transform
:
scale
(
0.8
);
-webkit-transform-origin-x
:
0
;
-webkit-transform
:
scale
(
0.8
)
;}
.pian
{
color
:
#FF5C5C
;
border
:
1px
solid
#FF5C5C
;
border-radius
:
1px
;
margin-left
:
3px
;
padding
:
0
1px
;
line-height
:
16px
;
height
:
16px
;
display
:
inline-block
;
transform
:
scale
(
0.8
);
-webkit-transform-origin-x
:
0
;
-webkit-transform
:
scale
(
0.8
)
;}
.tong
{
background
:
url(../img/common/icon-tag-tong.svg)
;
background-size
:
cover
;
max-width
:
16px
;
max-height
:
16px
;
position
:
relative
;
bottom
:
2px
;
margin
:
0
2px
;
color
:
#555
;}
.pian
{
background
:
url(../img/common/icon-tag-pian.svg)
;
background-size
:
cover
;
max-width
:
16px
;
max-height
:
16px
;
position
:
relative
;
bottom
:
2px
;
margin
:
0
2px
;
color
:
#555
;}
#ctpie1
{
width
:
145px
;
height
:
145px
;
float
:
right
;
position
:
relative
;}
#ctpie2
{
width
:
145px
;
height
:
145px
;
float
:
right
;
position
:
relative
;}
.pieline
{
height
:
4px
;
width
:
100px
;
position
:
absolute
;
bottom
:
13px
;
left
:
303
px
;}
.pieline
{
height
:
4px
;
width
:
100px
;
position
:
absolute
;
bottom
:
13px
;
right
:
22
px
;}
.pieline
span
{
display
:
block
;
float
:
left
;
width
:
20px
;
height
:
4px
;}
.pieline
span
.span01
{
background
:
rgba
(
159
,
199
,
255
,
1
);}
.pieline
span
.span02
{
background
:
rgba
(
106
,
168
,
255
,
1
);}
.pieline
span
.span03
{
background
:
rgba
(
38
,
128
,
255
,
1
);}
.pieline
span
.span04
{
background
:
rgba
(
21
,
87
,
255
,
1
);}
.pieline
span
.span05
{
background
:
rgba
(
18
,
47
,
219
,
1
);}
.pieline2
{
height
:
4px
;
width
:
100px
;
position
:
absolute
;
bottom
:
13px
;
right
:
33
px
;}
.pieline2
{
height
:
4px
;
width
:
100px
;
position
:
absolute
;
bottom
:
13px
;
right
:
22
px
;}
.pieline2
span
{
display
:
block
;
float
:
left
;
width
:
20px
;
height
:
4px
;}
.pieline2
span
.span01
{
background
:
rgba
(
159
,
199
,
255
,
1
);}
.pieline2
span
.span02
{
background
:
rgba
(
106
,
168
,
255
,
1
);}
...
...
@@ -56,14 +58,14 @@
.ectable01
li
.li03
{
float
:
left
;
width
:
120px
;}
.ectable01
li
.li05
{
float
:
left
;
width
:
150px
;}
.tabletitle
{
height
:
32px
;
padding-top
:
5px
;
padding-bottom
:
5px
;
text-align
:
left
;
position
:
relative
;
background
:
linear-gradient
(
180deg
,
#36436f
,
#36436f
14%
,
#30385a
);
}
.tabletitle
{
height
:
32px
;
padding-top
:
5px
;
padding-bottom
:
5px
;
text-align
:
left
;}
.tabletitle
span
{
line-height
:
20px
;
padding
:
0
10px
;
background
:
none
;
border-radius
:
1px
;
border
:
1px
solid
#626D92
;
color
:
#AAB1D2
;
display
:
block
;
float
:
left
;
margin-right
:
5px
;}
.tabletitle
span
.clk
{
background
:
#2680FF
;
border
:
1px
solid
#2680FF
;
color
:
#fff
;}
.tabletitle
span
.nclk
{
background
:
none
;
border
:
0px
solid
#2680FF
;
color
:
#A6AED6
;
font-size
:
14px
;}
.tabletitle
img
{
position
:
absolute
;
right
:
3px
;
bottom
:
-23
px
;
height
:
13px
;
width
:
13px
;
z-index
:
999
;}
.tabletitle
img
{
position
:
absolute
;
right
:
5px
;
top
:
42
px
;
height
:
13px
;
width
:
13px
;
z-index
:
999
;}
.yytable
{
position
:
absolute
;
right
:
18px
;
top
:
40px
;
padding
:
10px
;
border-radius
:
4px
;
height
:
250px
;
background
:
rgba
(
23
,
26
,
40
,
0.9
);
width
:
300px
;}
.yytable
{
position
:
absolute
;
right
:
5%
;
top
:
2%
;
padding
:
10px
;
border-radius
:
4px
;
height
:
250px
;
background
:
rgba
(
23
,
26
,
40
,
0.9
);
width
:
300px
;}
.yytable
h3
{
clear
:
both
;
height
:
26px
;
border-bottom
:
1px
solid
#424966
;
color
:
#fff
;
text-align
:
left
;
margin-bottom
:
5px
;}
.yytable
h3
span
{
float
:
right
;
padding
:
0
5px
;}
.yytable
.pline
{
clear
:
both
;
overflow
:
hidden
;
text-align
:
left
;
margin-bottom
:
5px
;}
...
...
src/components/common/Search.vue
View file @
f8429464
...
...
@@ -53,6 +53,7 @@
}
this
.
restaurants
=
[]
getPageData
(
token
,
menuslist
).
then
(
res
=>
{
if
(
res
.
code
==
1
&&
res
.
data
.
listData
.
length
>
0
){
res
.
data
.
listData
.
forEach
((
item
,
index
)
=>
{
let
ulist
=
{
"value"
:
''
,
"usex"
:
''
,
"sfzh"
:
''
}
ulist
.
value
=
item
.
XM
+
''
...
...
@@ -60,10 +61,10 @@
ulist
.
sfzh
=
item
.
SFZH
this
.
restaurants
.
push
(
ulist
)
})
var
restaurants
=
this
.
restaurants
;
var
results
=
queryString
?
restaurants
.
filter
(
this
.
createFilter
(
queryString
))
:
restaurants
;
cb
(
results
);
}
});
},
querySearchAsync
(
queryString
,
cb
)
{
...
...
src/views/gp/contract/GpContract.vue
View file @
f8429464
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