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