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
0c52210f
authored
Jun 06, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复图片覆盖问题
parent
a56b497b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
14 deletions
manifest.json
pages/picking/record.vue
pages/stockRecheck/record.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
util/api.js
manifest.json
View file @
0c52210f
...
...
@@ -2,7 +2,7 @@
"name"
:
"wms"
,
"appid"
:
"__UNI__655E80D"
,
"description"
:
"供应链仓储App"
,
"versionName"
:
"2.4.
0
"
,
"versionName"
:
"2.4.
1
"
,
"versionCode"
:
100000000
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
...
...
pages/picking/record.vue
View file @
0c52210f
...
...
@@ -388,7 +388,6 @@
//拣货图片更新
this
.
updatePickPics
(
this
.
list
[
index
].
id
,
pic_ids
);
this
.
noexebshowFalg
=
true
;
}
else
{
uni
.
showToast
({
...
...
pages/stockRecheck/record.vue
View file @
0c52210f
...
...
@@ -396,7 +396,6 @@
//拣货图片更新
this
.
updateCheckedPics
(
this
.
list
[
index
].
recheck_item_id
,
pic_ids
);
this
.
noexebshowFalg
=
true
;
}
else
{
uni
.
showToast
({
...
...
pages/tallyReceive/index.vue
View file @
0c52210f
...
...
@@ -874,7 +874,6 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
}
else
{
uni
.
showToast
({
title
:
data
.
msg
,
...
...
pages/tallyReceive/operate.vue
View file @
0c52210f
...
...
@@ -798,7 +798,6 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
}
else
{
uni
.
showToast
({
title
:
data
.
msg
,
...
...
pages/tallyReceive/record.vue
View file @
0c52210f
...
...
@@ -935,7 +935,6 @@
let
data
=
JSON
.
parse
(
uploadFileRes
.
data
);
if
(
data
.
code
===
0
)
{
this
.
image_list
.
push
(
data
.
data
.
oss_image_url
);
this
.
noexebshowFalg
=
true
;
setTimeout
(()
=>
{
this
.
changeStockTallyImages
();
//同步修改理货照片
},
10
)
...
...
util/api.js
View file @
0c52210f
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