|
@@ -992,7 +992,7 @@
|
|
|
},
|
|
},
|
|
|
handlePublish(row) {
|
|
handlePublish(row) {
|
|
|
const skipBomCheck =
|
|
const skipBomCheck =
|
|
|
- this.isOrderScheduling && String(row?.workOrderType ?? '') === '3';
|
|
|
|
|
|
|
+ this.isOrderScheduling && String(row?.workOrderType ?? '') == '3';
|
|
|
if (!skipBomCheck && !row.bomCategoryId) {
|
|
if (!skipBomCheck && !row.bomCategoryId) {
|
|
|
this.$message.warning('该计划没有配置BOM请先配置BOM');
|
|
this.$message.warning('该计划没有配置BOM请先配置BOM');
|
|
|
return;
|
|
return;
|