Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
b28b72c1
Commit
b28b72c1
authored
Oct 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式的修改
parent
0b793183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
receiptDetails.vue
pages/school/personal/receiptDetails.vue
+3
-6
receiptList.vue
pages/school/personal/receiptList.vue
+3
-3
No files found.
pages/school/personal/receiptDetails.vue
View file @
b28b72c1
...
@@ -201,13 +201,10 @@
...
@@ -201,13 +201,10 @@
res
=>
{
res
=>
{
if
(
res
.
resultCode
==
1
){
if
(
res
.
resultCode
==
1
){
this
.
data
=
res
.
data
this
.
data
=
res
.
data
if
(
this
.
data
.
UserId
&&
this
.
data
.
UserId
>
0
){
if
(
this
.
UserInfo
.
UserId
!=
this
.
data
.
UserId
){
//判断是否是本人领取
this
.
UserInfo
=
false
}
}
}
}
},
err
=>
{
this
.
boxshow
=
false
}
}
);
);
},
},
...
...
pages/school/personal/receiptList.vue
View file @
b28b72c1
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
.receiptList
.item_c_l
{
.receiptList
.item_c_l
{
font-size
:
14px
;
font-size
:
14px
;
color
:
#111111
;
color
:
#111111
;
width
:
1
2
0
rpx
;
width
:
1
3
0
rpx
;
}
}
.receiptList
.item_c_r
{
.receiptList
.item_c_r
{
font-size
:
14px
;
font-size
:
14px
;
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<view
class=
"details"
>
<view
class=
"details"
>
<view
class=
"item"
v-for=
"(x, i) in g"
:key=
"i"
@
click=
"godetails(x)"
>
<view
class=
"item"
v-for=
"(x, i) in g"
:key=
"i"
@
click=
"godetails(x)"
>
<view
class=
"item_t"
>
<view
class=
"item_t"
>
<span
style=
"color: #111111;font-weight: 800;"
>
{{
x
.
FinanceId
}}
</span>
<span
style=
"color: #111111;font-weight: 800;"
>
{{
x
.
ReceiptNo
}}
</span>
<span
class=
'item_t_text'
v-if=
"x.State==1"
:style=
"
{'color':mainColor}">已认领
</span>
<span
class=
'item_t_text'
v-if=
"x.State==1"
:style=
"
{'color':mainColor}">已认领
</span>
<span
class=
'item_t_text'
v-if=
"x.State==2"
style=
"color: #40766E;"
>
未认领
</span>
<span
class=
'item_t_text'
v-if=
"x.State==2"
style=
"color: #40766E;"
>
未认领
</span>
</view>
</view>
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
</view>
</view>
<view
class=
"item_c_box"
>
<view
class=
"item_c_box"
>
<view
class=
"item_c_l"
>
收款事由
</view>
<view
class=
"item_c_l"
>
收款事由
</view>
<view
class=
"item_c_r"
>
{{
x
.
Remark
}}
</view>
<view
class=
"item_c_r"
style=
"overflow: hidden;display: inline-block;white-space: nowrap; text-overflow:ellipsis;width: 100%;"
>
{{
x
.
Remark
}}
</view>
</view>
</view>
<view
class=
"item_c_box"
>
<view
class=
"item_c_box"
>
<view
class=
"item_c_l"
>
开票人
</view>
<view
class=
"item_c_l"
>
开票人
</view>
...
...
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