From 57707d199fd7a79a4149dae690616bd27d1522c8 Mon Sep 17 00:00:00 2001
From: "[li_she]" <[li.she@xujiesoft.com]>
Date: Wed, 16 Mar 2022 18:50:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=B8=8B=E6=9C=BA=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=20sxm=202022-3-15?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yieldReport/com_produce_report_normal.vue | 2 +
.../yieldReport/not_over_finish_roll.vue | 93 ++++++++++---------
.../modules/yieldReport/produce_order.vue | 7 +-
3 files changed, 55 insertions(+), 47 deletions(-)
diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue
index 3bb003b..8eebfc3 100644
--- a/src/views/modules/yieldReport/com_produce_report_normal.vue
+++ b/src/views/modules/yieldReport/com_produce_report_normal.vue
@@ -458,6 +458,7 @@
删除卷
未生产下机拆卷
@@ -2910,6 +2911,7 @@ export default {
switchrollReverse(this.scheduleData).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)
+ this.refreshPageData()
}
if (data.code == 400) {
this.$message.warning(data.msg)
diff --git a/src/views/modules/yieldReport/not_over_finish_roll.vue b/src/views/modules/yieldReport/not_over_finish_roll.vue
index 084027d..ad3514c 100644
--- a/src/views/modules/yieldReport/not_over_finish_roll.vue
+++ b/src/views/modules/yieldReport/not_over_finish_roll.vue
@@ -7,42 +7,53 @@
-
-
-
-
-
-
-
-
+
+
列表
- 刷新
+ 刷新
- 结束卷
+ 结束卷
- 关闭
+ 关闭
+
-
@@ -774,17 +775,17 @@ export default {
return false;
}
//首先判断数值是否通过判断
- let approvedQty = this.pageData.approvedQty;
- if(approvedQty == null || approvedQty == ''){
- this.$message.error('请输入良品总数量!');
- this.pageData.approvedQty = 0;//重新赋值
- return false;
- }
- if(approvedQty <= 0){
- this.$message.error('良品总数量必须大于0!');
- this.pageData.approvedQty = 0;//重新赋值
- return false;
- }
+ // let approvedQty = this.pageData.approvedQty;
+ // if(approvedQty == null || approvedQty == ''){
+ // this.$message.error('请输入良品总数量!');
+ // this.pageData.approvedQty = 0;//重新赋值
+ // return false;
+ // }
+ // if(approvedQty <= 0){
+ // this.$message.error('良品总数量必须大于0!');
+ // this.pageData.approvedQty = 0;//重新赋值
+ // return false;
+ // }
//班次判断
if(this.pageData.shiftDesc == '无班次'){
this.$message.error('该时间段内没有匹配的班次信息,请联系相关人员!!');
diff --git a/src/views/modules/yieldReport/produce_order.vue b/src/views/modules/yieldReport/produce_order.vue
index 7d0ed37..bf80e25 100644
--- a/src/views/modules/yieldReport/produce_order.vue
+++ b/src/views/modules/yieldReport/produce_order.vue
@@ -74,7 +74,12 @@
-
+
+
+
+
+
+