From 56b6330df1fe8b59f5eb5f81a8cb990a0598b5a2 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 14 Mar 2025 13:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/job/jobRepleinshTimeQty.vue | 3 ++- src/pages/repleinsh/job/repleinshTimeDetail.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mycomponents/job/jobRepleinshTimeQty.vue b/src/mycomponents/job/jobRepleinshTimeQty.vue index aec229f8..cea75368 100644 --- a/src/mycomponents/job/jobRepleinshTimeQty.vue +++ b/src/mycomponents/job/jobRepleinshTimeQty.vue @@ -15,8 +15,9 @@ </view> <view style="padding-left: 8rpx;padding-right: 8rpx;" >|</view> <view class="uni-flex uni-column align-start" style="flex: 1;"> - <text style="padding-left: 8rpx;">未料数量</text> + <text style="padding-left: 8rpx;">未补料数量</text> <text class="uom_yellow">{{dataContent.unexecutedQty}}{{getUomInfo(dataContent.uom)}}</text> + </view> </view> </template> diff --git a/src/pages/repleinsh/job/repleinshTimeDetail.vue b/src/pages/repleinsh/job/repleinshTimeDetail.vue index ea85e476..e1cc64c9 100644 --- a/src/pages/repleinsh/job/repleinshTimeDetail.vue +++ b/src/pages/repleinsh/job/repleinshTimeDetail.vue @@ -310,7 +310,7 @@ }, clickSubmit() { - // 未料数量unexecutedQty + // 未补料数量unexecutedQty // 已补料数量qty let requestQty = this.jobContent.unexecutedQty+this.jobContent.qty if(this.jobContent.qty>=requestQty){