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
444f5b6c
Commit
444f5b6c
authored
Apr 24, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改单据
parent
837774b0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+8
-5
NewBillModule.vue
...ents/FinancialModule/FinancialSubmodule/NewBillModule.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
444f5b6c
...
...
@@ -262,9 +262,11 @@
<div
class=
"page_bdm"
v-if=
"GetDetail"
v-loading=
"loading"
>
<p
class=
"_tit"
>
{{
GetDetail
.
FinanceName
}}
</p>
<div
class=
"_conten"
>
<template
v-if=
"GetDetail.Type!==1 && GetDetail.Type!==7"
>
<new-Bill
:ID=
"GetDetail.FrID"
v-if=
"GetDetail.Type==4"
></new-Bill>
<my-Bill
v-else
:ID=
"GetDetail.FrID"
v-on:headCallBack=
"headCall"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
<template
v-if=
"GetDetail.Type!==1 && GetDetail.Type!==7 && GetDetail.Type!=4"
>
<my-Bill
:ID=
"GetDetail.FrID"
v-on:headCallBack=
"headCall"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
</
template
>
<
template
v-else-if=
"GetDetail.Type===4"
>
<new-Bill
:ID=
"GetDetail.FrID"
></new-Bill>
</
template
>
<
template
v-else-if=
"GetDetail.Type===1 && GetDetail.Type!==7"
>
<my-RVB-Bill
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
...
...
@@ -1099,6 +1101,7 @@
<
script
>
import
myFlowChartModule
from
"./FinancialSubmodule/FlowChartModule.vue"
;
import
myBill
from
"./FinancialSubmodule/BillModule.vue"
;
import
newBill
from
"./FinancialSubmodule/NewBillModule.vue"
;
import
myGZBill
from
"./FinancialSubmodule/GZBillModule.vue"
;
import
myrbvBill
from
"./FinancialSubmodule/ReceivablesModule.vue"
;
import
myhrBill
from
"./FinancialSubmodule/MergeBillModule.vue"
;
...
...
@@ -1107,7 +1110,6 @@ import TicketFinace from "../commonPage/TicketFinace.vue";
import
SaleOrderModule
from
"../commonPage/SaleOrderModule.vue"
;
import
TicketingModule
from
"../commonPage/TicketingModule.vue"
;
import
newBill
from
"./FinancialSubmodule/NewBillModule.vue"
;
// import MsgBus from '../../assets/utils/msgBus.js';
export
default
{
data
(){
...
...
@@ -1233,6 +1235,7 @@ export default {
},
components
:{
"my-FlowChartModule"
:
myFlowChartModule
,
"my-Bill"
:
myBill
,
"new-Bill"
:
newBill
,
"my-RVB-Bill"
:
myrbvBill
,
"my-GZ-Bill"
:
myGZBill
,
'TicketingModule'
:
TicketingModule
,
...
...
@@ -1240,7 +1243,6 @@ export default {
'SaleOrderModule'
:
SaleOrderModule
,
'TicketFinace'
:
TicketFinace
,
'my-HB-Bill'
:
myhrBill
,
'new-Bill'
:
newBill
},
methods
:{
payMsgListShow
:
function
(
type
,
index
)
{
if
(
this
.
choiceMsg
.
Status
==
1
){
...
...
@@ -1842,6 +1844,7 @@ export default {
// this.$router.push({name:data.URL+'1',query:{'SourceID':this.SourceID,'Callback':this.Callback,id:this.ID}});
// }
}
console
.
log
(
this
.
GetDetail
,
'getdetail'
);
}
},
err
=>
{})
},
...
...
src/components/FinancialModule/FinancialSubmodule/NewBillModule.vue
View file @
444f5b6c
...
...
@@ -410,7 +410,7 @@ export default {
},
},
mounted
(){
//
this.getList(this.ID);
this
.
getList
(
this
.
ID
);
},
watch
:
{
// 监听参数变化
GetDetail
:
{
...
...
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