Commit 1e3f3436 authored by 黄媛媛's avatar 黄媛媛

111

parent dccad4b6
......@@ -278,7 +278,7 @@ export default {
let userInfo = this.getLocalStorage();
this.form.groupId=userInfo.RB_Group_id;
this.EmployeeId=userInfo.EmployeeId;
if(this.$route.query.Id){
this.obj.Id=Number(this.$route.query.Id);
}
......@@ -462,7 +462,6 @@ export default {
}
this.saveMsg.push(obj)
})
console.log("this.this.saveMsg",this.saveMsg)
},
......
......@@ -214,7 +214,6 @@ export default {
this.loading = false
if (res.data.resultCode == 1) {
let data=res.data.data;
console.log("data.ReceiptModel",data)
this.LeaderRefundDetailList=data.LeaderRefundDetailList;
this.ReceiptModel=data.ReceiptModel;
this.LeaderState=true;
......
......@@ -939,7 +939,6 @@ export default {
this.msg.Description=this.Description;
console.log("czmsg",this.czmsg)
// 财务收据
if(this.czmsg && this.czmsg.ReFinanceId2){
this.msg.ReFinanceId2=this.czmsg.ReFinanceId2;
......
......@@ -1412,7 +1412,6 @@
Money: obj.LeaderGetPriceT,
TCNUMS: obj.TCNUM
};
console.log("orderObj",orderObj)
let fullPath =
`/ChoiceAddFinancialDocuments?searchTitle=报账&czmsg=${msg}&Type=${2}&templateID=${JSON.stringify(id)}&companyID=${obj.OutBranchId}&orderObj=${JSON.stringify(orderObj)}&blank=y&tab=领队报账`;
let dom = document.querySelector("#blankLink");
......@@ -1433,7 +1432,6 @@
this.fkZDmsg2.ReFinanceId=item.Id;
this.checkList2=[];
this.fzObj2=item;
console.log("this.fzObj2",this.fzObj2)
},
......@@ -1975,7 +1973,6 @@
});
this.TotalNav = TotalNav;
console.log("this.TotalNav",this.TotalNav)
this.dataDocList=[];
this.TotalNav.forEach(item=>{
this.getDataDoc(item.TCNUMS,item.OutBranchId);
......@@ -2009,12 +2006,10 @@
if(res.data.resultCode==1){
let data=res.data.data.pageData;
console.log("res",data);
data.forEach(item=>{
item.OutBranchId=OutBranchId;
this.dataDocList.push(item)
})
console.log("this.dataDocList",this.dataDocList)
}else{
this.$message.error(res.data.message);
}
......
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