From 52a132d27e8ff3213d32bd5dd326b59b4b17b2e4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 19 十月 2023 11:19:52 +0800
Subject: [PATCH] 1.模具维修申请 100% 2.模具维修 100%
---
pages/mjgl/mjdj.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/pages/mjgl/mjdj.vue b/pages/mjgl/mjdj.vue
index 864a1cd..523aa51 100644
--- a/pages/mjgl/mjdj.vue
+++ b/pages/mjgl/mjdj.vue
@@ -64,9 +64,13 @@
- <view class="marginRight20 marginBottom10">
+ <view class="marginRight20 marginBottom10" v-if='standardArr.length>0'>
<u-button @click="show = true" type='primary' size="small" plain
shape='circle'>璇烽�夋嫨</u-button>
+ </view>
+
+ <view class="marginRight20 marginBottom10" v-if='standardArr.length===0'>
+ 鏆傛棤鍏宠仈鏍囧噯,璇峰厛鍏宠仈
</view>
</view>
@@ -217,7 +221,7 @@
init() {
uni.stopPullDownRefresh();
- // this.getCheckScanMouldQrCodeData('001')
+ // this.getCheckScanMouldQrCodeData('001')
// this.getCheckScanMouldTemp('001')
// this.getSelectScanMouldQrCodeItem('001', '001')
},
@@ -330,7 +334,7 @@
// console.log(JSON.stringify(data))
this.isDisabledSubmitButton = true
- const res = await MouldCheckSave('2050', data)
+ const res = await MouldCheckSave('2051', data)
if (res.code === '200') {
uni.$u.toast('鎻愪氦鎴愬姛锛�')
this.isDisabledSubmitButton = false
--
Gitblit v1.9.3