Commit b9bb0717 authored by 罗超's avatar 罗超

1

parent b8b01bbd
......@@ -452,7 +452,6 @@
if(this.model.Type===1){
this.model.DetailList=[]
this.dataList_class.map(item=>{
console.log(item)
if(item.haocaiList.length>0){
item.haocaiList.map(_item=>{
let obj= {
......@@ -495,7 +494,6 @@
}
})
}
console.log(this.model)
SuppliesStockOutApply(this.model).then(res=>{
if(res.data.resultCode===1){
this.$emit("success")
......
......@@ -468,7 +468,6 @@
},
//取消
quxiao(row){
console.log(row)
this.$q.dialog({
title: '提示信息',
message: '是否确定取消?',
......@@ -496,7 +495,7 @@
},
gocaiwu(item){
console.log(item)
// console.log(item)
let tempStr = '/financial/financalDocument/FinancialDocumentsDetail?id='+item;
this.$router.push({
path: tempStr
......
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