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 @@
|
- 未料数量
+ 未补料数量
{{dataContent.unexecutedQty}}{{getUomInfo(dataContent.uom)}}
+
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){