gaoluyang
2025-02-21 86e60a01fdac6af35759d4c05d3271cf3d9807b2
src/views/business/materialOrder/index.vue
@@ -910,11 +910,7 @@
    },
    // 季度检验下单
    playOrderSec(row) {
      if (typeof row !== "object") {
        this.$router.push({ path: "/materialOrder/customsInspection", query: { active: row } });
      } else {
        this.$router.push({ path: "/materialOrder/customsInspection", query: { orderType: 1, customsInspection: row, active: 1 } });
      }
    },
    // 点击样品名称查看详情
    selectAllByOne(row) {