Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c9c3af4f
Commit
c9c3af4f
authored
Oct 30, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
e412ef3d
88effd74
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
empBankAccount.vue
src/components/administrative/empBankAccount.vue
+3
-4
empBankAccountAll.vue
src/components/administrative/empBankAccountAll.vue
+7
-1
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+1
-1
No files found.
src/components/administrative/empBankAccount.vue
View file @
c9c3af4f
...
...
@@ -382,6 +382,7 @@
this
.
supplierMsg
.
Type
=
this
.
addMsg
.
Type
if
(
this
.
addMsg
.
Type
!=
10
){
this
.
addMsg
.
ObjID
=
null
this
.
addMsg
.
ObjIdStr
=
''
}
else
{
this
.
addMsg
.
ObjID
=
this
.
$route
.
query
.
id
}
...
...
@@ -581,13 +582,11 @@
},
err
=>
{})
},
addData
(){
if
(
!
this
.
addMsg
.
ObjID
&&
this
.
addMsg
.
Type
!=
10
){
if
(
this
.
addMsg
.
ObjID
==
null
&&
this
.
addMsg
.
Type
!=
10
){
this
.
$message
.
error
(
'请选择客户名称'
)
return
}
if
(
this
.
addMsg
.
Type
==
10
){
this
.
addMsg
.
ObjID
=
this
.
$route
.
query
.
id
}
this
.
addMsg
.
ObjID
=
this
.
addMsg
.
ObjID
!=
'-1'
&&
this
.
addMsg
.
ObjID
!=
null
?
this
.
addMsg
.
ObjID
:
this
.
$route
.
query
.
id
if
(
this
.
addMsg
.
AccountClassify
!=
'3'
&&
this
.
addMsg
.
AccountClassify
!=
'4'
){
if
(
this
.
addMsg
.
OpenBankName
==
''
){
this
.
$message
.
error
(
this
.
$t
(
'visaT.Pleasefillin'
)
+
this
.
nameA
)
...
...
src/components/administrative/empBankAccountAll.vue
View file @
c9c3af4f
...
...
@@ -197,6 +197,7 @@
v-model=
"addMsg.Type"
:placeholder=
"$t('fnc.khleixing')"
class=
"w135 _border_b_1"
@
change=
"getType"
>
<el-option
v-for=
"item in ClientTypeList"
...
...
@@ -567,6 +568,12 @@ export default {
this
.
changeTitle
();
},
methods
:
{
getType
(){
this
.
supplierList
=
[]
this
.
addMsg
.
ObjID
=
null
this
.
addMsg
.
ObjIdStr
=
''
this
.
supplierMsg
.
Type
=
this
.
addMsg
.
Type
},
getObjName
(){
this
.
supplierList
.
filter
(
x
=>
{
if
(
x
.
ID
==
this
.
addMsg
.
ObjID
){
...
...
@@ -584,7 +591,6 @@ export default {
}
},
getSupplierGetPageList
(){
if
(
this
.
supplierMsg
.
Type
==
10
)
{
this
.
addMsg
.
ObjID
=
this
.
addMsg
.
CreateBy
return
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
c9c3af4f
...
...
@@ -1433,7 +1433,7 @@
},
// 制作单据
makeAdocument
(
row
,
index
,
num
,
Offset
)
{
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
Income
)
<=
0
)
{
if
((
num
==
2
||
num
==
3
)
&&
(
row
.
Income
+
row
.
PlatformMoney
)
<=
0
)
{
this
.
Info
(
'请先制收款单据,再制成本或退款单据!'
)
return
}
...
...
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