@@ -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();
@@ -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) {
@@ -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');
CateGet() {