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
8a59a19f
authored
Jul 16, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复bug
parent
efb03d17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
pages/arrivalRegister/index.vue
pages/putaway/index.vue
pages/arrivalRegister/index.vue
View file @
8a59a19f
...
...
@@ -845,8 +845,6 @@
if
(
res
.
code
===
0
)
{
if
(
res
.
data
.
list
.
length
>
0
)
{
this
.
preCheckList
=
res
.
data
.
list
;
}
else
{
this
.
hasMoreData
=
false
;
}
}
else
{
uni
.
showToast
({
...
...
pages/putaway/index.vue
View file @
8a59a19f
...
...
@@ -297,15 +297,6 @@
this
.
is_submit
=
true
;
//所选仓库必须要一样
if
(
isAllElementsEqual
)
{
// var result = this.list.filter(item => this.filter_id.includes(item.tally_id)).map(item => item.watch_status);
// var validData = result.every(item => item == 0 || item == 2);
// if (!validData) {
// uni.showToast({
// title: '待看货货品不能上架',
// icon: 'none'
// });
// return false;
// }
this
.
$refs
.
showRight
.
open
();
this
.
warehouse_id
=
warehouse_id
[
0
];
this
.
stock_in_type
=
stock_in_type
[
0
];
...
...
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