112
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<!-- <nav-bar title="分切下料"></nav-bar> -->
|
||||
<!-- <nav-bar title="分切上轴2"></nav-bar> -->
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
@@ -16,7 +16,7 @@
|
||||
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="msg_item">提示:{{obj.message}}</view>
|
||||
<view class="msg_item">提示:{{obj.tip}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
@@ -47,7 +47,7 @@
|
||||
index: '',
|
||||
options2: [],
|
||||
index2: '',
|
||||
obj: {message: '-'}
|
||||
obj: {tip: '-'}
|
||||
};
|
||||
},
|
||||
onLoad (options) {
|
||||
@@ -79,7 +79,7 @@
|
||||
if (e) {
|
||||
this._doUpShaftToSlitterByDeviceTip()
|
||||
} else {
|
||||
this.obj = {message: '-'}
|
||||
this.obj = {tip: '-'}
|
||||
}
|
||||
},
|
||||
toSure () {
|
||||
@@ -106,7 +106,7 @@
|
||||
this.index = ''
|
||||
this.index2 = ''
|
||||
this.options = []
|
||||
this.obj = {message: '-'}
|
||||
this.obj = {tip: '-'}
|
||||
},
|
||||
async _doUpShaftToSlitterByDeviceTip () {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user