|
|
@@ -3,8 +3,6 @@
|
|
|
|
|
|
@section('content')
|
|
|
<div class="d-none" id="container">
|
|
|
-{{-- <form :action="'{{url('store/handInStorage/receiveDetailPage')}}/'+asnno+'/'+customerid" method="get" id="submitForm" class="d-none">--}}
|
|
|
-{{-- </form>--}}
|
|
|
<div class="card offset-md-3 col-md-6">
|
|
|
<div class="card-header text-center mt-2 bg-transparent" id="header_title">
|
|
|
<span class="font-weight-bold h4">收货</span>
|
|
|
@@ -181,13 +179,7 @@
|
|
|
window.axios.post(url,{info:this.info})
|
|
|
.then(res=>{
|
|
|
if (res.data.success){
|
|
|
- window.location.href="{{url('store/handInStorage/receiveDetailPage')}}/" + res.data.data.asnno+'/'+ res.data.data.customerid+'?test';
|
|
|
- // this.asnno=res.data.data.asnno;
|
|
|
- // this.customerid=res.data.data.customerid;
|
|
|
- // let _this=this;
|
|
|
- // setTimeout(function (){
|
|
|
- // _this.submitForm();
|
|
|
- // },10)
|
|
|
+ window.location.href="{{url('store/handInStorage/receiveDetailPage')}}/" + res.data.data.asnno+'/'+ res.data.data.customerid;
|
|
|
}else {
|
|
|
window.tempTip.setDuration(2000);
|
|
|
window.tempTip.show(res.data.data);
|
|
|
@@ -203,9 +195,6 @@
|
|
|
this.onfocus();
|
|
|
},100);
|
|
|
},
|
|
|
- // submitForm(){
|
|
|
- // document.getElementById('submitForm').submit();
|
|
|
- // }
|
|
|
},
|
|
|
});
|
|
|
</script>
|