From b734a58af483fcf3e0234905bdaeafe81360cbe3 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 22 三月 2022 15:29:09 +0800
Subject: [PATCH] # wms - saas
---
pages/basics/comb.vue | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/pages/basics/comb.vue b/pages/basics/comb.vue
index 9d4d295..319f7d1 100644
--- a/pages/basics/comb.vue
+++ b/pages/basics/comb.vue
@@ -23,10 +23,16 @@
</uni-table>
</view>
- <view>
- <button class="cu-btn bg-yellow pda-btn" @click="comb()">缁勬墭</button>
- <button class="cu-btn bg-grey pda-btn" @click="reset">閲嶇疆</button>
+ <view style="height: 200rpx;">
+ <!-- 绌虹櫧灞� -->
</view>
+ <view class="cu-bar foot">
+ <view class="flex solid-bottom padding justify-start">
+ <button class="cu-btn bg-yellow lg margin-xs" style="width: 250rpx;" @click="comb()">缁� 鎵�</button>
+ <button class="cu-btn bg-grey lg margin-xs" @click="reset">閲� 缃�</button>
+ </view>
+ </view>
+
<view>
<!-- 鏅�氬脊绐� -->
<uni-popup ref="popup" background-color="#fff" style="width: 500rpx;">
@@ -117,9 +123,8 @@
if(that.matNo.length===0){
return;
}
- console.log('http://'+ that.baseUrl + ':8082/xgmwms' + "/matCode/auth")
uni.request({
- url: that.baseUrl + "/matCode/auth",
+ url: that.baseHttp + that.baseIP + that.baseUrl + "/matCode/auth",
header:{
'content-type':'application/x-www-form-urlencoded',
@@ -130,7 +135,6 @@
},
method:'POST',
success:function(res){
- console.log(res)
let data = res.data.data
if(res.data.code === 200){
@@ -199,7 +203,6 @@
let that = this
let barcode = that.code
if(barcode.length === 0){
- console.log(1)
that.messageToggle('error')
that.messageText = '鎵樼洏鏉$爜涓虹┖'
return;
@@ -216,7 +219,7 @@
}
uni.request({
- url: that.baseUrl + "/mobile/comb/auth",
+ url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/comb/auth",
header:{
// #ifdef H5
'token':uni.getStorageSync('token')
@@ -233,7 +236,6 @@
},
method:'POST',
success:function(res){
- console.log(res)
if(res.data.code===200){
that.reset()
that.messageToggle('success')
--
Gitblit v1.9.1