spring
2025-02-17 00edab233e6268cdd2bd0fdb5627d3fbd85b04e7
src/views/business/materialOrder/customsInspection.vue
@@ -22,7 +22,7 @@
          </el-button>
          <el-button v-show="active==1 && addObj.orderType === '进厂检验'" :loading="noNeedCheckLoad" size="medium" type="primary" @click="noNeedCheck">免检</el-button>
          <el-button v-show="active==1" :loading="saveLoad" size="medium" type="primary" @click="save">提交</el-button>
          <el-button size="medium" @click="$parent.playOrder(0)">
          <el-button size="medium" @click="goBack">
            <span style="color: #3A7BFA;">返回</span>
          </el-button>
        </el-col>
@@ -1892,6 +1892,10 @@
      const property = column['property'];
      return row[property] === value;
    },
    goBack () {
      const obj = { path: "/business/materialOrder" };
      this.$tab.closeOpenPage(obj);
    }
  }
}
</script>