liujt пре 9 месеци
родитељ
комит
6d06141a10
1 измењених фајлова са 10 додато и 10 уклоњено
  1. 10 10
      pages/warehouse/inventory/index.vue

+ 10 - 10
pages/warehouse/inventory/index.vue

@@ -469,16 +469,16 @@
 				//   }
 				// 批次维度
 				//   if (this.form.dimension == 2) {
-				let par = {
-					dimension: this.form.dimension,
-					categoryCode: item.categoryCode,
-					categoryId: item.categoryId,
-					info: encodeURIComponent(JSON.stringify(item))
-				}
-				par = this.URLSearchParams(par)
-				uni.navigateTo({
-					url: '/pages/warehouse/inventory/batch/batch?' + par
-				})
+				// let par = {
+				// 	dimension: this.form.dimension,
+				// 	categoryCode: item.categoryCode,
+				// 	categoryId: item.categoryId,
+				// 	info: encodeURIComponent(JSON.stringify(item))
+				// }
+				// par = this.URLSearchParams(par)
+				// uni.navigateTo({
+				// 	url: '/pages/warehouse/inventory/batch/batch?' + par
+				// })
 				//   }
 			},
 			// inputChange() {