Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
f39652a4
authored
Apr 17, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增全局样式和按钮组件,优化图片上传功能,调整API上传路径以对齐sc_wms_app
parent
a95c16ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pages/stockOut/stockOutReceiptUpload.vue
uni.scss
pages/stockOut/stockOutReceiptUpload.vue
View file @
f39652a4
...
...
@@ -298,9 +298,9 @@
// 获取压缩后的图片路径
const
compressedImagePath
=
compressedRes
.
tempFilePath
;
// 在这里处理压缩后的图片,上传到服务器
// 在这里处理压缩后的图片,上传到服务器
(对齐 sc_wms_app,走 OSS uploadImage)
uni
.
uploadFile
({
url
:
API
.
upload
+
'?sys_type=4'
,
url
:
API
.
upload
Image
+
'?sys_type=4'
,
filePath
:
compressedImagePath
,
name
:
'file'
,
timeout
:
10000
,
...
...
uni.scss
View file @
f39652a4
This diff is collapsed.
Click to expand it.
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