master
lion 1 month ago
parent 44519bb106
commit 90ca22d360

@ -220,8 +220,7 @@
</uni-forms>
<button type="primary" style="background-color: #4f607e;" @click="checkSubmit" class="button-with-en">
<view>审核</view>
<view class="en-text">Review</view>
<view>审核/Review</view>
</button>
</view>
<view class="checkforms dbitem label-with-en-inline" style="padding-top:30rpx" v-if="info.audit_status==0&&!isCheck">
@ -273,12 +272,12 @@
statusList: [
{
value: 1,
text: "通过",
text: "通过/Approve",
textEn: "Approve"
},
{
value: 2,
text: "驳回",
text: "驳回/Reject",
textEn: "Reject"
},
],
@ -425,7 +424,8 @@
.label-with-en-inline {
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: flex-start;
margin-right: 15rpx;
}
.en-text {

@ -6,14 +6,14 @@
</view>
<view class="visit-record">
<view class="visit-text">
<text>选择入口</text>
<text class="english">Select the entrance</text>
<text>访客系统</text>
<text class="english">Visitor System</text>
</view>
</view>
</view>
<view class="section-title">
<view class="title-text">
<text class="chinese">迈柯唯访客</text>
<text class="chinese">访客</text>
<text class="english">Visitor</text>
</view>
<view class="title-text">
@ -26,34 +26,34 @@
<image :src="xxpx" class="btn-icon"></image>
<view class="btn-text">
<text class="chinese">学习培训</text>
<text class="english">Learning and training</text>
<text class="english">Learning and Training</text>
</view>
</view>
<view class="btn-card" @click="toUrl(1)">
<image :src="ptfk" class="btn-icon"></image>
<view class="btn-text">
<text class="chinese">普通访客</text>
<text class="english">Ordinary visitor</text>
<text class="english">General Visitor</text>
</view>
</view>
<view class="btn-card" @click="toUrl(3)">
<image :src="wlsj" class="btn-icon"></image>
<view class="btn-text">
<text class="chinese">物流司机</text>
<text class="english">Logistics driver</text>
<text class="english">Logistics Driver</text>
</view>
</view>
<view class="btn-card" @click="toUrl(2)">
<image :src="sgry" class="btn-icon"></image>
<view class="btn-text">
<text class="chinese">施工人员</text>
<text class="english">Construction worker</text>
<text class="english">Construction Worker</text>
</view>
</view>
</view>
<view class="section-title admin-section">
<view class="title-text">
<text class="chinese">迈柯唯员工</text>
<text class="chinese">员工</text>
<text class="english">Employee</text>
</view>
</view>
@ -63,14 +63,17 @@
<image :src="gly" class="admin-icon-img"></image>
</view>
<view class="admin-text">
<text class="chinese">迈柯唯员工</text>
<text class="english">Employee</text>
<text class="chinese">员工登录</text>
<text class="english">Employee Login</text>
</view>
<view class="arrow">
<text>></text>
</view>
</view>
</view>
<view class="footer-text">
<text>迈柯唯医疗设备(苏州)有限公司 Maquet(Suzhou)Co.,Ltd</text>
</view>
</view>
</template>
@ -343,4 +346,10 @@
.sgry view {
margin-top: 40rpx
}
.footer-text{
font-size: 24rpx;
color: #999999;
text-align: center;
margin-top: 40rpx;
}
</style>

@ -828,11 +828,11 @@
return
}
if (this.visitAreaText == "生产区") {
this.configKey = 'cjfk'
this.configKey = 'ptfk'
this.getConfig()
this.areaShow = false
} else if (this.visitAreaText == "研发R&D") {
this.configKey = 'yffk'
this.configKey = 'ptfk'
this.getConfig()
this.areaShow = false
} else {
@ -869,25 +869,25 @@
getVisitArea() {
let that = this
that.visitArea = [{
name: '非生产区',
id: 3
}, {
name: '生产区',
id: 4
}, {
name: "研发R&D",
id: 5
}]
// this.util.request({
// api: '/api/mobile/visit/visit-area',
// data: {},
// utilSuccess: function(res) {
// console.log(res)
// that.visitArea = res
// },
// utilFail: function(res) {}
// })
// that.visitArea = [{
// name: '',
// id: 3
// }, {
// name: '',
// id: 4
// }, {
// name: "R&D",
// id: 5
// }]
this.util.request({
api: '/api/mobile/visit/visit-area',
data: {},
utilSuccess: function(res) {
console.log(res)
that.visitArea = res
},
utilFail: function(res) {}
})
},
changeVisitArea(e) {
console.log(e)

@ -91,7 +91,7 @@
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 40rpx;
/* margin-bottom: 40rpx; */
font-size: 32rpx;
color: #666;
}
@ -112,6 +112,6 @@
.history-btn .en-text {
font-size: 22rpx;
opacity: 0.9;
margin-top: 4rpx;
/* margin-top: 4rpx; */
}
</style>

Loading…
Cancel
Save