|
@@ -3031,7 +3031,7 @@ export default {
|
3031
|
3031
|
|
3032
|
3032
|
for (let i = 0; i < good_info.length; i++) {
|
3033
|
3033
|
good_info[i].stock_count = 0
|
3034
|
|
- if (good_info[i].good_stock_in.length > 0) {
|
|
3034
|
+ if (good_info[i].good_stock_in&&good_info[i].good_stock_in.length > 0) {
|
3035
|
3035
|
for (let j = 0; j < good_info[i].good_stock_in.length; j++) {
|
3036
|
3036
|
good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
|
3037
|
3037
|
}
|
|
@@ -3059,6 +3059,9 @@ export default {
|
3059
|
3059
|
|
3060
|
3060
|
this.allProject = this.tabProject
|
3061
|
3061
|
|
|
3062
|
+
|
|
3063
|
+
|
|
3064
|
+
|
3062
|
3065
|
}
|
3063
|
3066
|
})
|
3064
|
3067
|
|