Commit 99082f3f authored by xiangzj's avatar xiangzj

api代理

parent 3bd642b0
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
<view class="middle view planout-block-item"> <view class="middle view planout-block-item">
<view class="text-block"> <view class="text-block">
<text class="middle-date">产品名称</text> <text class="middle-date">产品名称</text>
<text class="middle-date-des">{{productByBarcode.name}}</text> <text class="middle-date-product">{{productByBarcode.name}}</text>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">物流码</text> <text class="middle-date">物流码</text>
...@@ -765,6 +765,7 @@ ...@@ -765,6 +765,7 @@
font-size: 28rpx; font-size: 28rpx;
color: #999; color: #999;
margin-bottom: 8rpx; margin-bottom: 8rpx;
line-height: 96rpx;
} }
.middle-date-des { .middle-date-des {
...@@ -774,6 +775,15 @@ ...@@ -774,6 +775,15 @@
font-size: 28rpx; font-size: 28rpx;
color: $text-base-color; color: $text-base-color;
height: 96rpx; height: 96rpx;
line-height: 96rpx;
}
.middle-date-product{
display: flex;
align-items: center;
flex: 4;
font-size: 28rpx;
color: $text-base-color;
height: 96rpx;
} }
.middle-date-buttons {} .middle-date-buttons {}
......
...@@ -320,8 +320,8 @@ ...@@ -320,8 +320,8 @@
} }
}) })
// 喷码内容 // 喷码内容
this.condition.ZZFLD000098 = this.groupOrder.INFO.ZZFLD000098 this.condition.ZZFLD000098 = this.groupOrder.baseinfo.ZZFLD000098
this.HEADINFO.ZZFLD000098 = this.groupOrder.INFO.ZZFLD000098 this.HEADINFO.ZZFLD000098 = this.groupOrder.baseinfo.ZZFLD000098
this.condition.BUSOPPID = this.groupOrder.INFO.BUSOPPID this.condition.BUSOPPID = this.groupOrder.INFO.BUSOPPID
} }
......
...@@ -355,6 +355,7 @@ ...@@ -355,6 +355,7 @@
.uni-list-cell { .uni-list-cell {
flex: 1; flex: 1;
height: 100%;
} }
.uni-list-cell-db { .uni-list-cell-db {
......
...@@ -501,6 +501,7 @@ ...@@ -501,6 +501,7 @@
.uni-list-cell { .uni-list-cell {
flex: 1; flex: 1;
height: 100%;
} }
.uni-list-cell-db { .uni-list-cell-db {
......
...@@ -181,11 +181,11 @@ class Request { ...@@ -181,11 +181,11 @@ class Request {
// config.baseUrl = 'http://10.0.135.61' // config.baseUrl = 'http://10.0.135.61'
config.baseUrl = 'http://221.10.127.60:5000' config.baseUrl = 'http://221.10.127.60:5000'
} else if (config.url.indexOf('adapter') !== -1) { } else if (config.url.indexOf('adapter') !== -1) {
config.baseUrl = 'http://api.c0331.dev.guanyingyun.com' // config.baseUrl = 'http://api.c0331.dev.guanyingyun.com'
// config.baseUrl = 'http://221.10.127.60:5000/cyj' config.baseUrl = 'http://221.10.127.60:5000/cyj'
} else if (config.url.indexOf('wmdpwebservices') !== -1) { } else if (config.url.indexOf('wmdpwebservices') !== -1) {
config.baseUrl = 'http://10.0.134.182:9001' // config.baseUrl = 'http://10.0.134.182:9001'
// config.baseUrl = 'http://221.10.127.60:5000/sczx' config.baseUrl = 'http://221.10.127.60:5000/scm'
// config.baseUrl = '' // config.baseUrl = ''
} else { } else {
config.baseUrl = 'http://221.10.127.60:5000/wlySap' config.baseUrl = 'http://221.10.127.60:5000/wlySap'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment