wangc01 13 часов назад
Родитель
Сommit
41be1f8060
3 измененных файлов с 3 добавлено и 15 удалено
  1. 0 13
      hybrid/html/login.html
  2. 2 1
      pages/sample/group.vue
  3. 1 1
      pages/sample/sorting_out.vue

+ 0 - 13
hybrid/html/login.html

@@ -144,19 +144,6 @@
 									url: '/pages/sample/main',
 								})
 							}, 500);
-
-							//处理成功逻辑
-							// mui.openWindow({
-							// 	url: 'main.html',
-							// 	id: 'main.html',
-							// 	extras: {
-
-							// 	},
-							// 	waiting: {
-							// 		autoShow: true, //自动显示等待框,默认为true
-							// 		title: '正在登录...' //等待对话框上显示的提示内容
-							// 	}
-							// });
 						},
 						error: function(xhr, type, errorThrown) {
 							plus.nativeUI.closeWaiting();

+ 2 - 1
pages/sample/group.vue

@@ -784,7 +784,8 @@
 							"receipt_num": receiptNum,
 							"number": number,
 							"container_code": containerCode,
-							"warehouse_id": _this.wId 
+							"warehouse_id": _this.wId,
+							"area_sn": _this.area_sn
 						}),
 						success: (ret) => {
 							if (ret.statusCode === 200) {

+ 1 - 1
pages/sample/sorting_out.vue

@@ -203,10 +203,10 @@
 				uni.hideKeyboard();
 				setTimeout(() => {
 					_this.firstFocus = true;
+					_this.wId = storage.getItem('reqWarehouseId');
 					this.getList();
 					this.speak_init();
 					this.CateGet();
-					_this.wId = storage.getItem('reqWarehouseId');
 				}, 500);
 			},
 			CateGet() {