|
@@ -153,6 +153,8 @@ export default {
|
|
|
this.drawer = true
|
|
|
console.log(this.data,"报价单")
|
|
|
this.form = this.data
|
|
|
+ this.date[0] = this.form.begdate
|
|
|
+ this.date[1] = this.form.enddate
|
|
|
if (this.form.typeData === '项目报价'){
|
|
|
this.isQuotedPrice = true
|
|
|
}else {
|
|
@@ -185,7 +187,7 @@ export default {
|
|
|
"content": this.form
|
|
|
})
|
|
|
console.log(res,"报价单id一")
|
|
|
- /*this.$refs.quoterPrice.quoterPrice(res.data.sa_quotedpriceid,this.form.type)*/
|
|
|
+ this.$refs.quoterPrice.quoterPrice(res.data.sa_quotedpriceid,this.form.type)
|
|
|
})
|
|
|
},
|
|
|
getSubmit(){
|