huminmin
5 天以前 7d57f73dbd1fb5ffa5f4303e06d42a9a68b5323b
src/views/productionManagement/processRoute/ItemsForm.vue
@@ -297,11 +297,6 @@
const { proxy } = getCurrentInstance() || {};
const handleSubmit = () => {
  if (routeItems.value.length === 0) {
    proxy?.$modal?.msgError("请添加路线项目");
    return;
  }
  const hasEmptyProcess = routeItems.value.some(item => !item.processId);
  if (hasEmptyProcess) {
    proxy?.$modal?.msgError("请为所有项目选择工序");