Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aea99c25
authored
Feb 26, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
3dec1adb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
8 deletions
pages.json
pages/index/index.vue
pages/stockRecheck/shipOut.vue
util/api.js
pages.json
View file @
aea99c25
...
...
@@ -445,6 +445,11 @@
"style"
:
{
"navigationBarTitleText"
:
"预检单"
}
},
{
"path"
:
"pages/stockRecheck/shipOut"
,
"style"
:
{
"navigationBarTitleText"
:
"出库发货"
}
}],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/index/index.vue
View file @
aea99c25
...
...
@@ -56,6 +56,12 @@
</view>
<text
class=
"text"
>
复核
</text>
</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"
>
<view
class=
"box row rowCenter verCenter"
>
<image
src=
"/static/home/@2x(3).png"
></image>
...
...
pages/stockRecheck/shipOut.vue
0 → 100644
View file @
aea99c25
This diff is collapsed.
Click to expand it.
util/api.js
View file @
aea99c25
//
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
//
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
//
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
//
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const
API_BASE_USER
=
'http://user.liexindev.net'
;
//用户系统
const
API_BASE_PUR
=
'http://pur.liexindev.net'
;
//采购系统
const
API_BASE
=
'http://wms.liexindev.net'
;
//WMS系统
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
//oss系统
const
API_BASE_USER
=
'https://user.ichunt.net'
;
//用户系统
const
API_BASE_PUR
=
'https://purchase.ichunt.net'
;
//采购系统
const
API_BASE
=
'https://wms.ichunt.net'
;
//WMS系统
const
API_BASE_OSS
=
'https://image.ichunt.net'
;
//oss系统
//
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
//
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
//
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
//
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const
API
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment