Commit 3209e7eb authored by 沈良进's avatar 沈良进

save

parent 2142003e
......@@ -683,7 +683,7 @@
<span style="color:red;font-weight:bold;">※ {{$t('op.DJyiguanbi')}}.</span>
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">价格信息</span>
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......@@ -1228,7 +1228,7 @@
</el-col>
</el-form>
</div>
<el-dialog :visible.sync="dialog.show" width="1400px" title="价格信息">
<el-dialog :visible.sync="dialog.show" width="1400px" title="报价详情">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</el-dialog>
</div>
......
......@@ -377,7 +377,7 @@
{{item.OutBranchName}}
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">价格信息</span>
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......@@ -688,7 +688,7 @@
<button class="normalBtn" type="primary" @click="SetSellingPoints">{{$t('pub.sureBtn')}}</button>
</div>
</div>
<el-dialog :visible.sync="dialog.show" width="1400px" title="价格信息">
<el-dialog :visible.sync="dialog.show" width="1400px" title="报价详情">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</el-dialog>
</div>
......
......@@ -475,7 +475,7 @@
</span>
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">价格信息</span>
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......@@ -791,7 +791,7 @@
</el-col>
</el-form>
</div>
<el-dialog :visible.sync="dialog.show" width="1400px" title="价格信息">
<el-dialog :visible.sync="dialog.show" width="1400px" title="报价详情">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</el-dialog>
</div>
......
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