Commit a8ecec17 authored by liudong1993's avatar liudong1993

1

parent ecdf09a2
...@@ -193,7 +193,7 @@ export default { ...@@ -193,7 +193,7 @@ export default {
OutBranchId: -1, OutBranchId: -1,
StandardCurrencyId:0, StandardCurrencyId:0,
LineId: 0, LineId: 0,
Type: '0', Type: '1',
DataType:'-1', DataType:'-1',
LossType:'0', LossType:'0',
IsLastData:1, IsLastData:1,
...@@ -303,7 +303,7 @@ export default { ...@@ -303,7 +303,7 @@ export default {
}, },
handleClick(e){ handleClick(e){
this.activeName = e._props.name this.activeName = e._props.name
// this.msg.Type = e._props.name this.msg.Type = this.activeName
this.getStatement() this.getStatement()
}, },
getDateTime(){ getDateTime(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment