src/views/reservation/resercopy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/sampling/sampling/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/tijian/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/reservation/resercopy/index.vue
@@ -697,7 +697,7 @@ }); }, idFn(value) { console.log(value); this.userList = [] if (value) { this.data.dwId = value; Deptlist(value).then((response) => { @@ -893,13 +893,13 @@ }, // 文件上传成功处理 handleFileSuccess(response, file, fileList) { console.log(response, 666666); if (response.code == 500) { console.log(22222222222); // Message.warning(response.msg); // this.$modal.msgError(response.msg); // this.$modal.msgError("人员"+ response.data.list + "信息错误"); const errorList = response.data.list.join(", "); console.log(errorList) this.$confirm(`${errorList}`, `${response.msg}`, { confirmButtonText: "确定", cancelButtonText: "取消", @@ -907,10 +907,10 @@ center: true, dangerouslyUseHTMLString: true, }); } this.ListObj = response.data; }else{ this.ListObj = response.data; this.userList = response.data.list; this.userList.forEach((item) => { this.CompanyList.forEach((item1) => { if (item1.drugManufacturerId == this.objs.drugManufacturerId) { @@ -918,11 +918,12 @@ } }); }); } this.upload.open = false; this.upload.isUploading = false; this.$refs.upload.clearFiles(); this.leftList = response.msg; console.log(response.code); if (this.leftList == "操作失败") { this.isdisabled = true; src/views/sampling/sampling/index.vue
@@ -105,7 +105,7 @@ </div> <div style="width: 50%"> <!-- v-if="this.rightTabShow" --> <el-table v-loading="loading" :data="tableList" @selection-change="handleChange" :span-method="objectSpanMethod" <el-table v-if="tableList.length > 0" v-loading="loading" :data="tableList" @selection-change="handleChange" :span-method="objectSpanMethod" ref="tab1" :row-class-name="tableRowClassName" border height="520px"> <el-table-column type="selection" width="40" align="center" /> <!-- :selectable="selectEnable" --> src/views/system/tijian/index.vue
@@ -1780,7 +1780,12 @@ if (this.form.reservationId != null) { if (this.form.groupingId) { this.form.firmName = this.form.compName; this.form.tjType = this.dict.type.dict_team[2].value; this.dict.type.dict_team.forEach((item)=> { if(item.label == "团队"){ this.form.tjType = item.value; } }) // this.form.tjType = this.dict.type.dict_team[1].value; this.CompanyList.forEach((item) => { if (item.cnName == this.form.firmName) { this.form.firmId = item.drugManufacturerId; @@ -2334,6 +2339,11 @@ Package() { this.activeNames = "first"; if (this.form.cusSex == "男") { this.form.cusSex = 0; } else if (this.form.cusSex == "女"){ _this.form.cusSex = 1; } let cusSex = this.form.cusSex; this.datekey = Date.now(); //全部套餐