diff --git a/src/views/baojingchaxun/baojingchaxunList.vue b/src/views/baojingchaxun/baojingchaxunList.vue index 8627552..3ec58bb 100644 --- a/src/views/baojingchaxun/baojingchaxunList.vue +++ b/src/views/baojingchaxun/baojingchaxunList.vue @@ -1,20 +1,37 @@ - +
- +
@@ -107,303 +132,325 @@ + \ No newline at end of file diff --git a/src/views/shebeirizhi/shebeirizhiList.vue b/src/views/shebeirizhi/shebeirizhiList.vue index 84a9916..652fbc8 100644 --- a/src/views/shebeirizhi/shebeirizhiList.vue +++ b/src/views/shebeirizhi/shebeirizhiList.vue @@ -1,20 +1,30 @@ + \ No newline at end of file diff --git a/src/views/shebeitaizhang/shebeitaizhangAdd.vue b/src/views/shebeitaizhang/shebeitaizhangAdd.vue index 0522502..a34b035 100644 --- a/src/views/shebeitaizhang/shebeitaizhangAdd.vue +++ b/src/views/shebeitaizhang/shebeitaizhangAdd.vue @@ -16,77 +16,103 @@ - *供应商名称 + *设备编码 - - + + - 简称 + 设备位置 - + - *编码 + *设备类型 - - + + + + + - *分类 + 安装时间 - - - - + + + - *通讯地址 + *出厂时间 + + + + + + + + + 供货商 - - - + + + - 供应商办公电话 + 生产厂家 - + - 传真 + 保修截止日期 - + + - + @@ -142,177 +169,183 @@ + .divStyle { + padding: 7px; + font-weight: bold; + font-size: 16px; + background-color: #0294d7; + text-align: left; + color: #ffffff; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + } + \ No newline at end of file diff --git a/src/views/shebeitaizhang/shebeitaizhangInfo.vue b/src/views/shebeitaizhang/shebeitaizhangInfo.vue index 06c311a..cea688d 100644 --- a/src/views/shebeitaizhang/shebeitaizhangInfo.vue +++ b/src/views/shebeitaizhang/shebeitaizhangInfo.vue @@ -14,7 +14,7 @@ - *供应商名称 + 设备编码 @@ -22,7 +22,7 @@ - 简称 + 设备位置 @@ -32,15 +32,15 @@ - 编码 + 设备类型 - {{ infoForm.manufacturerCode }} + {{ getSupplierType(infoForm.manufacturerCode) }} - *分类 + 安装时间 @@ -50,83 +50,55 @@ - *通讯地址 - - - - {{ infoForm.manufacturerAddress }} - - - - - - *供应商办公电话 - - - - {{ infoForm.manufacturerTelePhone }} - - - - 传真 - - - - {{ infoForm.manufacturerFax }} - - - - - - *联系人姓名 + 出厂时间 - {{ infoForm.contactName }} + {{ infoForm.manufacturer }} - *联系人手机号 + 供货商 - {{ infoForm.contactMobile }} + {{ infoForm.manufacturerAddress }} - 联系人办公电话 + 生产厂家 - {{ infoForm.contactTelePhone }} + {{ infoForm.manufacturerTelePhone }} - 微信号 + 保修截止日期 - {{ infoForm.weChatID }} + {{ infoForm.manufacturerFax }} - 邮编 + 状态 - {{ infoForm.zipCode }} + {{ getStatus(infoForm.status) }} - 邮箱 + - {{ infoForm.email }} + @@ -155,58 +127,72 @@ + \ No newline at end of file diff --git a/src/views/shebeitaizhang/shebeitaizhangList.vue b/src/views/shebeitaizhang/shebeitaizhangList.vue index b0ab673..53eb236 100644 --- a/src/views/shebeitaizhang/shebeitaizhangList.vue +++ b/src/views/shebeitaizhang/shebeitaizhangList.vue @@ -1,18 +1,20 @@ + \ No newline at end of file diff --git a/src/views/shebeizhuangtai/shebeizhuangtaiList.vue b/src/views/shebeizhuangtai/shebeizhuangtaiList.vue index 4729769..6935ae7 100644 --- a/src/views/shebeizhuangtai/shebeizhuangtaiList.vue +++ b/src/views/shebeizhuangtai/shebeizhuangtaiList.vue @@ -1,18 +1,19 @@ + \ No newline at end of file