Commit 01f94d0e by LJM

询价管理页-报价弹窗问题

parent 5d7efccc
Showing with 4 additions and 1 deletions
...@@ -742,6 +742,7 @@ export default { ...@@ -742,6 +742,7 @@ export default {
}, },
//新增报价 //新增报价
added() { added() {
console.log(this.inquiry_info)
this.title = '新增'; this.title = '新增';
this.dialogVisible = true; this.dialogVisible = true;
this.isModify = false; this.isModify = false;
...@@ -751,7 +752,9 @@ export default { ...@@ -751,7 +752,9 @@ export default {
this.ruleForm.mpq = ''; this.ruleForm.mpq = '';
this.ruleForm.price_other = ''; this.ruleForm.price_other = '';
this.ruleForm.quote_id = ''; this.ruleForm.quote_id = '';
this.ruleForm.quote_number = this.inquiry_info.inquiry_number;
this.ruleForm.batch = this.inquiry_info.batch;
this.ruleForm.expire_time = new Date();
this.ruleForm.goods_name = this.inquiry_info.goods_name; //赋值型号 this.ruleForm.goods_name = this.inquiry_info.goods_name; //赋值型号
this.ruleForm.brand_name = this.inquiry_info.brand_name; //赋值品牌 this.ruleForm.brand_name = this.inquiry_info.brand_name; //赋值品牌
......
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 sign in to comment