|
|
@ -2,76 +2,72 @@ |
|
|
|
<div class="app-container"> |
|
|
|
<div class="tab-header webtop"> |
|
|
|
<div>价格维护</div> |
|
|
|
<div> |
|
|
|
<el-button type="primary" size="small" @click="handleCreate()">确认</el-button> |
|
|
|
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="listconadd"> |
|
|
|
<el-form ref="weihuForm" :model="temp" label-position="right" class="formadd" :rules="rules"> |
|
|
|
<el-row class="tleftb_one"> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>车型名称</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="9"> |
|
|
|
<el-form-item> |
|
|
|
<span>{{ temp.vehicleAlias }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>内部编码</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="9"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="temp.insideCode" maxlength="125" placeholder="请输入内部编码" |
|
|
|
class="addinputw" clearable/> |
|
|
|
<!-- <span>{{ temp.insideCode }}</span>--> |
|
|
|
<el-input v-model="temp.insideCode" maxlength="125" placeholder="请输入内部编码" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>常用配置</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="18" class="tleftb_chang"> |
|
|
|
<el-col :span="21" class="tleftb_chang"> |
|
|
|
<el-form-item> |
|
|
|
<span>{{ temp.configName }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>更多配置</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="18" class="break_word"> |
|
|
|
<el-col :span="21" class="break_word"> |
|
|
|
<el-form-item> |
|
|
|
<span>{{ temp.otherConfig }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span><span class="icon">*</span>销售指导价(贷款)</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="9"> |
|
|
|
<el-form-item prop="manufactorSettlementPrice"> |
|
|
|
<el-input v-model="temp.manufactorSettlementPrice" maxlength="125" placeholder="请输入销售指导价(贷款)" |
|
|
|
class="addinputw addinputw_jia" clearable/> |
|
|
|
<el-input v-model="temp.manufactorSettlementPrice" maxlength="125" placeholder="请输入销售指导价(贷款)" class="addinputw addinputw_jia" clearable/> |
|
|
|
<span style="font-size: 16px">元</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" class="tleftb"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span><span class="icon">*</span>销售指导价(全款)</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="9"> |
|
|
|
<el-form-item prop="guidedPrice"> |
|
|
|
<el-input v-model="temp.guidedPrice" maxlength="125" placeholder="请输入销售指导价(全款)" class="addinputw addinputw_jia" |
|
|
|
clearable/> |
|
|
|
<el-input v-model="temp.guidedPrice" maxlength="125" placeholder="请输入销售指导价(全款)" class="addinputw addinputw_jia" clearable/> |
|
|
|
<span style="font-size: 16px">元</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<div class="form_btn"> |
|
|
|
<el-button type="primary" size="small" @click="handleCreate()">确认</el-button> |
|
|
|
<el-button type="info" size="small" @click="handleReturn()">返回</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@ -88,7 +84,7 @@ export default { |
|
|
|
vehicleAlias: '', // 车型名称(产品名称 陕汽必须1) |
|
|
|
manufactorSettlementPrice: '', // 厂家结算价 |
|
|
|
guidedPrice: '', // 销售指导价 |
|
|
|
insideCode:'' |
|
|
|
insideCode: '' |
|
|
|
}, |
|
|
|
rules: { |
|
|
|
manufactorSettlementPrice: [{ required: true, message: '销售指导价(贷款)不能为空', trigger: 'blur' }], |
|
|
@ -153,11 +149,6 @@ export default { |
|
|
|
border-top: 1px solid #e0e3eb; |
|
|
|
} |
|
|
|
|
|
|
|
.form_btn { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
.break_word { |
|
|
|
word-wrap: break-word; |
|
|
|
} |
|
|
|