From 612675097e9811e8429112820fce857bf4df87cd Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 28 Oct 2022 14:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=90=88=E6=A0=BC=E8=AF=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hegezhengtaizhang/hegezhengInfo.vue | 197 ++++++------------ 1 file changed, 65 insertions(+), 132 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengInfo.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengInfo.vue index 91293a68f2..b34d2642e7 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengInfo.vue @@ -48,197 +48,130 @@ 合格证照片: - +
合格证详细信息
- 底盘ID: - {{ temp.chassisId }} - 转向类型: - {{ temp.steeringType }} + 车辆制造企业名称: + {{ temp.manufacturer }} - 制造日期: - {{ temp.manufactureDate }} - 排放标准: - {{ temp.emissionStandard }} + 车辆品牌: + {{ temp.carBrand }} + 车辆名称: + {{ temp.carName }} - 轴距: - {{ temp.wheelbase }} - 驾驶室准乘人数: - {{ temp.seatingCapacity }} + 车辆型号: + {{ temp.carModel }} + 车架号: + {{ temp.vinNo }} - 轴数: - {{ temp.axleNum }} - 燃料类型: - {{ temp.fuelType }} + 车身颜色: + {{ temp.carColor }} - 额定载客人数: - {{ temp.limitPassenger }} - 车身颜色: - {{ temp.carColor }} + 底盘型号: + {{ temp.chassisModel }} + 底盘ID: + {{ temp.chassisId }} - 制造厂商: - {{ temp.manufacturer }} 发动机型号: - {{ temp.engineType }} + {{ temp.engineType }} - 整备质量: - {{ temp.saddleMass }} 发动机号: - {{ temp.engineNo }} + {{ temp.engineNo }} - 最高设计时速: - {{ temp.speedLimit }} - 合格印章: - {{ temp.qualifySeal }} - - - 车辆名称: - {{ temp.carName }} + 燃料种类: + {{ temp.fuelType }} 排量: - {{ temp.displacement }} + {{ temp.displacement }} + 功率: + {{ temp.power }} - CGS印章: - {{ temp.cgsseal }} - 功率: - {{ temp.power }} + 排放标准: + {{ temp.emissionStandard }} 轮胎数: - {{ temp.tyreNum }} + {{ temp.tyreNum }} + + + 轴距: + {{ temp.wheelbase }} + + + 轴数: + {{ temp.axleNum }} + 转向型式: + {{ temp.steeringType }} + + 总质量: - {{ temp.totalWeight }} + {{ temp.totalWeight }} + 整备质量: + {{ temp.saddleMass }} - 车辆品牌: - {{ temp.carBrand }} - 车辆型号: - {{ temp.carModel }} + 驾驶室准乘人数: + {{ temp.seatingCapacity }} - 车架号: - {{ temp.vinNo }} - 底盘型号: - {{ temp.chassisModel }} + 额定载客(人): + {{ temp.limitPassenger }} + + + 最高设计车速: + {{ temp.speedLimit }} + + + 车辆制造日期: + {{ temp.manufactureDate }} + + + 合格印章: + {{ temp.qualifySeal }} + CGS印章: + {{ temp.cgsseal }} - -