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
9a8e4513
authored
Mar 31, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
363e801d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
pages/goods/addReceiving.vue
pages/goods/addReceiving.vue
View file @
9a8e4513
...
...
@@ -33,7 +33,7 @@
</view>
<view
class=
"pp row verCenter mb0"
>
<text
class=
"t1"
>
采购备注:
</text>
<text
class=
"t2"
>
--
</text>
<text
class=
"t2"
>
{{
form
.
checkIn
.
remark
||
'--'
}}
</text>
</view>
</view>
<view
class=
"receiving-information"
>
...
...
@@ -274,6 +274,11 @@ export default {
title
:
res
.
err_msg
,
icon
:
'success'
});
setTimeout
(()
=>
{
uni
.
navigateBack
({
delta
:
1
});
},
2000
);
}
else
{
uni
.
showModal
({
title
:
'提示'
,
...
...
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