Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
061a8636
Commit
061a8636
authored
Mar 14, 2025
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进货默认单别5101,领料单传输库房
parent
3d15cab5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Main.vue
pages/forstorage/Main.vue
+2
-2
Info.vue
pages/moctcforcreate/Info.vue
+2
-1
No files found.
pages/forstorage/Main.vue
View file @
061a8636
...
@@ -180,7 +180,7 @@ import i18n from '../../lang/index'
...
@@ -180,7 +180,7 @@ import i18n from '../../lang/index'
form
:
{
form
:
{
tg010
:
'01'
,
tg010
:
'01'
,
tg001
:
'5801'
,
tg001
:
'5801'
,
tg014
:
'510'
,
tg014
:
'510
1
'
,
tg015
:
null
,
tg015
:
null
,
// tc006: null,
// tc006: null,
// tb005: null,
// tb005: null,
...
@@ -243,7 +243,7 @@ import i18n from '../../lang/index'
...
@@ -243,7 +243,7 @@ import i18n from '../../lang/index'
this
.
form
=
{
this
.
form
=
{
tg010
:
'01'
,
tg010
:
'01'
,
tg001
:
'5801'
,
tg001
:
'5801'
,
tg014
:
'510'
,
tg014
:
'510
1
'
,
tg015
:
null
,
tg015
:
null
,
// tc006: null,
// tc006: null,
// tb005: null,
// tb005: null,
...
...
pages/moctcforcreate/Info.vue
View file @
061a8636
...
@@ -201,11 +201,12 @@ import i18n from '../../lang/index'
...
@@ -201,11 +201,12 @@ import i18n from '../../lang/index'
},
},
submit
(){
submit
(){
const
arr
=
this
.
chargaArr
.
filter
(
v
=>
v
.
show
)
const
arr
=
this
.
chargaArr
.
filter
(
v
=>
v
.
show
)
const
purcdPrintParamsList
=
arr
.
map
(
v
=>
({
quantity
:
v
.
quantity
,
tb003
:
v
.
tb003
,
tb006
:
v
.
tb006
,
te010
:
v
.
te010
,
te025
:
v
.
te025
}))
const
purcdPrintParamsList
=
arr
.
map
(
v
=>
({
quantity
:
v
.
quantity
,
tb003
:
v
.
tb003
,
tb006
:
v
.
tb006
,
te010
:
v
.
te010
,
te025
:
v
.
te025
,
te008
:
v
.
tb009
}))
this
.
$u
.
api
.
moctccreate
({
this
.
$u
.
api
.
moctccreate
({
ta001
:
this
.
info
.
ta001
,
ta001
:
this
.
info
.
ta001
,
ta002
:
this
.
info
.
ta002
,
ta002
:
this
.
info
.
ta002
,
tc001
:
this
.
info
.
tc001
,
tc001
:
this
.
info
.
tc001
,
warehouse
:
this
.
form
.
ck
,
moctes
:
purcdPrintParamsList
moctes
:
purcdPrintParamsList
})
})
.
then
(
res
=>
{
.
then
(
res
=>
{
...
...
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