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 @@ - + + + + + +