维修管理,作业管理

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

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

View File

@@ -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)

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>