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

签证财务单据

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