| | |
| | | <text>*</text> |
| | | </view> |
| | | <view class="list_item_content"> |
| | | <input type="number" maxlength="11" placeholder="请输入手机号" placeholder-style="color: #999999;" /> |
| | | <input |
| | | type="number" |
| | | maxlength="11" |
| | | placeholder="请输入手机号" |
| | | placeholder-style="color: #999999;" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="list_item"> |
| | |
| | | <text>*</text> |
| | | </view> |
| | | <view class="list_item_content"> |
| | | <input type="text" placeholder="请输入姓名" placeholder-style="color: #999999;" /> |
| | | <input |
| | | type="text" |
| | | placeholder="请输入姓名" |
| | | placeholder-style="color: #999999;" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="list_item"> |
| | |
| | | </view> |
| | | <view class="list_item"> |
| | | <view class="list_item_label"> |
| | | <text>预计入厂时间</text> |
| | | <text>预计入园时间</text> |
| | | <text>*</text> |
| | | </view> |
| | | <view class="list_item_content"> |
| | |
| | | </view> |
| | | <view class="list_item"> |
| | | <view class="list_item_label"> |
| | | <text>预计离厂时间</text> |
| | | <text>预计离园时间</text> |
| | | <text>*</text> |
| | | </view> |
| | | <view class="list_item_content"> |
| | |
| | | <text></text> |
| | | </view> |
| | | <view class="list_item_content"> |
| | | <input type="text" placeholder="请输入来访事由,您来做什么的" placeholder-style="color: #999999;" /> |
| | | <input |
| | | type="text" |
| | | placeholder="请输入来访事由,您来做什么的" |
| | | placeholder-style="color: #999999;" |
| | | /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="footer_btn">提交</view> |
| | | </view> |
| | | <!-- 门禁 --> |
| | | <u-picker :show="show" :columns="columns" :immediateChange="true" keyName="name" @cancel="show = false" |
| | | @confirm="confirm"></u-picker> |
| | | <u-picker |
| | | :show="show" |
| | | :columns="columns" |
| | | :immediateChange="true" |
| | | keyName="name" |
| | | @cancel="show = false" |
| | | @confirm="confirm" |
| | | ></u-picker> |
| | | <!-- 随行人员 --> |
| | | <!-- 选择随行人员 --> |
| | | <u-popup :show="show1" :round="10" :safeAreaInsetBottom="true" :closeable="true" mode="bottom" @close="show1 = false"> |
| | | <u-popup |
| | | :show="show1" |
| | | :round="10" |
| | | :safeAreaInsetBottom="true" |
| | | :closeable="true" |
| | | mode="bottom" |
| | | @close="show1 = false" |
| | | > |
| | | <view class="popup-content"> |
| | | <view class="respondent-title"> |
| | | 选择随行人员 |
| | | </view> |
| | | <view class="respondent-title"> 选择随行人员 </view> |
| | | <view class="search-box"> |
| | | <view class="search-box-top"> |
| | | <view class="search-box-top-ipt"> |
| | | <image src="@/static/ic_search@2x.png" mode="widthFix"></image> |
| | | <input type="text" placeholder="搜索姓名/手机号" /> |
| | | </view> |
| | | <text @click="show1 = false; show3 = true">新增</text> |
| | | <text |
| | | @click=" |
| | | show1 = false; |
| | | show3 = true; |
| | | " |
| | | >新增</text |
| | | > |
| | | </view> |
| | | <view class="search-box-total">共0条数据</view> |
| | | </view> |
| | |
| | | </view> |
| | | </u-popup> |
| | | <!-- 车辆 --> |
| | | <u-popup :show="show2" :round="10" :safeAreaInsetBottom="true" :closeable="true" mode="bottom" @close="show2 = false"> |
| | | <u-popup |
| | | :show="show2" |
| | | :round="10" |
| | | :safeAreaInsetBottom="true" |
| | | :closeable="true" |
| | | mode="bottom" |
| | | @close="show2 = false" |
| | | > |
| | | <view class="addcar"> |
| | | <view class="addcar_head">添加车辆</view> |
| | | <view class="addcar_ipt"> |
| | |
| | | </view> |
| | | </u-popup> |
| | | <!-- 添加随行人员 --> |
| | | <u-popup :show="show3" :round="10" :safeAreaInsetBottom="true" :closeable="true" mode="bottom" @close="show3 = false"> |
| | | <u-popup |
| | | :show="show3" |
| | | :round="10" |
| | | :safeAreaInsetBottom="true" |
| | | :closeable="true" |
| | | mode="bottom" |
| | | @close="show3 = false" |
| | | > |
| | | <view class="adduser"> |
| | | <view class="adduser_head">随行人员</view> |
| | | <view class="adduser_list"> |
| | |
| | | <text>*</text> |
| | | </view> |
| | | <view class="adduser_list_item_ipt"> |
| | | <input type="text" placeholder-style="color: #999999;" placeholder="请输入您的真实姓名" /> |
| | | <input |
| | | type="text" |
| | | placeholder-style="color: #999999;" |
| | | placeholder="请输入您的真实姓名" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="adduser_list_item"> |
| | |
| | | <text>*</text> |
| | | </view> |
| | | <view class="adduser_list_item_ipt"> |
| | | <input type="number" maxlength="11" placeholder-style="color: #999999;" placeholder="请输入您的手机号" /> |
| | | <input |
| | | type="number" |
| | | maxlength="11" |
| | | placeholder-style="color: #999999;" |
| | | placeholder="请输入您的手机号" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="adduser_list_item"> |
| | |
| | | <text>*</text> |
| | | </view> |
| | | <view class="adduser_list_item_ipt"> |
| | | <input type="text" placeholder-style="color: #999999;" placeholder="请输入您的证件号码" /> |
| | | <input |
| | | type="text" |
| | | placeholder-style="color: #999999;" |
| | | placeholder="请输入您的证件号码" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="adduser_list_item"> |
| | |
| | | <text></text> |
| | | </view> |
| | | <view class="adduser_list_item_ipt"> |
| | | <input type="text" placeholder-style="color: #999999;" placeholder="请输入您的公司名称" /> |
| | | <input |
| | | type="text" |
| | | placeholder-style="color: #999999;" |
| | | placeholder="请输入您的公司名称" |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="adduser_list_item"> |
| | |
| | | } |
| | | ] |
| | | ] |
| | | }; |
| | | } |
| | | }, |
| | | methods: { |
| | | confirm(e) { |
| | |
| | | resolve(res.data.data) |
| | | }, 1000) |
| | | } |
| | | }); |
| | | }) |
| | | }) |
| | | }, |
| | | } |
| | |
| | | </script> |
| | | <style> |
| | | page { |
| | | background-color: #F7F7F7 !important; |
| | | background-color: #f7f7f7 !important; |
| | | } |
| | | .u-upload__button { |
| | | margin: 0 !important; |
| | |
| | | width: 100%; |
| | | padding: 24rpx 0; |
| | | box-sizing: border-box; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | |
| | | font-size: 30rpx; |
| | | font-family: PingFangSC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #E0312A; |
| | | color: #e0312a; |
| | | } |
| | | } |
| | | } |
| | |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | .t { |
| | | background: #025EEF !important; |
| | | background: #025eef !important; |
| | | color: #ffffff !important; |
| | | } |
| | | .adduser_footer_item { |
| | |
| | | line-height: 88rpx; |
| | | text-align: center; |
| | | border-radius: 44rpx; |
| | | border: 1rpx solid #025EEF; |
| | | border: 1rpx solid #025eef; |
| | | font-size: 32rpx; |
| | | font-family: PingFangSC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #025EEF; |
| | | color: #025eef; |
| | | margin-right: 18rpx; |
| | | &:last-child { |
| | | margin: 0 !important; |
| | |
| | | height: 100rpx; |
| | | line-height: 100rpx; |
| | | text-align: center; |
| | | background: #F7F7F7; |
| | | background: #f7f7f7; |
| | | border-radius: 50rpx; |
| | | margin-top: 60rpx; |
| | | input { |
| | |
| | | justify-content: space-between; |
| | | margin-top: 60rpx; |
| | | .t { |
| | | background: #025EEF !important; |
| | | background: #025eef !important; |
| | | color: #ffffff !important; |
| | | } |
| | | .addcar_footer_item { |
| | |
| | | line-height: 88rpx; |
| | | font-size: 32rpx; |
| | | font-weight: 400; |
| | | color: #025EEF; |
| | | color: #025eef; |
| | | text-align: center; |
| | | border-radius: 44rpx; |
| | | border: 1rpx solid #025EEF; |
| | | border: 1rpx solid #025eef; |
| | | margin-right: 18rpx; |
| | | &:last-child { |
| | | margin-right: 0 !important; |
| | |
| | | height: 100%; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | background: #F7F7F7; |
| | | background: #f7f7f7; |
| | | border-radius: 4rpx; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | height: 100%; |
| | | font-size: 26rpx; |
| | | font-weight: 400; |
| | | color: #B2B2B2; |
| | | color: #b2b2b2; |
| | | } |
| | | } |
| | | text { |
| | |
| | | margin-left: 30rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | | color: #025EEF; |
| | | color: #025eef; |
| | | } |
| | | } |
| | | .search-box-total { |
| | |
| | | height: 102rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | .item_a { |
| | | flex-shrink: 0; |
| | | width: 36rpx; |
| | |
| | | color: #999999; |
| | | padding: 1rpx 4rpx; |
| | | box-sizing: border-box; |
| | | background-color: #EEEEEE; |
| | | background-color: #eeeeee; |
| | | margin-left: 12rpx; |
| | | } |
| | | } |
| | |
| | | height: 72rpx; |
| | | line-height: 72rpx; |
| | | text-align: center; |
| | | background: #025EEF; |
| | | background: #025eef; |
| | | border-radius: 8rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 500; |
| | | color: #FFFFFF; |
| | | color: #ffffff; |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | .head { |
| | | width: 100%; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | |
| | | .list_item_label { |
| | | flex-shrink: 0; |
| | |
| | | &:nth-child(2) { |
| | | font-size: 30rpx; |
| | | font-weight: 400; |
| | | color: #E42D2D; |
| | | color: #e42d2d; |
| | | } |
| | | } |
| | | } |
| | |
| | | justify-content: flex-end; |
| | | |
| | | .active { |
| | | background: #025EEF !important; |
| | | color: #FFFFFF !important; |
| | | background: #025eef !important; |
| | | color: #ffffff !important; |
| | | } |
| | | |
| | | .list_item_content_item { |
| | |
| | | height: 64rpx; |
| | | line-height: 64rpx; |
| | | text-align: center; |
| | | background: #EEEEEE; |
| | | background: #eeeeee; |
| | | border-radius: 4rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | |
| | | height: 64rpx; |
| | | padding: 0 20rpx; |
| | | box-sizing: border-box; |
| | | background-color: #EEEEEE; |
| | | background-color: #eeeeee; |
| | | border-radius: 4rpx; |
| | | margin-right: 20rpx; |
| | | margin-bottom: 20rpx; |
| | |
| | | justify-content: center; |
| | | background: rgba(2, 94, 239, 0); |
| | | border-radius: 25rpx; |
| | | border: 1rpx solid #025EEF; |
| | | border: 1rpx solid #025eef; |
| | | font-size: 22rpx; |
| | | font-family: PingFangSC, PingFang SC; |
| | | font-weight: 400; |
| | | margin-top: 20rpx; |
| | | color: #025EEF; |
| | | color: #025eef; |
| | | margin: 0 auto; |
| | | } |
| | | } |
| | |
| | | height: 88rpx; |
| | | line-height: 88rpx; |
| | | text-align: center; |
| | | background: #025EEF; |
| | | background: #025eef; |
| | | border-radius: 44rpx; |
| | | font-size: 32rpx; |
| | | font-weight: 500; |
| | | color: #FFFFFF; |
| | | color: #ffffff; |
| | | } |
| | | } |
| | | } |