From 14294143f35904bac98904c7278cd269270581a1 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 17 Oct 2022 13:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E7=AE=A1=E7=90=86--=E8=BD=A6?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE--=E4=BB=B7=E6=A0=BC=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E9=A1=B5=E9=9D=A2=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relation/chexingpeizhijiageweihuAdd.vue | 49 ++++++++----------- 1 file changed, 20 insertions(+), 29 deletions(-) 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; }