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
72b8ab9a
Commit
72b8ab9a
authored
Jul 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
495ab5eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
317 additions
and
84 deletions
+317
-84
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+8
-10
CashierBillModule.vue
.../FinancialModule/FinancialSubmodule/CashierBillModule.vue
+7
-7
DjieMergeBillModule.vue
...inancialModule/FinancialSubmodule/DjieMergeBillModule.vue
+8
-8
GZBillModule.vue
...nents/FinancialModule/FinancialSubmodule/GZBillModule.vue
+8
-8
MergeBillModule.vue
...ts/FinancialModule/FinancialSubmodule/MergeBillModule.vue
+9
-9
ReceivablesModule.vue
.../FinancialModule/FinancialSubmodule/ReceivablesModule.vue
+8
-10
leaderPay2.vue
src/components/leaderPay2.vue
+269
-32
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
72b8ab9a
...
...
@@ -355,12 +355,12 @@ export default {
})
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
Financial_post_GetDetail
(){
//获取单据详情
//
if(!id) return
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
...
...
@@ -381,8 +381,8 @@ export default {
this
.
loading
=
false
// this.$set(this.$data,"GetDetail",data);
// console.log(this.GetDetail)
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
// console.log(this.ID+"mounted")
...
...
@@ -394,9 +394,7 @@ export default {
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
if
(
this
.
ID
){
this
.
Financial_post_GetDetail
(
this
.
ID
);
}
this
.
Financial_post_GetDetail
();
},
watch
:
{
// 监听参数变化
// GetDetail: {
...
...
src/components/FinancialModule/FinancialSubmodule/CashierBillModule.vue
View file @
72b8ab9a
...
...
@@ -136,11 +136,11 @@ export default {
this
.
picIsShow
=
true
;
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
//
if(!id) return
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
let
Money
=
0
;
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
);
...
...
@@ -158,11 +158,11 @@ export default {
data
.
AuditSteps
.
reverse
();
this
.
GetDetail
=
data
;
this
.
loading
=
false
;
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
// this.Financial_post_GetDetail(this.ID
)
this
.
Financial_post_GetDetail
(
)
},
watch
:
{
// 监听参数变化
// GetDetail: {
// handler: function(val, oldVal) {
...
...
src/components/FinancialModule/FinancialSubmodule/DjieMergeBillModule.vue
View file @
72b8ab9a
...
...
@@ -332,12 +332,12 @@
})
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
Financial_post_GetDetail
(){
//获取单据详情
//
if(!id) return
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
...
...
@@ -362,8 +362,8 @@
this
.
loading
=
false
// this.$set(this.$data,"GetDetail",data);
// console.log(this.GetDetail)
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
// console.log(this.ID+"mounted")
...
...
@@ -375,7 +375,7 @@
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
// this.Financial_post_GetDetail(this.ID
);
this
.
Financial_post_GetDetail
(
);
},
watch
:
{
// 监听参数变化
// GetDetail: {
// handler: function(val, oldVal) {
...
...
src/components/FinancialModule/FinancialSubmodule/GZBillModule.vue
View file @
72b8ab9a
...
...
@@ -372,12 +372,12 @@ export default {
})
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
Financial_post_GetDetail
(){
//获取单据详情
//
if(!id) return
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
...
...
@@ -397,8 +397,8 @@ export default {
this
.
loading
=
false
// this.$set(this.$data,"GetDetail",data);
// console.log(this.GetDetail)
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
// console.log(this.ID+"mounted")
...
...
@@ -410,7 +410,7 @@ export default {
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
// this.Financial_post_GetDetail(this.ID
);
this
.
Financial_post_GetDetail
(
);
},
watch
:
{
// 监听参数变化
// GetDetail: {
// handler: function(val, oldVal) {
...
...
src/components/FinancialModule/FinancialSubmodule/MergeBillModule.vue
View file @
72b8ab9a
...
...
@@ -282,12 +282,12 @@
})
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
Financial_post_GetDetail
(){
//获取单据详情
//
if(!id) return
//
this.loading = true;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
...
...
@@ -302,8 +302,8 @@
this
.
loading
=
false
// this.$set(this.$data,"GetDetail",data);
// console.log(this.GetDetail)
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
console
.
log
(
this
.
GetDetail
,
"mounted"
)
...
...
@@ -315,7 +315,7 @@
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
// this.Financial_post_GetDetail(this.ID
);
this
.
Financial_post_GetDetail
(
);
},
watch
:
{
// 监听参数变化
// GetDetail: {
// handler: function(val, oldVal) {
...
...
src/components/FinancialModule/FinancialSubmodule/ReceivablesModule.vue
View file @
72b8ab9a
...
...
@@ -336,12 +336,12 @@ export default {
})
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
;
Financial_post_GetDetail
(){
//获取单据详情
//
if(!id) return;
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
//
this.apipost('Financial_post_GetDetail',{ID:id}, res => {
//
if(res.data.resultCode == 1) {
let
data
=
this
.
GetDetail
;
let
numberC
=
0
;
let
price
=
0
;
let
rate
=
0
;
...
...
@@ -364,8 +364,8 @@ export default {
this
.
loading
=
false
// this.$set(this.$data,"GetDetail",data);
// console.log(this.GetDetail)
}
},
err
=>
{})
//
}
//
}, err => {})
},
},
mounted
(){
// console.log(this.ID+"mounted")
...
...
@@ -377,9 +377,7 @@ export default {
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
if
(
this
.
ID
){
this
.
Financial_post_GetDetail
(
this
.
ID
);
}
this
.
Financial_post_GetDetail
();
// this.Financial_post_GetDetail(this.ID);
},
watch
:
{
// 监听参数变化
// GetDetail: {
...
...
src/components/leaderPay2.vue
View file @
72b8ab9a
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