master
lion 1 month ago
parent 44519bb106
commit 90ca22d360

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

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

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

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

Loading…
Cancel
Save