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
9517a3e0
authored
Oct 26, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
a4d0c105
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/index.vue
View file @
9517a3e0
...
...
@@ -571,7 +571,7 @@ export default {
*/
createTallyReceiveSubmit
()
{
//仅单据的组织为深贸电子时,容器必填,相应操作容器必填
if
(
company_id
==
1
)
{
if
(
this
.
company_id
==
1
)
{
if
(
this
.
searchParams
.
container_id
)
{
if
(
!
this
.
is_submit
)
{
uni
.
showToast
({
...
...
@@ -581,7 +581,7 @@ export default {
return
false
;
}
}
}
else
if
(
company_id
==
2
)
{
}
else
if
(
this
.
company_id
==
2
)
{
if
(
!
this
.
searchParams
.
container_id
)
{
uni
.
showToast
({
title
:
'请输入容器'
,
...
...
@@ -634,7 +634,7 @@ export default {
},
showDrawer
()
{
//仅单据的组织为深贸电子时,容器必填,相应操作容器必填
if
(
company_id
==
1
)
{
if
(
this
.
company_id
==
1
)
{
if
(
this
.
searchParams
.
container_id
)
{
if
(
!
this
.
is_submit
)
{
uni
.
showToast
({
...
...
@@ -644,7 +644,7 @@ export default {
return
false
;
}
}
}
else
if
(
company_id
==
2
)
{
}
else
if
(
this
.
company_id
==
2
)
{
if
(
!
this
.
searchParams
.
container_id
)
{
uni
.
showToast
({
title
:
'请输入容器'
,
...
...
pages/tallyReceive/operate.vue
View file @
9517a3e0
...
...
@@ -732,7 +732,7 @@ export default {
*/
createTallyReceive
()
{
//仅单据的组织为深贸电子时,容器必填,相应操作容器必填
if
(
company_id
==
1
)
{
if
(
this
.
company_id
==
1
)
{
if
(
this
.
searchParams
.
container_id
)
{
if
(
!
this
.
is_submit
)
{
uni
.
showToast
({
...
...
@@ -742,7 +742,7 @@ export default {
return
false
;
}
}
}
else
if
(
company_id
==
2
)
{
}
else
if
(
this
.
company_id
==
2
)
{
if
(
!
this
.
searchParams
.
container_id
)
{
uni
.
showToast
({
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