维修管理,作业管理
This commit is contained in:
@@ -373,24 +373,27 @@ uni-button:after {
|
||||
.grid_new {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.grid_l {
|
||||
-webkit-box-flex: 0;
|
||||
/* -webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 100rpx;
|
||||
flex: 0 0 100rpx;
|
||||
flex: 0 0 100rpx; */
|
||||
width: 200rpx;
|
||||
}
|
||||
.grid_r {
|
||||
-webkit-box-flex: 1;
|
||||
/* -webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
flex: 1; */
|
||||
width: calc(100% - 200rpx);
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.grid_l table, .grid_r table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.grid_l table th, .grid_r table th {
|
||||
background: #d7d7d7;
|
||||
@@ -408,12 +411,13 @@ uni-button:after {
|
||||
.grid_l table td, .grid_r table td {
|
||||
font-size: 28rpx;
|
||||
line-height: 76rpx;
|
||||
height: 108rpx;
|
||||
color: #323232;
|
||||
background: #fff;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 11rpx 20rpx;
|
||||
padding: 0 20rpx;
|
||||
border-bottom: 10rpx solid #f5f5f5;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -70,6 +70,9 @@
|
||||
disabled: false
|
||||
};
|
||||
},
|
||||
onShow () {
|
||||
this._deviceRepairGetAllQuery(this.val1)
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
this._deviceRepairGetAllQuery(e)
|
||||
|
||||
@@ -77,9 +77,15 @@
|
||||
disabled: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._deviceManageGetAllQuery(this.val1)
|
||||
},
|
||||
methods: {
|
||||
selectChange (e) {
|
||||
this.index = e
|
||||
if (e) {
|
||||
this._deviceManageGetAllQuery(this.val1)
|
||||
}
|
||||
},
|
||||
handleChange (e) {
|
||||
this._deviceManageGetAllQuery(e)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<view class="userInfo-wrap">
|
||||
<view class="userInfo">
|
||||
<text class="p1">{{userName}}</text>
|
||||
<text class="p2">欢迎进入海亮智能一线扩产LMS手持系统!</text>
|
||||
<text class="p2">欢迎进入海亮智能一线扩产LMS系统!</text>
|
||||
</view>
|
||||
<view class="exit" @tap="Quit">
|
||||
<view class="icon-exit"></view>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="zd_content bg">
|
||||
<view class="p1">欢迎来到</view>
|
||||
<view class="p2">海亮智能一线扩产LMS手持系统!</view>
|
||||
<view class="p2">海亮智能一线扩产LMS系统!</view>
|
||||
<view class="input-box">
|
||||
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
|
||||
</view>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<input type="text" class="setup-input" placeholder="请输入服务器地址" v-model="addrip">
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd_wrapper">
|
||||
<!-- <view class="zd_wrapper">
|
||||
<view class="input-wrap">
|
||||
<view class="input-label">刷新时间(s)</view>
|
||||
<input type="text" class="setup-input" placeholder="请输入刷新时间" v-model="setTime">
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view class="zd_wrapper">
|
||||
<view class="input-wrap">
|
||||
<view class="input-label" style="margin-right: 20upx;">客户标签打印</view>
|
||||
|
||||
Reference in New Issue
Block a user