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
f75afc12
Commit
f75afc12
authored
5 years ago
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增财务单据,切换公司审核人清空
parent
18798251
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+9
-5
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
f75afc12
...
...
@@ -862,6 +862,7 @@ export default {
e
.
target
.
value
=
(
e
.
target
.
value
.
match
(
/^
\d
*
(\.?\d{0,1})
/g
)[
0
])
||
null
},
AddFinancial
(
z
){
//保存
if
(
z
){
this
.
msg
.
Status
=
0
;
}
else
{
...
...
@@ -904,7 +905,6 @@ export default {
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
10
){
// console.log("getGuestInfo",this.$store.getters.getGuestInfo)
let
guestInfo
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
));
console
.
log
(
"getGuestInfo"
,
guestInfo
)
// return;
this
.
msg
.
GuestInfoList
=
[];
if
(
guestInfo
!=
null
&&
guestInfo
.
length
>
0
){
...
...
@@ -913,7 +913,6 @@ export default {
})
}
}
console
.
log
(
"1234"
,
this
.
msg
);
this
.
loading
=
true
;
this
.
msg
.
Description
=
this
.
Description
;
this
.
apipost
(
'Financial_post_Set'
,
this
.
msg
,
res
=>
{
...
...
@@ -1306,6 +1305,9 @@ export default {
},
err
=>
{})
},
admin_get_DepartmentGetList
(
Bid
,
T
){
if
(
Bid
==
0
){
this
.
chosenPeople
=
[];
}
// this.msg.RB_Depart_Id = '';
// this.departmentMsg.RB_Branch_Id = Bid ? Bid : -1;
this
.
departmentMsg
.
RB_Branch_Id
=
-
1
;
...
...
@@ -1369,7 +1371,7 @@ export default {
this
.
companyList
=
data
;
}
}
console
.
log
(
'this.companyList'
,
this
.
companyList
)
},
err
=>
{})
}
...
...
@@ -1458,7 +1460,8 @@ export default {
this
.
Description
=
gj
+
' '
+
gn
+
' '
+
gjzd
+
' '
+
sj
+
' '
+
sc
}
}
},
created
(){
},
created
(){
var
that
=
this
;
this
.
orderObj
=
this
.
$route
.
query
.
orderObj
?
JSON
.
parse
(
this
.
$route
.
query
.
orderObj
):
null
;
this
.
isFrompassenger
=
this
.
orderObj
.
isFromPassenger
;
...
...
@@ -1473,7 +1476,8 @@ export default {
}
}
},
mounted
(){
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
this
.
department
=
userInfo
.
DepartName
;
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
...
...
This diff is collapsed.
Click to expand it.
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