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
3d597e3f
authored
Jan 16, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
474d5337
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
manifest.json
pages/transfer/quick.vue
manifest.json
View file @
3d597e3f
...
...
@@ -2,7 +2,7 @@
"name"
:
"wms"
,
"appid"
:
"__UNI__655E80D"
,
"description"
:
"供应链仓储App"
,
"versionName"
:
"2.2.
5
"
,
"versionName"
:
"2.2.
6
"
,
"versionCode"
:
100000000
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
...
...
pages/transfer/quick.vue
View file @
3d597e3f
...
...
@@ -337,16 +337,15 @@
//清空
this
.
searchParams
.
stock_in_batch_sn
=
''
;
this
.
list
=
[];
this
.
is_focus
=
false
;
this
.
formParams
.
position_code
=
''
;
//清除目标库位
setTimeout
(()
=>
{
this
.
formParams
.
position_code
=
''
;
//清除目标库位
this
.
formParams
.
stock_id
=
''
;
//清除表单的信息
this
.
formParams
.
transfer_qty
=
''
;
//清除表单的信息
this
.
searchParams
.
stock_in_batch_sn
=
''
;
//清除入库批次号 旧标签
this
.
is_focus
=
true
;
},
80
0
);
},
20
00
)
this
.
clearInputAndFocus
()
;
},
0
);
},
5
00
)
}
else
{
this
.
is_submit
=
false
;
uni
.
showToast
({
...
...
@@ -409,7 +408,7 @@
this
.
is_focus
=
false
;
setTimeout
(()
=>
{
this
.
is_focus
=
true
;
},
2
00
);
},
1
00
);
}
}
};
...
...
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