lkk
2024-11-01 9bd0967b2b8c0bbca5a2843254f8f3f12ecfe792
11.1
1个文件已修改
18 ■■■■ 已修改文件
src/views/hosp/order/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue
@@ -277,6 +277,18 @@
          :show-overflow-tooltip="true"
        />
        <el-table-column
          label="导诊打印次数"
          align="center"
          prop="dycs"
          width="110px"
          :formatter="driver"
          :show-overflow-tooltip="true"
        >
          <template slot-scope="scope">
            {{ scope.row.dycs === null ? 0 : scope.row.dycs }}
          </template>
        </el-table-column>
        <el-table-column
          label="登记时间"
          align="center"
          prop="createTime"
@@ -1607,6 +1619,7 @@
  methods: {
    onPayTypeChange() {
      if (this.payType === "6" && this.form.tjType !== 3) {
        this.cannotSelectPayType = true; 
        this.$message.warning("该付款类型在此体检类型下不允许选择!"); 
        this.payType = this.dict.type.dict_pay_type[0]?.value || null; 
@@ -1945,6 +1958,7 @@
        this.cusSex = item.tjCustomerSex;
        this.form.tjType = parseInt(item.tjType);
      });
      this.ids = selection.map((item) => item.orderId);
      // this.tjNumbers = selection.map((item) => item.tjNumber);
      this.single = selection.length !== 1;
@@ -2170,7 +2184,7 @@
    // 补录项目
    handleProject(row) {
      this.payType = "0"
      this.payType = "0";
      this.loading = true;
      this.DataList = [];
      this.DataList3 = [];
@@ -2240,7 +2254,7 @@
    },
    // 补录项目
    handleProject1() {
      this.payType = "0"
      this.payType = "0";
      this.loading = true;
      this.DataList = [];
      this.DataList3 = [];