Commit 74450e19 authored by 黄媛媛's avatar 黄媛媛

签证财务单据

parent 17508187
......@@ -436,6 +436,7 @@ export default {
this.checkd = false
},
checkAll(){ //全选
console.log("this.checkListAll",this.checkListAll)
if(this.checkList.length==this.checkListAll.length){
this.checkList=[]
return
......@@ -500,7 +501,7 @@ export default {
OpenOrder(num){
this.checkd=false;
this.checkList=[];
this.checkAllList=[];
this.checkListAll=[];
this.type=num;
this.dialogVisible=true;
if(num==1){
......@@ -520,11 +521,12 @@ export default {
},
addFinancialOrder () { // 新增单据方法
let userInfo =[];
this.checkList.forEach(check=>{
this.checknameList.forEach(item=>{
if(item.Id==check){
userInfo.push(item);
}
this.checknameList.forEach(item=>{
this.checkList.forEach(check=>{
if(item.Id==check){
userInfo.push(item);
}
})
})
if(userInfo.length==0){
......
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