Browse Source

提交代码

seimin 1 year ago
parent
commit
98cc20ba72
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pages/medicalWaste/medicalWasteBind/medicalWasteBind.vue

+ 6 - 0
pages/medicalWaste/medicalWasteBind/medicalWasteBind.vue

@@ -165,6 +165,12 @@
165
                         if(res.wasteInfo){
165
                         if(res.wasteInfo){
166
                           // 编辑
166
                           // 编辑
167
                           this.id = res.wasteInfo.id;
167
                           this.id = res.wasteInfo.id;
168
+                          this.queryObj.qrcode = res.wasteInfo.clinicalWasteSn;
169
+                          this.weight = res.wasteInfo.weight;
170
+                          this.medicalWasteTypeIndex = this.medicalWasteTypes.findIndex(v => v.id == res.wasteInfo.clinicalWasteType.id);
171
+                          this.remark = res.wasteInfo.remark;
172
+                          this.deptName = res.wasteInfo.dept.dept;
173
+                          this.deptId= res.wasteInfo.dept.id;
168
                         } else {
174
                         } else {
169
                           // 新增
175
                           // 新增
170
                           this.id = undefined;
176
                           this.id = undefined;