diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index a4381608..ef12da55 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -313,14 +313,14 @@ export default {
setInterval(() => this.getAlarmData(), 1000 * 60);
this.poolNameList = JSON.parse(localStorage.getItem("POOL_NAME_LIST"));
this.poolName = localStorage.getItem("USER_POOL_NAME_CURRENT");
- /**
+
//先执行一次
this.getUnReadList();
// 实现轮询
this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000);
}, 30000);
- **/
+
},
components: {
Breadcrumb,
diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue
index 35db624c..4cca208a 100644
--- a/src/views/mes/reportWork/index.vue
+++ b/src/views/mes/reportWork/index.vue
@@ -448,6 +448,8 @@
+
+
diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue
index 00c1a803..3bc91713 100644
--- a/src/views/plan/order/index.vue
+++ b/src/views/plan/order/index.vue
@@ -520,7 +520,7 @@
-
+
@@ -1531,6 +1531,11 @@ export default {
//排产优先级
handleAutoSplit(row) {
this.autoSplitList = this.orderCodes;
+ if(this.orderCodes[0].prodDesc.includes("出口")){
+ this.$modal.msgError("物料描述有包含‘出口’信息,请手工折单!");
+ return
+ }
+
if(this.autoSplitList[0].status != 'o0'){
this.$modal.msgError("请选择完全未拆分的订单!");
return
@@ -1650,7 +1655,7 @@ export default {
this.activeSplit = 0;
});
},
- handleClose() {
+ handleClose() {
this.cancel();
},
shiftFormat(row,column){
diff --git a/src/views/wms/equipment/index.vue b/src/views/wms/equipment/index.vue
index 1aa81de5..27e31bbc 100644
--- a/src/views/wms/equipment/index.vue
+++ b/src/views/wms/equipment/index.vue
@@ -655,6 +655,14 @@
+
+
+
+
+