1
lkk
2025-01-21 7d2dba2945bf807413e7fc809fc06acebe3721a8
1
1个文件已修改
6 ■■■■■ 已修改文件
src/views/hosp/order/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue
@@ -573,7 +573,7 @@
      append-to-body
      :close-on-click-modal="false"
    >
    <div class="box">
      <div class="box">
        <div class="box1">
          <div
            style="text-align: center; margin-bottom: 10px; margin-top: 10px"
@@ -829,7 +829,7 @@
          <!-- <h3 style="font-weight: 600">合计:{{ marryalls }}元</h3> -->
        </div>
      </div>
              <el-form
      <el-form
        :model="form"
        inline
        style="display: flex; justify-content: space-between; margin-top: 20px"
@@ -2972,9 +2972,11 @@
            const params = { viewNum, tjnumber };
            this.$tab.openPage("收款小票", "/report/charge", params);
            this.Projectopen1 = false;
            this.Projectopen = false;
            this.isSubmit1 = false;
          });
        }
        this.isSubmit1 = false;
      });
    },