|
@@ -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;
|