zouyu
2025-12-24 4b13a0803641b462775e217c3058be3dff836bff
src/views/business/materialOrder/index.vue
@@ -1368,6 +1368,7 @@
      } else {
        params = {...this.entity}
      }
      params.orderType = "01raw";
      rawAllExport(params).then(res => {
        this.outLoading = false
        const blob = new Blob([res], { type: 'application/octet-stream' });