Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
a06f8f77
Commit
a06f8f77
authored
Mar 14, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
baa64377
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+7
-7
order.vue
src/pages/stuMan/coffeeManage/order.vue
+4
-0
No files found.
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
a06f8f77
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
border-top
:
1px
dashed
#BFBFBF
;
border-top
:
1px
dashed
#BFBFBF
;
border-bottom
:
1px
dashed
#BFBFBF
;
border-bottom
:
1px
dashed
#BFBFBF
;
background-color
:
white
;
background-color
:
white
;
position
:
relative
;
}
}
._explain
>
p
{
._explain
>
p
{
...
@@ -1002,17 +1003,16 @@
...
@@ -1002,17 +1003,16 @@
<div
style=
"color: #1273BC;"
>
发票说明:
</div>
<div
style=
"color: #1273BC;"
>
发票说明:
</div>
<div
style=
"display:flex"
>
<div
style=
"display:flex"
>
<p>
发票类型:
<p
style=
'font-weight: bold;'
>
{{GetDetail.InvoiceTypeName}}
</p>
<p>
发票类型:
<p
style=
'font-weight: bold;'
>
{{GetDetail.InvoiceTypeName}}
</p>
</p>
<p
v-if=
"GetDetail.InvoiceType == 3"
style=
"margin-left:30px"
>
发票金额:
<p
v-if=
"GetDetail.InvoiceType == 3"
style=
"margin-left:30px"
>
发票金额:
<p
style=
'font-weight: bold;'
<p
style=
'font-weight: bold;'
v-if=
"GetDetail.InvoiceType == 3"
>
{{GetDetail.InvoiceMoney}}元
</p>
v-if=
"GetDetail.InvoiceType == 3"
>
{{GetDetail.InvoiceMoney}}元
</p>
</p>
</p>
</div>
</div>
<div>
<div>
发票备注:{{GetDetail.InvoiceRemark == null || GetDetail.InvoiceRemark==''?'无':GetDetail.InvoiceRemark}}
发票备注:{{GetDetail.InvoiceRemark == null || GetDetail.InvoiceRemark==''?'无':GetDetail.InvoiceRemark}}
</div>
</div>
</div>
</div>
<div
class=
"cursor-pointer full-width"
style=
"text-decoration: underline;display:flex;justify-content:flex-end"
@
click=
"goCoffeeOrder"
v-if=
"GetDetail.OtherType==54"
>
查看订单
</div>
<div
class=
"cursor-pointer full-width "
style=
"color:#1273bc;text-decoration: underline;display:flex;justify-content:flex-end;position:absolute;top:10px;right:15px"
@
click=
"goCoffeeOrder"
v-if=
"GetDetail.OtherType==54"
>
查看订单:{{GetDetail.ReFinanceId2}}
</div>
</div>
</div>
<my-HB-Bill
v-if=
"GetDetail.Is_Merge===1 && ZhiDanRen!==bossID"
:ID=
"FrID"
:FrID=
'FrID'
:GetDetail=
"GetDetail"
<my-HB-Bill
v-if=
"GetDetail.Is_Merge===1 && ZhiDanRen!==bossID"
:ID=
"FrID"
:FrID=
'FrID'
:GetDetail=
"GetDetail"
...
@@ -2365,8 +2365,8 @@
...
@@ -2365,8 +2365,8 @@
})
})
},
},
goCoffeeOrder
()
{
goCoffeeOrder
()
{
this
.
OpenNewUrl
(
'/stuMan/coffeeManage/
coffeeOrderList
'
,{
this
.
OpenNewUrl
(
'/stuMan/coffeeManage/
order
'
,{
id
:
this
.
GetDetail
.
ReFinanceId
id
:
this
.
GetDetail
.
ReFinanceId
2
})
})
},
},
},
},
...
...
src/pages/stuMan/coffeeManage/order.vue
View file @
a06f8f77
...
@@ -15,6 +15,10 @@
...
@@ -15,6 +15,10 @@
}
}
},
},
mounted
()
{
mounted
()
{
if
(
this
.
$route
.
query
.
id
){
this
.
url
=
`http://127.0.0.1:8080/#/coffeeManage/order?orderId=`
+
this
.
$route
.
query
.
id
}
let
userinfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'loginUserInfo'
)).
data
let
userinfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'loginUserInfo'
)).
data
let
obj
=
{
let
obj
=
{
token
:
userinfo
.
MallToken
,
token
:
userinfo
.
MallToken
,
...
...
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