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
5bd1cd0a
Commit
5bd1cd0a
authored
Nov 19, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
制单修改
parent
db321944
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+12
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+10
-3
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
5bd1cd0a
...
...
@@ -830,7 +830,9 @@
PayDate
:
''
,
CallType
:
0
,
Type
:
0
,
GuestInfoList
:
[]
GuestInfoList
:
[],
RB_BranchName
:
''
,
RB_DepartName
:
''
,
},
detailList
:
{
ID
:
0
,
...
...
@@ -1713,6 +1715,7 @@
this
.
CompanyList
.
forEach
(
x
=>
{
//给msg传校区的名字
if
(
x
.
SId
==
Bid
){
this
.
msg
.
RB_BranchName
=
x
.
SName
;
console
.
log
(
this
.
msg
)
}
})
// this.msg.RB_Depart_Id = '';
...
...
@@ -1726,7 +1729,10 @@
}
else
{
this
.
msg
.
RB_Depart_Id
=
this
.
msg
.
RB_Depart_Id
?
this
.
msg
.
RB_Depart_Id
:
this
.
getLocalStorage
().
DeptId
;
this
.
msg
.
RB_DepartName
=
this
.
msg
.
RB_DepartName
?
this
.
msg
.
RB_DepartName
:
this
.
getLocalStorage
().
DeptName
;
}
console
.
log
(
this
.
msg
)
}
}).
catch
(()
=>
{
...
...
@@ -1746,6 +1752,11 @@
getCompany
()
{
//公司
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
this
.
CompanyList
.
forEach
(
x
=>
{
//给msg传校区的名字
if
(
x
.
SId
==
this
.
msg
.
RB_Branch_Id
){
this
.
msg
.
RB_BranchName
=
x
.
SName
;
}
})
}).
catch
(()
=>
{
})
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
5bd1cd0a
...
...
@@ -713,7 +713,9 @@
SourceID
:
0
,
TCIDAndTCNUMList
:
[],
CallType
:
0
,
Type
:
0
Type
:
0
,
RB_BranchName
:
''
,
RB_DepartName
:
''
,
},
AccountNumber
:
''
,
queryAccMsg
:
{
...
...
@@ -1328,7 +1330,7 @@
});
}).
catch
(()
=>
{
this
.
$router
.
push
({
path
:
'/financial/financalDocument/
ChoiceAdd
FinancialDocuments'
,
path
:
'/financial/financalDocument/FinancialDocuments'
,
query
:
{
'Type'
:
this
.
$route
.
query
.
Type
,
'InPay'
:
this
.
$route
.
query
.
InPay
...
...
@@ -1719,7 +1721,7 @@
}
else
{
this
.
msg
.
RB_Depart_Id
=
this
.
msg
.
RB_Depart_Id
?
this
.
msg
.
RB_Depart_Id
:
this
.
getLocalStorage
().
DeptId
;
this
.
msg
.
RB_DepartName
=
this
.
msg
.
RB_DepartName
?
this
.
msg
.
RB_DepartName
:
this
.
getLocalStorage
().
RB_Depar
tName
;
this
.
msg
.
RB_DepartName
=
this
.
msg
.
RB_DepartName
?
this
.
msg
.
RB_DepartName
:
this
.
getLocalStorage
().
Dep
tName
;
}
}
...
...
@@ -1781,6 +1783,11 @@
}
},
err
=>
{})
}
this
.
companyList
.
forEach
(
x
=>
{
//给msg传校区的名字
if
(
x
.
SId
==
this
.
msg
.
RB_Branch_Id
){
this
.
msg
.
RB_BranchName
=
x
.
SName
;
}
})
}).
catch
(()
=>
{
...
...
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