guoyujia 4 ay önce
ebeveyn
işleme
c88aba8f4e

+ 13 - 0
pages/dashboard/index.vue

@@ -787,6 +787,19 @@
 		console.log(store)
 		handleSelectInnerTurnover()
 	}
+	// 分选
+	function handleToUnNormalOutsource() {
+		if (curSelectedDeptId.value) {
+			uni.navigateTo({
+				url: '/pages/sortInnerProductionPlan/index'
+			})
+		} else {
+			uni.showToast({
+				icon: "none",
+				title: "请选择工段"
+			})
+		}
+	}
 	//查询当前工段当前操作者是否能看见内部周转按钮
 	function handleSelectInnerTurnover() {
 		listInnerTurnover({

+ 18 - 0
pages/sortBatchInnerReporting/index.vue

@@ -956,4 +956,22 @@
 			font-size: 28rpx;
 		}
 	}
+
+	.mask {
+		position: fixed;
+		top: 0;
+		left: 0;
+		right: 0;
+		bottom: 0;
+		background-color: rgba(0, 0, 0, 0.5);
+		z-index: 2000;
+		display: flex;
+		justify-content: center;
+		align-items: center;
+	}
+
+	.mask .loading-text {
+		color: #fff;
+		font-size: 36rpx;
+	}
 </style>