This commit is contained in:
2025-03-07 15:09:16 +08:00
parent fccee9a33d
commit f87deb45cd
2 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
"name" : "西门子", "name" : "西门子",
"appid" : "__UNI__EF964CB", "appid" : "__UNI__EF964CB",
"description" : "西门子LMS手持系统", "description" : "西门子LMS手持系统",
"versionName" : "1.0.2", "versionName" : "1.0.3",
"versionCode" : 102, "versionCode" : 103,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -33,7 +33,7 @@
</view> </view>
<view class="zd-row"> <view class="zd-row">
<view class="zd-col-5"> <view class="zd-col-5">
<span class="filter_label">当前工序</span> <span class="filter_label">下道工序</span>
</view> </view>
<view class="zd-col-19 filter_select"> <view class="zd-col-19 filter_select">
<uni-data-select v-model="index2" :localdata="options1"></uni-data-select> <uni-data-select v-model="index2" :localdata="options1"></uni-data-select>
@@ -62,7 +62,7 @@
</table> </table>
</view> </view>
</view> </view>
<view v-show="dataList.length > 0 && dataList[0].order_code.indexOf('OR') !== -1" class="zd_wrapper"> <!-- <view v-show="dataList.length > 0 && dataList[0].order_code.indexOf('OR') !== -1" class="zd_wrapper">
<view class="zd-row"> <view class="zd-row">
<view class="zd-col-7"> <view class="zd-col-7">
<span class="filter_label">下一道工序</span> <span class="filter_label">下一道工序</span>
@@ -71,7 +71,7 @@
<uni-data-select v-model="index1" :localdata="options1"></uni-data-select> <uni-data-select v-model="index1" :localdata="options1"></uni-data-select>
</view> </view>
</view> </view>
</view> </view> -->
</view> </view>
<view class="zd-row submit-bar"> <view class="zd-row submit-bar">
<button class="zd-col-8 button-default" @tap="clearUp">清空</button> <button class="zd-col-8 button-default" @tap="clearUp">清空</button>