diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue index 855c5da391..5c0a5da7fd 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingpeizhijiageweihuAdd.vue @@ -2,76 +2,72 @@
价格维护
+
+ 确认 + 关闭 +
- + 车型名称 - + {{ temp.vehicleAlias }} - + 内部编码 - + - - + - + 常用配置 - + {{ temp.configName }} - + 更多配置 - + {{ temp.otherConfig }} - + *销售指导价(贷款) - + - + - + *销售指导价(全款) - + - + -
- 确认 - 返回 -
@@ -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; }