src/views/reservation/resercopy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/tijian/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/reservation/resercopy/index.vue
@@ -130,6 +130,13 @@ width="200" > </el-table-column> <el-table-column label="单位部门" align="center" prop="department" width="200" > </el-table-column> <!-- <el-table-column label="工号" align="center" prop="jobNo" width="80" /> --> <el-table-column label="姓名" align="center" prop="name" width="75" /> <el-table-column label="性别" align="center" prop="sex" width="75"> src/views/system/tijian/index.vue
@@ -1702,6 +1702,13 @@ } if (this.form.reservationId != null) { if (this.form.groupingId) { this.form.firmName = this.form.compName this.form.tjType = "1" this.CompanyList.forEach((item) => { if (item.cnName == this.form.firmName) { this.form.firmId = item.drugManufacturerId; } }); _this.tcShow = true; getTransitionList1(this.form.cusIdcard).then((res) => { @@ -2789,7 +2796,7 @@ } }); } else { else { getaddtTransition(data).then((response) => { if (response.code == 200) { let cusId = this.form.cusIdcard; @@ -3152,6 +3159,8 @@ userId, tjType, tjCategory: this.tjCategory, firmId: this.form.firmId, firmName: this.form.firmName }; this.listgetOrder(data); @@ -3163,6 +3172,8 @@ userId, tjType, tjCategory: this.tjCategory, firmId: this.form.firmId, firmName: this.form.firmName }; this.listgetOrder(data); } else {