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
50eb971f
authored
Apr 16, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
eda27ca4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
manifest.json
pages/picking/index.vue
pages/picking/me.vue
util/api.js
manifest.json
View file @
50eb971f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"wms"
,
"name"
:
"wms"
,
"appid"
:
"__UNI__655E80D"
,
"appid"
:
"__UNI__655E80D"
,
"description"
:
"供应链仓储App"
,
"description"
:
"供应链仓储App"
,
"versionName"
:
"2.3.
6
"
,
"versionName"
:
"2.3.
7
"
,
"versionCode"
:
100000000
,
"versionCode"
:
100000000
,
"transformPx"
:
false
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
/*
5
+App特有相关
*/
...
...
pages/picking/index.vue
View file @
50eb971f
...
@@ -11,13 +11,13 @@
...
@@ -11,13 +11,13 @@
</picker>
</picker>
</view>
</view>
<view
class=
"search-bar row bothSide verCenter"
>
<view
class=
"search-bar row bothSide verCenter"
>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
style=
"width: 90%;"
>
<text
class=
"iconfont icon-juxing1"
></text>
<text
class=
"iconfont icon-juxing1"
></text>
<template
v-if=
"index == 0"
>
<template
v-if=
"index == 0"
>
<input
class=
"uni-input"
placeholder=
"请扫描出库单号"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.stock_out_sn"
/>
<input
class=
"uni-input"
placeholder=
"请扫描出库单号"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.stock_out_sn"
style=
"width: 100%;"
/>
</
template
>
</
template
>
<
template
v-else-if=
"index == 1"
>
<
template
v-else-if=
"index == 1"
>
<input
class=
"uni-input"
placeholder=
"请输入关键词"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.search_keyword"
/>
<input
class=
"uni-input"
placeholder=
"请输入关键词"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.search_keyword"
style=
"width: 100%;"
/>
</
template
>
</
template
>
</view>
</view>
<text
class=
"iconfont icon-a-juxing11"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
<text
class=
"iconfont icon-a-juxing11"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
...
...
pages/picking/me.vue
View file @
50eb971f
...
@@ -11,13 +11,13 @@
...
@@ -11,13 +11,13 @@
</picker>
</picker>
</view>
</view>
<view
class=
"search-bar row bothSide verCenter"
>
<view
class=
"search-bar row bothSide verCenter"
>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
style=
"width: 90%;"
>
<text
class=
"iconfont icon-juxing1"
></text>
<text
class=
"iconfont icon-juxing1"
></text>
<template
v-if=
"index == 0"
>
<template
v-if=
"index == 0"
>
<input
class=
"uni-input"
placeholder=
"请扫描或输入号码"
placeholder-style=
"color:#919399"
v-model=
"searchParams.stock_out_sn"
@
input=
"handleInput"
:focus=
"is_focus"
/>
<input
class=
"uni-input"
placeholder=
"请扫描或输入号码"
placeholder-style=
"color:#919399"
v-model=
"searchParams.stock_out_sn"
@
input=
"handleInput"
:focus=
"is_focus"
style=
"width: 100%;"
/>
</
template
>
</
template
>
<
template
v-else-if=
"index == 1"
>
<
template
v-else-if=
"index == 1"
>
<input
class=
"uni-input"
placeholder=
"请输入关键词"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.search_keyword"
/>
<input
class=
"uni-input"
placeholder=
"请输入关键词"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
@
input=
"handleInput($event)"
v-model=
"searchParams.search_keyword"
style=
"width: 100%;"
/>
</
template
>
</
template
>
</view>
</view>
<text
class=
"iconfont icon-a-juxing11"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
<text
class=
"iconfont icon-a-juxing11"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
...
...
util/api.js
View file @
50eb971f
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
=
{
...
...
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