|
|
|
@ -526,9 +526,9 @@ export default {
|
|
|
|
|
callFordelivery(inde){ |
|
|
|
|
this.dialogFormVisible = false; |
|
|
|
|
this.selectionListStock.some( i =>{ |
|
|
|
|
console.log("asdgfasdv",i); |
|
|
|
|
// console.log("asdgfasdv",i); |
|
|
|
|
let a = this.data.filter((ele) => ele.id == i.id ).length >= 1 |
|
|
|
|
console.log("asdgfasdv",a); |
|
|
|
|
// console.log("asdgfasdv",a); |
|
|
|
|
if(!a){ |
|
|
|
|
this.data.push(i); |
|
|
|
|
} |
|
|
|
@ -631,19 +631,52 @@ export default {
|
|
|
|
|
let fei = new Map(); |
|
|
|
|
await this.bianLier(this.costListName,this.clientType,this.costList,fei); |
|
|
|
|
this.form.fei = Object.fromEntries(fei); |
|
|
|
|
this.form.stockArticleId = this.$route.query.ids; |
|
|
|
|
this.form.stockArticleId = this.$route.query.id; |
|
|
|
|
this.form.stockDTOList = this.data; |
|
|
|
|
let o = []; |
|
|
|
|
if(this.fileListClerk.length > 0){ |
|
|
|
|
this.fileListClerk.forEach( i =>{ |
|
|
|
|
// console.log("iiii",i); |
|
|
|
|
let num = {}; |
|
|
|
|
num.state = "2"; |
|
|
|
|
num.name = i.response.data.name; |
|
|
|
|
num.url = i.response.data.link; |
|
|
|
|
o.push(num); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}else if(this.fileListLibrary.length > 0){ |
|
|
|
|
this.fileListLibrary.forEach( i =>{ |
|
|
|
|
let num = {}; |
|
|
|
|
num.state = "3"; |
|
|
|
|
num.name = i.response.data.name; |
|
|
|
|
num.url = i.response.data.link; |
|
|
|
|
o.push(num); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}else if(this.fileListSell.length > 0){ |
|
|
|
|
this.fileListSell.forEach( i =>{ |
|
|
|
|
// console.log(",.,.,.,.",i); |
|
|
|
|
let num = {}; |
|
|
|
|
num.state = "1"; |
|
|
|
|
num.name = i.response.data.name; |
|
|
|
|
num.url = i.response.data.link; |
|
|
|
|
o.push(num); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
this.form.printList = o.length > 0 ? o : []; |
|
|
|
|
|
|
|
|
|
console.log("this.form",this.form); |
|
|
|
|
// add(this.form).then(() => { |
|
|
|
|
// this.box = false; |
|
|
|
|
// this.onLoad(this.page); |
|
|
|
|
// this.$message({ |
|
|
|
|
// type: "success", |
|
|
|
|
// message: "操作成功!" |
|
|
|
|
// }); |
|
|
|
|
// this.contextmenuFlag = false; |
|
|
|
|
// this.$store.commit('DEL_TAG_CURRENT'); |
|
|
|
|
// this.$router.push(this.tagWel); |
|
|
|
|
// }); |
|
|
|
|
add(this.form).then(() => { |
|
|
|
|
this.box = false; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
}); |
|
|
|
|
this.contextmenuFlag = false; |
|
|
|
|
this.$store.commit('DEL_TAG_CURRENT'); |
|
|
|
|
this.$router.push(this.tagWel); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
update(this.form).then(() => { |
|
|
|
|
this.box = false; |
|
|
|
|