|
@@ -17,8 +17,8 @@
|
17
|
17
|
<view>医废重量</view>
|
18
|
18
|
</view>
|
19
|
19
|
<scroll-view scroll-y style="flex: 1;min-height: 0;">
|
20
|
|
- <view class="Scanning_cont_list" v-for="item in infoList" :key="item.wasteTypeId">
|
21
|
|
- <view>{{item.wasteType}}</view>
|
|
20
|
+ <view class="Scanning_cont_list" v-for="item in infoList" :key="item.id">
|
|
21
|
+ <view>{{item.name}}</view>
|
22
|
22
|
<view>{{item.wasteCount}}袋</view>
|
23
|
23
|
<view>{{item.wasteWeight}}kg</view>
|
24
|
24
|
</view>
|
|
@@ -87,7 +87,7 @@
|
87
|
87
|
code: result.code,
|
88
|
88
|
deptId: +this.queryObj.deptId,
|
89
|
89
|
hosId: this.hosId,
|
90
|
|
- clinicalWasteTypeIds: this.infoList.map(v => v.wasteTypeId).toString(),
|
|
90
|
+ clinicalWasteTypeIds: this.infoList.map(v => v.id).toString(),
|
91
|
91
|
})
|
92
|
92
|
.then((res) => {
|
93
|
93
|
uni.hideLoading();
|