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
68ce2612
Commit
68ce2612
authored
Jan 17, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 录入入库单增加仓库输入
parent
663d2ad1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
th_TH.json
lang/th_TH.json
+1
-0
zh_CN.json
lang/zh_CN.json
+1
-0
Main.vue
pages/forstorage/Main.vue
+12
-1
No files found.
lang/th_TH.json
View file @
68ce2612
{
"数量"
:
"ปริมาณ"
,
"到货条码打印"
:
"การพิมพ์บาร์โค้ดการจัดส่ง"
,
"到货单别"
:
"ประเภทใบจัดส่ง"
,
"到货单号"
:
"หมายเลขใบจัดส่ง"
,
...
...
lang/zh_CN.json
View file @
68ce2612
{
"数量"
:
"数量"
,
"到货条码打印"
:
"到货条码打印"
,
"到货单别"
:
"到货单别"
,
"到货单号"
:
"到货单号"
,
...
...
pages/forstorage/Main.vue
View file @
68ce2612
...
...
@@ -7,7 +7,6 @@
<input
v-model=
"form.tg001"
type=
"text"
>
</input>
</u-form-item>
...
...
@@ -53,6 +52,14 @@
>
</input>
</u-form-item>
-->
<u-form-item
prop=
"tg010"
:label=
"$t('仓库:')"
>
<input
v-model=
"form.tg010"
type=
"text"
@
confirm=
"submit"
>
</input>
</u-form-item>
<u-form-item
prop=
"tg036"
:label=
"$t('库位:')"
>
<input
v-model
.
number=
"form.tg036"
...
...
@@ -138,6 +145,7 @@ import i18n from '../../lang/index'
this
.
form
[
'tg015'
]
=
this
.
form
[
'tg015'
]
?
this
.
form
[
'tg015'
].
trim
()
:
''
// this.form['tc006'] = this.form['tc006'] ? this.form['tc006'].trim() : ''
this
.
form
[
'tg036'
]
=
this
.
form
[
'tg036'
]
?
this
.
form
[
'tg036'
].
trim
()
:
''
this
.
form
[
'tg010'
]
=
this
.
form
[
'tg010'
]
?
this
.
form
[
'tg010'
].
trim
()
:
''
}
},
data
()
{
...
...
@@ -217,6 +225,9 @@ import i18n from '../../lang/index'
// if (!this.form['tb005']) {
// return this.$u.toast(i18n.t('请输入移出地'))
// }
if
(
!
this
.
form
[
'tg010'
])
{
return
this
.
$u
.
toast
(
i18n
.
t
(
'请输入仓库'
))
}
if
(
!
this
.
form
[
'tg036'
])
{
return
this
.
$u
.
toast
(
i18n
.
t
(
'请输入库位'
))
}
...
...
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