diff --git a/src/views/vxEwm/enterprise/info.vue b/src/views/vxEwm/enterprise/info.vue index 9663c90..35e8a2d 100644 --- a/src/views/vxEwm/enterprise/info.vue +++ b/src/views/vxEwm/enterprise/info.vue @@ -159,12 +159,166 @@ +
+
+
+
企业名称
+
{{ parkList.name }}
+
+ +
+
社会信用代码
+
{{ parkList.certificateCode }}
+
+ +
+
规上企业
+
+ {{ parkList.standardSized == 0 ? '否' : '是' }} +
+
+ +
+
上亿企业
+
+ {{ parkList.oneHundredMillion == 0 ? '否' : '是' }} +
+
+ +
+
企业类型
+
{{ parkList.typeName }}
+
+ +
+
所属行业
+
{{ parkList.industryName }}
+
+ +
+
所属地
+
{{ parkList.locationName }}
+
+ +
+
所属工业园
+
{{ parkList.parkName }}
+
+ +
+
法定代表人
+
{{ parkList.legalPerson }}
+
+ +
+
法人联系人
+
{{ parkList.legalPersonPhone }}
+
+ +
+
住所(注册地)
+
{{ parkList.registerAddress }}
+
+ +
+
实际经营地址
+
{{ parkList.businessAddress }}
+
+ +
+
企业人数
+
{{ parkList.person }}(人)
+
+ +
+
面积
+
{{ parkList.rentSpace }}(㎡)
+
+ +
+
企业状态
+
{{ parkList.status | fiterStatus }}
+
+ +
+
入住园区
+
{{ parkList.parkName }}
+
+ +
+
+
+ + +
+ + +
+
+ {{ + item.leaderJoin + ? '【领导检查】' + item.enterpriseName + : '【日常巡查】' + item.enterpriseName + }} +
+
+
{{ item.checkDate }}
+
+
+ 打卡人:{{ item.reportPersonName }} +
+ +
+
+
+
+
+
+
@@ -454,4 +682,146 @@ img { } } } +.firm-info { + .info-content { + background: #ffffff; + // box-shadow: 0.08rem 0rem 0.16rem 0rem #BBD5EC; + border-radius: 0.24rem; + padding: 0.35rem 0.42rem; + .list-item { + display: flex; + align-items: center; + margin-bottom: 20px; + .item-title { + width: 1.8rem; + flex-wrap: nowrap; + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 0.21rem; + color: #666666; + // line-height: 0.8rem; + } + .item-value { + flex: 1; + font-family: PingFang-SC, PingFang-SC; + font-weight: bold; + font-size: 0.22rem; + color: #333333; + // line-height: 0.8rem; + } + } + } +} +.record-list { + padding-bottom: 0.45rem; + display: flex; + flex-direction: column; + justify-content: center; + // .serch-input { + // width: 99%; + // height: 0.8rem; + // border-radius: 28px; + // background-color: #fff; + // box-shadow: 0 2px 12px 0 #0000001a; + // padding: 0 0.25rem; + // display: flex; + // align-items: center; + // justify-content: space-between; + // .input-box { + // flex: 1; + // display: flex; + // align-items: center; + // input { + // border: 0; + // width: 90%; + // } + // } + // } + // .serch-btn { + // height: 0.3rem; + // width: 0.3rem; + // background: url('~@/assets/image/vxEwm/search-btn.png'); + // background-size: 100% 100%; + // } + .list-items { + width: 99%; + margin-top: 0.24rem; + background: #ffffff; + box-shadow: 0.04rem 0.04rem 0.08rem 0rem #bbd5ec; + border-radius: 0.24rem 0.24rem 0.24rem 0.24rem; + .item-top { + background: #ffffff; + padding: 0.32rem 0.42rem; + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 0.24rem; + color: #333333; + border-radius: 0.24rem 0.24rem 0rem 0rem; + } + .item-bottom { + background: #fafafa; + padding: 0.25rem 0.42rem; + border-radius: 0rem 0rem 0.24rem 0.24rem; + display: flex; + align-items: center; + justify-content: space-between; + font-family: PingFang-SC, PingFang-SC; + font-weight: 500; + font-size: 0.21rem; + color: #666666; + .bottom-time { + } + .bottom-right { + display: flex; + align-items: center; + .right-name { + } + img { + width: 0.66rem; + margin-left: 0.15rem; + } + } + } + } +} +/deep/ .van-list { + height: calc(100% - 1rem); + overflow-y: auto; + width: 100%; + border-radius: 16px; +} +/deep/.van-cell { + -webkit-box-shadow: 0rem 0rem 0rem 0rem; + box-shadow: 0rem 0rem 0rem 0rem; + border-bottom: 1px solid #cccc; + border-radius: 0rem; + height: auto; + text-align: left; + padding-left: 0.3rem; + padding-right: 0.3rem; +} +/deep/.van-cell__title { + margin-top: 0.167rem; + text-align: left; + padding-left: 0.15rem; + font-size: 0.267rem; + + & > span { + font-family: 'AlibabaPuHuiTi-Medium'; + font-weight: 400; + color: #34373b; + } +} + +.svan-label { + font-size: 0.25rem; + margin-bottom: 0.167rem; + display: flex; + font-family: 'AlibabaPuHuiTi-Regular'; + font-weight: 400; + color: #868d98; +} +.svan-label span { + flex: 1; +}