shish 4 سال پیش
والد
کامیت
3f4a324a5e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ghsApp/src/pagesStorehouse/allot/putDetails.vue

+ 2 - 2
ghsApp/src/pagesStorehouse/allot/putDetails.vue

@@ -128,10 +128,10 @@ export default {
 			if (this.putData.itemInfo) {
 				for (const item of this.putData.itemInfo) {
 					if(item.bigNum && Number(item.bigNum)>0){
-						big += item.bigNum;
+						big += Number(item.bigNum)
 					}
 					if(item.smallNum && Number(item.smallNum)>0){
-						small += item.smallNum;
+						small += Number(item.smallNum)
 					}
 				}
 			}