lilei 2 سال پیش
والد
کامیت
e15b3e2917
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      pages/soldOut/creatOrder.vue
  2. 1 0
      pages/soldOut/shelfList.vue

+ 1 - 1
pages/soldOut/creatOrder.vue

@@ -377,7 +377,7 @@
 			  }).then(res => {
 			    if (res.status == 200) {
 			      this.toashMsg(res.message)
-				  uni.navigateBack()
+				  uni.redirectTo({ url: "/pages/replenishmentManage/outWarehousing?sn="+res.data.replenishBillSn })
 			    }
 				uni.hideLoading()
 			  })

+ 1 - 0
pages/soldOut/shelfList.vue

@@ -189,6 +189,7 @@
 						return
 					}
 					this.pageNo++
+					this.status = 'loading'
 					const s = (this.pageNo-1)*this.pageSize
 					const e = s + this.pageSize
 					this.shelfList = this.shelfList.concat(this.allList.slice(s,e))