| | |
| | | </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="请选择项目"> |
| | |
| | | table: false, |
| | | HistoryList: {}, |
| | | index: 0, |
| | | names:"", |
| | | dictType: [ |
| | | { |
| | | value: 0, |
| | |
| | | hospName: "", |
| | | currentDate: "", |
| | | currentTime: "", |
| | | tjCategory: "", |
| | | tjCategory: "12", |
| | | formIn: { |
| | | tjPro: "体检费", |
| | | }, |
| | |
| | | }); |
| | | }); |
| | | } |
| | | 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; |