维修管理,作业管理

This commit is contained in:
2023-09-11 15:15:28 +08:00
parent b90ba8658b
commit 77a13c62e3
6 changed files with 23 additions and 10 deletions

View File

@@ -373,24 +373,27 @@ uni-button:after {
.grid_new { .grid_new {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: flex-start;
align-items: flex-start; align-items: flex-start;
} }
.grid_l { .grid_l {
-webkit-box-flex: 0; /* -webkit-box-flex: 0;
-ms-flex: 0 0 100rpx; -ms-flex: 0 0 100rpx;
flex: 0 0 100rpx; flex: 0 0 100rpx; */
width: 200rpx;
} }
.grid_r { .grid_r {
-webkit-box-flex: 1; /* -webkit-box-flex: 1;
-ms-flex: 1; -ms-flex: 1;
flex: 1; flex: 1; */
width: calc(100% - 200rpx);
overflow-x: scroll; overflow-x: scroll;
} }
.grid_l table, .grid_r table { .grid_l table, .grid_r table {
border-collapse: separate; border-collapse: separate;
border-spacing: 0; border-spacing: 0;
border: 0; border: 0;
width: 100%;
} }
.grid_l table th, .grid_r table th { .grid_l table th, .grid_r table th {
background: #d7d7d7; background: #d7d7d7;
@@ -408,12 +411,13 @@ uni-button:after {
.grid_l table td, .grid_r table td { .grid_l table td, .grid_r table td {
font-size: 28rpx; font-size: 28rpx;
line-height: 76rpx; line-height: 76rpx;
height: 108rpx;
color: #323232; color: #323232;
background: #fff; background: #fff;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
padding: 11rpx 20rpx; padding: 0 20rpx;
border-bottom: 10rpx solid #f5f5f5; border-bottom: 10rpx solid #f5f5f5;
text-align: center; text-align: center;
} }

View File

@@ -70,6 +70,9 @@
disabled: false disabled: false
}; };
}, },
onShow () {
this._deviceRepairGetAllQuery(this.val1)
},
methods: { methods: {
handleChange (e) { handleChange (e) {
this._deviceRepairGetAllQuery(e) this._deviceRepairGetAllQuery(e)

View File

@@ -77,9 +77,15 @@
disabled: false disabled: false
}; };
}, },
created () {
this._deviceManageGetAllQuery(this.val1)
},
methods: { methods: {
selectChange (e) { selectChange (e) {
this.index = e this.index = e
if (e) {
this._deviceManageGetAllQuery(this.val1)
}
}, },
handleChange (e) { handleChange (e) {
this._deviceManageGetAllQuery(e) this._deviceManageGetAllQuery(e)

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap"> <view class="userInfo-wrap">
<view class="userInfo"> <view class="userInfo">
<text class="p1">{{userName}}</text> <text class="p1">{{userName}}</text>
<text class="p2">欢迎进入海亮智能一线扩产LMS手持系统</text> <text class="p2">欢迎进入海亮智能一线扩产LMS系统</text>
</view> </view>
<view class="exit" @tap="Quit"> <view class="exit" @tap="Quit">
<view class="icon-exit"></view> <view class="icon-exit"></view>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="zd_content bg"> <view class="zd_content bg">
<view class="p1">欢迎来到</view> <view class="p1">欢迎来到</view>
<view class="p2">海亮智能一线扩产LMS手持系统</view> <view class="p2">海亮智能一线扩产LMS系统</view>
<view class="input-box"> <view class="input-box">
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user"> <input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
</view> </view>

View File

@@ -8,12 +8,12 @@
<input type="text" class="setup-input" placeholder="请输入服务器地址" v-model="addrip"> <input type="text" class="setup-input" placeholder="请输入服务器地址" v-model="addrip">
</view> </view>
</view> </view>
<view class="zd_wrapper"> <!-- <view class="zd_wrapper">
<view class="input-wrap"> <view class="input-wrap">
<view class="input-label">刷新时间(s)</view> <view class="input-label">刷新时间(s)</view>
<input type="text" class="setup-input" placeholder="请输入刷新时间" v-model="setTime"> <input type="text" class="setup-input" placeholder="请输入刷新时间" v-model="setTime">
</view> </view>
</view> </view> -->
<!-- <view class="zd_wrapper"> <!-- <view class="zd_wrapper">
<view class="input-wrap"> <view class="input-wrap">
<view class="input-label" style="margin-right: 20upx;">客户标签打印</view> <view class="input-label" style="margin-right: 20upx;">客户标签打印</view>