Commit b9bb0717 authored by 罗超's avatar 罗超

1

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