Commit 87ec664b authored by huangyuanyuan's avatar huangyuanyuan

财务单据审核

parent 2b45351d
......@@ -1874,13 +1874,15 @@ export default {
// }
// })
if (ChuNaShenHe && this.GetDetail.DijieBathFinanceList.length >= 0 ) {
this.otherTable = false
} else if (!ChuNaShenHe && this.GetDetail.DijieBathFinanceList.length < 1 ) {
if (this.GetDetail.DijieBathFinanceList.length >= 0 ) {
if(ChuNaShenHe){
this.otherTable = false
}else{
this.otherTable = true
}
} else if (this.GetDetail.DijieBathFinanceList.length < 1 ) {
this.otherTable = false
} else if (!ChuNaShenHe && this.GetDetail.DijieBathFinanceList.length >0 ) {
this.otherTable = true
}
}
this.OrderID = this.GetDetail.OrderID;
this.OrderSource = this.GetDetail.OrderSource;
this.SourceID = this.GetDetail.SourceID;
......
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