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
f4d63a66
authored
May 26, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
5f784286
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
pages/putaway/single.vue
pages/putaway/single.vue
View file @
f4d63a66
...
...
@@ -97,7 +97,7 @@
</view>
<view
class=
"form-input"
>
<view
class=
"input-title"
><text
class=
"input-title-t1"
>
库位:
</text></view>
<view
class=
"input-box"
><input
focus
:class=
"
{ 'error-style': !is_submit }" type="text" class="uni-input" placeholder-style="color:#919399" placeholder="请输入库位编码" v-model="formParams.position_code" @input="inputPositionCodeChange()" />
</view>
<view
class=
"input-box"
><input
:focus=
"isInputFocus"
:class=
"
{ 'error-style': !is_submit }" type="text" class="uni-input" placeholder-style="color:#919399" placeholder="请输入库位编码" v-model="formParams.position_code" @input="inputPositionCodeChange()" />
</view>
</view>
<view
class=
"bor"
></view>
<view
class=
"tip-box row verCenter"
v-if=
"workingRule"
>
...
...
@@ -142,6 +142,7 @@ import debounce from 'lodash/debounce';
export
default
{
data
()
{
return
{
isInputFocus
:
false
,
is_submit
:
true
,
input_flag
:
false
,
index
:
0
,
...
...
@@ -166,6 +167,11 @@ export default {
onShow
()
{
this
.
getData
();
},
mounted
()
{
setTimeout
(()
=>
{
this
.
isInputFocus
=
true
;
},
2000
);
},
methods
:
{
/**
* 单号搜索
...
...
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