@@ -1043,6 +1043,11 @@
});
+ if (is) {
+ this.$message.error('同产品,工序、批次号、颜色不能完全一致!');
+ return;
+ }
+
if (this.isUpdate) {
UpdateSendInformation(commitData)
.then((res) => {