shish 1 ano atrás
pai
commit
78f570c027

+ 1 - 1
ghsApp/src/pagesStorehouse/inventory/details.vue

@@ -233,7 +233,7 @@ export default {
 					flex-direction: column;
 					justify-content: space-around;
 					.info-name {
-						font-size: 28upx;
+						font-size:28upx;
 						font-weight: bold;
 						color: #333333;
 					}

+ 2 - 2
ghsApp/src/pagesStorehouse/inventory/update.vue

@@ -200,7 +200,7 @@ export default {
 						that.$msg("盘点成功");
 						setTimeout(() => {
 							that.removeFromSaveDirect()
-							that.$util.pageTo({ url: "/pagesStorehouse/inventory/details?orderSn="+res.data.orderSn})	
+							that.$util.pageTo({ url: "/pagesStorehouse/inventory/details?orderSn="+res.data.orderSn,type:2})
 						}, 1200)
 					}
 				})
@@ -210,7 +210,7 @@ export default {
 						that.$msg("提交成功");
 						setTimeout(() => {
 							that.removeFromSaveDirect()
-							that.$util.pageTo({ url: "/pagesStorehouse/inventory/details?orderSn="+res.data.orderSn})	
+							that.$util.pageTo({ url: "/pagesStorehouse/inventory/details?orderSn="+res.data.orderSn,type:2})
 						}, 1200)
 					}
 				})