wujianwei
2025-08-07 b62f5881e2d0976738c38fd373ede43d92c32cbf
ui/admin-ui3/src/views/cwgl/dispatchOrder/index.vue
@@ -41,7 +41,7 @@
      </avue-crud>
      <template #footer>
        <div class="dialog-footer">
          <el-button type="primary" v-if="itemTableData2.length>0" @click="downPZ">下载凭证</el-button>
          <el-button type="primary" v-if="itemTableData2.length>0" @click="downPZ">下载附件</el-button>
        </div>
      </template>
@@ -391,7 +391,7 @@
    console.log(res)
      const blob = new Blob([res])
    console.log(blob)
      saveAs(blob, decodeURI(pageAttachment.value.no+"凭证.pdf"))
      saveAs(blob, decodeURI(pageAttachment.value.no+"附件.pdf"))
  })