WXL
2026-05-13 e5af0daca71f21317b061f174869e6ded2829071
src/views/business/transfer/index.vue
@@ -430,7 +430,7 @@
      append-to-body
    >
      <div class="action-confirm">
        <p>确定要{{ actionText }}转运单 "{{ currentTransport.id }}" 吗?</p>
        <p>确定要{{ actionText }}转运单 "{{ currentTransport.patName }}" 吗?</p>
      </div>
      <div slot="footer" class="dialog-footer">
        <el-button @click="actionOpen = false">取 消</el-button>
@@ -800,7 +800,7 @@
    async confirmAction() {
      try {
        let requestData = {
          id: this.currentTransport.id
          ...this.currentTransport
        };
        if (this.actionText === "开始") {