Commit aea99c25 by LJM

add

parent 3dec1adb
...@@ -445,6 +445,11 @@ ...@@ -445,6 +445,11 @@
"style": { "style": {
"navigationBarTitleText": "预检单" "navigationBarTitleText": "预检单"
} }
}, {
"path": "pages/stockRecheck/shipOut",
"style": {
"navigationBarTitleText": "出库发货"
}
}], }],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
......
...@@ -56,6 +56,12 @@ ...@@ -56,6 +56,12 @@
</view> </view>
<text class="text">复核</text> <text class="text">复核</text>
</navigator> </navigator>
<navigator class="box-li column rowCenter verCenter" url="/pages/stockRecheck/shipOut" hover-class="none">
<view class="box row rowCenter verCenter">
<image src="/static/home/@2x(5).png"></image>
</view>
<text class="text">出库发货</text>
</navigator>
<navigator class="box-li column rowCenter verCenter" url="/pages/transfer/index" hover-class="none"> <navigator class="box-li column rowCenter verCenter" url="/pages/transfer/index" hover-class="none">
<view class="box row rowCenter verCenter"> <view class="box row rowCenter verCenter">
<image src="/static/home/@2x(3).png"></image> <image src="/static/home/@2x(3).png"></image>
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统 const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统 const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统 const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统 const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统 // const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统 // const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统 // const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统 // const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = { const API = {
......
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 sign in to comment