Commit fe6dae97 authored by youjie's avatar youjie

地接总部 用款计划、收付款制单修复

parent 976e8407
......@@ -388,8 +388,7 @@
x.Id!=55&&x.Id!=49&&x.Id!=50&&x.Id!=57&&x.Id!=58&&x.Id!=88&&x.Id!=89){
this.payList.push(x);
}
}
if(!this.$route.query.noTypeCost){
}else{
this.payList.push(x);
}
}else if (x.Type==7){
......
......@@ -1456,7 +1456,7 @@
}
let TCIDARR = []
let id = [];
if((this.msgList&&this.msgList.length>0&&this.msgList[0].LineId==this.myLineId)||this.myLineId){
if(this.msgList&&this.msgList.length>0&&this.msgList[0].LineId==this.myLineId){
if (_orderSource === 1 && _type === 2) {
id = [94]
......
......@@ -441,7 +441,7 @@
goUrl(_orderSource, _type) {
let TCIDARR = []
let id = [];
if((this.msgList&&this.msgList.length>0&&this.msgList[0].LineId==this.LineId)||this.LineId){
if(this.msgList&&this.msgList.length>0&&this.msgList[0].LineId==this.LineId){
if (_orderSource === 1 && _type === 2) {
id = [94]
......
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