|
@@ -2989,16 +2989,17 @@ export default {
|
2989
|
2989
|
price: temp2[b].price,
|
2990
|
2990
|
remark: '',
|
2991
|
2991
|
medical_code: temp2[b].medical_code,
|
2992
|
|
- unit: temp2[b].unit,
|
2993
|
2992
|
type: temp2[b].type
|
2994
|
2993
|
}
|
2995
|
2994
|
|
2996
|
2995
|
if (temp2[b].type == 2) {
|
2997
|
2996
|
obj['project'] = temp2[b].project
|
|
2997
|
+ obj['unit'] = temp2[b].project.unit
|
2998
|
2998
|
|
2999
|
2999
|
} else if (temp2[b].type == 3) {
|
3000
|
|
-
|
3001
|
3000
|
obj['good_info'] = temp2[b].good_info
|
|
3001
|
+ obj['unit'] = temp2[b].good_info.packing_unit
|
|
3002
|
+
|
3002
|
3003
|
|
3003
|
3004
|
}
|
3004
|
3005
|
if (temp2[b].team_id == undefined) {
|