seimin пре 1 година
родитељ
комит
98cc20ba72
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      pages/medicalWaste/medicalWasteBind/medicalWasteBind.vue

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

@@ -165,6 +165,12 @@
165 165
                         if(res.wasteInfo){
166 166
                           // 编辑
167 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 174
                         } else {
169 175
                           // 新增
170 176
                           this.id = undefined;