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
aeb83054
Commit
aeb83054
authored
Oct 09, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式问题
parent
8e2aac5a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
17 deletions
+21
-17
mySJModule.vue
src/pages/financial/components/mySJModule.vue
+9
-5
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+1
-1
receiptManager.vue
src/pages/financial/financalDocument/receiptManager.vue
+2
-2
receiptManage.vue
src/pages/system/receiptManage.vue
+9
-9
No files found.
src/pages/financial/components/mySJModule.vue
View file @
aeb83054
...
@@ -41,15 +41,19 @@
...
@@ -41,15 +41,19 @@
<div
class=
"mySJbox"
v-if=
"!loading"
>
<div
class=
"mySJbox"
v-if=
"!loading"
>
<div>
<div>
<div
style=
"font-size: 14px; color: #000;padding: 8px 15px;display: flex; justify-content: space-between;"
>
<div
style=
"font-size: 14px; color: #000;padding: 8px 15px;display: flex; justify-content: space-between;"
>
<span
style=
"border-left: 3px solid #e95252;padding-left: 10px;"
>
财务收据
</span>
<span
style=
"border-left: 3px solid #e95252;padding-left: 10px;"
>
财务收据
<span
v-if=
"data && data.State"
:style=
"
{'font-size': '12px','color':data.State==1?'#409EFF':'#F56C6C'}">(
{{
data
.
State
==
1
?
'已领'
:
'未领'
}}
)
</span>
</span>
<div
style=
"display: flex;align-items: center;"
v-if=
"data && data.State "
>
<div
style=
"display: flex;align-items: center;"
v-if=
"data && data.State "
>
<span
class=
"_btn"
@
click=
"Printreceipt"
>
打印
</span>
<span
class=
"_btn"
@
click=
"Printreceipt"
>
打印
</span>
<span
class=
"_btn"
@
click=
'addreceipt'
v-if=
"data.State==2&& isoneself"
>
修改
</span>
<span
class=
"_btn"
@
click=
'addreceipt'
v-if=
"data.State==2&& isoneself"
>
修改
</span>
<span
class=
"_btn"
@
click=
'setdelete'
v-if=
"data.State==2 && isoneself"
>
删除
</span>
<span
class=
"_btn"
@
click=
'setdelete'
v-if=
"data.State==2 && isoneself"
>
删除
</span>
<span
class=
"_btn"
@
click=
'getshare'
>
分享
</span>
<span
class=
"_btn"
@
click=
'getshare'
v-if=
"data.State==2"
>
分享
</span>
</div>
</div>
</div>
</div>
<div
v-if=
"data && data.Id>0"
style=
"padding: 10px;"
>
<div
v-if=
"data && data.Id>0"
style=
"padding: 10px;"
>
<div
style=
"display: flex;align-items: center; justify-content: space-between;"
>
<div>
</div>
<div>
认领码:
<span
class=
"sjbianhao"
>
{{
data
.
ClaimCode
}}
</span>
</div>
</div>
<div
style=
"display: flex;align-items: center; justify-content: space-between;"
>
<div
style=
"display: flex;align-items: center; justify-content: space-between;"
>
<div>
开票日期:
<span>
{{
data
.
CreateTime
}}
</span>
</div>
<div>
开票日期:
<span>
{{
data
.
CreateTime
}}
</span>
</div>
<div>
编号:
<span
class=
"sjbianhao"
>
{{
data
.
ReceiptNo
}}
</span>
</div>
<div>
编号:
<span
class=
"sjbianhao"
>
{{
data
.
ReceiptNo
}}
</span>
</div>
...
@@ -115,8 +119,8 @@
...
@@ -115,8 +119,8 @@
<
template
>
<
template
>
<div
class=
"courserefund_Div"
id=
"proToCol"
<div
class=
"courserefund_Div"
id=
"proToCol"
style=
"display: flex;flex-direction: column;align-items: center; padding: 15px;"
>
style=
"display: flex;flex-direction: column;align-items: center; padding: 15px;"
>
<img
src=
"http://192.168.20.214:8130/EduSystem/Test/Upload/Temporary/202109290408209920000000003.jpeg
"
alt=
""
style=
"width:100%;"
/>
<img
:src=
"imgurl
"
alt=
""
style=
"width:100%;"
/>
<div
style=
"margin:
1
5px 0;"
>
尊敬的客户,成都市锦江区甲鹤外语培训学校 发送给您了一个财务收据,请长按识别二维码查收
</div>
<div
style=
"margin:
2
5px 0;"
>
尊敬的客户,成都市锦江区甲鹤外语培训学校 发送给您了一个财务收据,请长按识别二维码查收
</div>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"hollowFixedBtn"
@
click=
"sharedialog=false"
>
关闭
</button>
<button
class=
"hollowFixedBtn"
@
click=
"sharedialog=false"
>
关闭
</button>
...
@@ -281,7 +285,7 @@
...
@@ -281,7 +285,7 @@
})
})
this
.
apipostDS
(
this
.
apipostDS
(
"/api/user/GetWeiXinQRCodeForHT"
,
{
"/api/user/GetWeiXinQRCodeForHT"
,
{
Path
:
"/pages/school/personal/receiptDetails?id="
+
this
.
FrID
,
Path
:
"/pages/school/personal/receiptDetails?id="
+
this
.
FrID
+
'&JumpType=20'
,
With
:
430
With
:
430
},
},
(
res
)
=>
{
(
res
)
=>
{
...
...
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
aeb83054
...
@@ -1077,7 +1077,7 @@
...
@@ -1077,7 +1077,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
v-if=
"ConfigInfo && ConfigInfo.Enable==1 && getreceipt() "
>
<div
v-if=
"ConfigInfo && ConfigInfo.Enable==1 && getreceipt()
&& bossID == GetDetail.CreateBy
"
>
<p
class=
"_splic"
>
<p
class=
"_splic"
>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
</p>
</p>
...
...
src/pages/financial/financalDocument/receiptManager.vue
View file @
aeb83054
...
@@ -40,11 +40,11 @@
...
@@ -40,11 +40,11 @@
<div
class=
"cm_content"
>
<div
class=
"cm_content"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th
width=
"
2
50"
>
财务单据
</th>
<th
width=
"
1
50"
>
财务单据
</th>
<th
>
收据编码
</th>
<th
>
收据编码
</th>
<th
>
交款人
</th>
<th
>
交款人
</th>
<th
width=
"100"
>
金额
</th>
<th
width=
"100"
>
金额
</th>
<th>
收款事由
</th>
<th
width=
'550'
>
收款事由
</th>
<th>
状态
</th>
<th>
状态
</th>
<th>
认领码
</th>
<th>
认领码
</th>
<th>
甲鹤用户
</th>
<th>
甲鹤用户
</th>
...
...
src/pages/system/receiptManage.vue
View file @
aeb83054
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<q-select
class=
"col-12 q-pb-lg q-pr-lg"
multiple
clearable
filled
stack-label
use-input
use-chips
<q-select
class=
"col-12 q-pb-lg q-pr-lg"
multiple
clearable
filled
stack-label
use-input
use-chips
option-value=
"Id"
option-label=
"Name"
v-model=
"tempManager"
option-value=
"Id"
option-label=
"Name"
v-model=
"tempManager"
:rules=
"[(val) => !!val || '请选择相关流程']"
:options=
"SingleList"
label=
"相关流程"
:dense=
"false"
emit-value
:rules=
"[(val) => !!val || '请选择相关流程']"
:options=
"SingleList"
label=
"相关流程"
:dense=
"false"
emit-value
map-options
@
input=
"getIds"
>
map-options
>
</q-select>
</q-select>
</div>
</div>
...
@@ -244,13 +244,13 @@
...
@@ -244,13 +244,13 @@
this
.
apipost
(
'FinancialFlowTemplate_post_GetSingleList'
,
{},
res
=>
{
this
.
apipost
(
'FinancialFlowTemplate_post_GetSingleList'
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
SingleList
=
res
.
data
.
data
;
this
.
SingleList
=
res
.
data
.
data
;
this
.
SingleList
.
unshift
({
//
this.SingleList.unshift({
Id
:
-
1
,
//
Id: -1,
Name
:
"不限"
,
//
Name: "不限",
});
//
});
this
.
SingleList
.
forEach
(
x
=>
{
//
this.SingleList.forEach(x => {
x
.
disable
=
false
//
x.disable = false
})
//
})
}
else
{
}
}
else
{
}
},
err
=>
{
})
},
err
=>
{
})
},
},
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
geteject
()
{
geteject
()
{
this
.
addMsg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
baseObj
))
this
.
addMsg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
baseObj
))
this
.
tempManager
=
this
.
addMsg
.
TempleteIds
.
split
(
','
).
map
(
Number
)
this
.
tempManager
=
this
.
addMsg
.
TempleteIds
.
split
(
','
).
map
(
Number
)
this
.
getIds
()
// this.getIds()//去掉不限 这里注释掉不处理
this
.
isShowBaseSet
=
true
;
this
.
isShowBaseSet
=
true
;
},
},
getIds
(){
getIds
(){
...
...
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