lilei 2 年之前
父節點
當前提交
14f9e3fd5f
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      pages/queryByCode/confirmQh.vue

+ 9 - 1
pages/queryByCode/confirmQh.vue

@@ -87,7 +87,15 @@
 							 	title: '提示',
 							 	content: res.data.remindMessage,
 							 	confirmText: '知道了',
-							 	showCancel: false
+							 	showCancel: false,
+								success(res) {
+									if(res.confirm){
+										uni.$emit("updateQueryByCodeList")
+										uni.redirectTo({
+											url: "/pages/digitalShelf/orderDetail?shelfOrderSn="+res.data.shelfOrderSn
+										})
+									}
+								}
 							 })
 						 }else{
 							 uni.showToast({