|
@@ -469,16 +469,16 @@
|
|
|
// }
|
|
// }
|
|
|
// 批次维度
|
|
// 批次维度
|
|
|
// if (this.form.dimension == 2) {
|
|
// 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() {
|
|
// inputChange() {
|