qinxianzhangyao
2024-06-21 f0ad3b00ae1cdbd12f64d870927f96ec6b7593a3
src/views/system/tijian/index.vue
@@ -645,7 +645,7 @@
                      </template>
                    </el-table-column>
                  </el-table>
                  <div>合计:{{ marryall }}元</div>
                  <h3 style="font-weight: bold;">合计:{{ marryall }}元</h3>
                  <!-- <el-collapse v-model="activeName" accordion v-if="list1">
                    <div>
                      <el-collapse-item title="请选择项目">
@@ -1319,6 +1319,7 @@
      table: false,
      HistoryList: {},
      index: 0,
      names:"",
      dictType: [
        {
          value: 0,
@@ -1348,7 +1349,7 @@
      hospName: "",
      currentDate: "",
      currentTime: "",
      tjCategory: "",
      tjCategory: "12",
      formIn: {
        tjPro: "体检费",
      },
@@ -2460,15 +2461,20 @@
            });
          });
        }
        this.checkedkey.push(this.Treedata[0].proId);
        let proId = this.Treedata[0].proId;
        this.checkedkey.push("1735504273274236929");
        let proId = "1735504273274236929";
        this.Treedata.forEach(item =>{
          if(proId == item.proId){
            this.names = item.proName
          }
        })
        getProSonDxList(proId).then((res) => {
          this.TreedataList = res.data.list;
          this.TreedataList.forEach((item) => {
            this.checkedListkey.push(item.proId);
            this.DataList.push(item);
            this.DataList.forEach((item) => {
              item.propinName = this.Treedata[0].proName;
                item.propinName = this.names;
            });
          });
          this.TotalPrice1 = 0;