spring
5 小时以前 46ec48beb42de969c2e83968ee1696a709b99f33
src/views/productionManagement/productionOrder/index.vue
@@ -60,10 +60,6 @@
        </template>
      </PIMTable>
    </div>
    <process-route-item-form v-if="isShowItemModal"
                             v-model:visible="isShowItemModal"
                             :record="record"
                             @completed="getList" />
    <el-dialog v-model="bindRouteDialogVisible"
               title="绑定工艺路线"
               width="500px">
@@ -104,7 +100,6 @@
  } from "@/api/productionManagement/productionOrder.js";
  import { listMain as getOrderProcessRouteMain } from "@/api/productionManagement/productProcessRoute.js";
  const { proxy } = getCurrentInstance();
  import ProcessRouteItemForm from "@/views/productionManagement/productionOrder/ProcessRouteItemForm.vue";
  const router = useRouter();
@@ -318,8 +313,6 @@
      });
  };
  const isShowItemModal = ref(false);
  const record = ref({});
  const showRouteItemModal = async row => {
    const orderId = row.id;
    try {
@@ -356,7 +349,7 @@
      type: "warning",
    })
      .then(() => {
        proxy.download("/salesLedger/scheduling/export", {}, "生产订单.xlsx");
        proxy.download("/productOrder/export", {...searchForm.value}, "生产订单.xlsx");
      })
      .catch(() => {
        proxy.$modal.msg("已取消");