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) {