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
eda9db8d
Commit
eda9db8d
authored
Jan 21, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b7f347ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+5
-5
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+5
-5
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
eda9db8d
...
...
@@ -813,10 +813,10 @@
</div>
<!-- <button class="normalBtn" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"
@click="AddFinancial(1)">{{$t('fnc.zancun')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('fnc.zancun')"
@
click=
"AddFinancial(1)"
style=
"marginRight:10px"
v-if=
"
!iscopy
&& (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"
/>
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('fnc.zancun')"
@
click=
"AddFinancial(1)"
style=
"marginRight:10px"
v-if=
"
iscopy==false
&& (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"
/>
<!-- <button class="normalBtn" @click="AddFinancial()">{{$t('fnc.tijiao')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
v-if=
"
!iscopy
"
:label=
"$t('fnc.tijiao')"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"iscopy"
label=
"复制"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"
iscopy==false
"
:label=
"$t('fnc.tijiao')"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"iscopy
==true
"
label=
"复制"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<!-- <button class="hollowFixedBtn" @click="AuditOrRefund()">{{$t('pub.returnBack')}}</button> -->
<q-btn
text-color=
"primary"
size=
"11px"
:label=
"$t('pub.returnBack')"
@
click=
"AuditOrRefund()"
/>
</div>
...
...
@@ -1323,7 +1323,7 @@
this
.
msg
.
ReTCID
=
this
.
czmsg
.
ReTCID
;
}
this
.
msg
.
GuestId
=
this
.
$route
.
query
.
GuestId
;
if
(
this
.
iscopy
){
//如果是复制赋值为0
if
(
this
.
iscopy
==
true
){
//如果是复制赋值为0
this
.
msg
.
FrID
=
0
;
if
(
this
.
msg
.
vorcherInos
.
length
>
0
){
//如果是复制的话 收据ID 为0
this
.
msg
.
vorcherInos
.
forEach
(
x
=>
{
...
...
@@ -1700,7 +1700,7 @@
.
RB_Branch_Id
;
}
let
userInfo
=
this
.
getLocalStorage
()
if
(
!
this
.
$route
.
query
.
companyID
&&
userInfo
.
Group_Id
==
100000
&&
!
this
.
iscopy
){
if
(
!
this
.
$route
.
query
.
companyID
&&
userInfo
.
Group_Id
==
100000
&&
this
.
iscopy
==
false
){
this
.
msg
.
RB_Branch_Id
=
4
}
if
(
this
.
orderObj
){
//6.21号新加 校区的id
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
eda9db8d
...
...
@@ -650,10 +650,10 @@
<div
class=
"btn-box"
>
<!-- <button class="normalBtn" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"
@click="AddFinancial(1)">{{$t('fnc.zancun')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('fnc.zancun')"
@
click=
"AddFinancial(1)"
style=
"marginRight:10px"
v-if=
"
!iscopy
&& (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"
/>
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('fnc.zancun')"
@
click=
"AddFinancial(1)"
style=
"marginRight:10px"
v-if=
"
iscopy==false
&& (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"
/>
<!-- <button class="normalBtn" @click="AddFinancial()">{{$t('fnc.tijiao')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
v-if=
"
!iscopy
"
:label=
"$t('fnc.tijiao')"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"iscopy"
label=
"复制"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"
iscopy==false
"
:label=
"$t('fnc.tijiao')"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
v-if=
"iscopy
==true
"
label=
"复制"
@
click=
"AddFinancial()"
style=
"marginRight:10px"
/>
<!-- <button class="hollowFixedBtn" @click="AuditOrRefund()">返回</button> -->
<q-btn
text-color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"AuditOrRefund()"
/>
</div>
...
...
@@ -1350,7 +1350,7 @@
this
.
msg
.
PlatformAccountId
=
this
.
platformAccount
;
this
.
loading
=
true
;
this
.
msg
.
GuestId
=
this
.
$route
.
query
.
GuestId
if
(
this
.
iscopy
){
//如果是复制赋值为0
if
(
this
.
iscopy
==
true
){
//如果是复制赋值为0
this
.
msg
.
FrID
=
0
;
if
(
this
.
msg
.
vorcherInos
.
length
>
0
){
//如果是复制的话 收据ID 为0
this
.
msg
.
vorcherInos
.
forEach
(
x
=>
{
...
...
@@ -1649,7 +1649,7 @@
this
.
msg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
==
0
||
this
.
msg
.
RB_Branch_Id
==
ParentCompanyId
?
this
.
getLocalStorage
().
School_Id
:
this
.
msg
.
RB_Branch_Id
;
if
(
!
this
.
$route
.
query
.
companyID
&&
userInfo
.
Group_Id
==
100000
&&
!
this
.
iscopy
){
if
(
!
this
.
$route
.
query
.
companyID
&&
userInfo
.
Group_Id
==
100000
&&
this
.
iscopy
==
false
){
this
.
msg
.
RB_Branch_Id
=
4
}
...
...
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