Commit 1369c5e2 authored by 吴冠's avatar 吴冠

修改

parent 7602b87c
......@@ -62,10 +62,6 @@
<div>预算金额(元)</div>
<div>{{ formdata.price }}</div>
</div>
<div class="appendix">
<div>成交规则及确认方式</div>
<div>{{ formdata.style }}</div>
</div>
<h3>供应商要求</h3>
<div class="appendix">
<div>供应商规模要求</div>
......@@ -245,7 +241,6 @@ export default {
this.formdata.phone = data.contactPhone;
this.formdata.faxphone = data.facsimile;
this.formdata.price = data.budget;
this.formdata.style = data.commercialRequirements;
this.formdata.Grequirements = data.supplierScale;
this.formdata.Zrequirements = data.supplierQualification;
this.formdata.arearequirements = data.supplierRegion;
......
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