This commit is contained in:
parent
9cb4094538
commit
60793084d2
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<p style="text-align: center; color: red">(注:此报价单数据,型号规格电压等如需下单或签订合同引用,请再次自行核对,责任自负)</p>
|
||||
<el-form ref="elForm" :model="formData" :rules="rules" size="mini" label-width="100px">
|
||||
<el-form-item v-if="false" label="报价单Id" prop="quotId">
|
||||
<el-input v-model="formData.quotId" placeholder="报价单Id" readonly clearable
|
||||
|
@ -120,8 +121,8 @@
|
|||
</el-table>
|
||||
|
||||
<el-form-item style="margin-top: 15px">
|
||||
<el-button v-if="!isVIf" @click="saveForm">保存</el-button>
|
||||
<el-button v-if="!isVIf" style="margin: 0px 15px 0px 20px" type="primary" @click="commitForm">提交</el-button>
|
||||
<el-button size="medium" v-if="!isVIf" @click="saveForm">保存</el-button>
|
||||
<el-button size="medium" v-if="!isVIf" style="margin: 0px 15px 0px 20px" type="primary" @click="commitForm">提交</el-button>
|
||||
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
|
Loading…
Reference in New Issue