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
964be966
authored
May 10, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
900dbde3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
pages/picking/sort.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/picking/sort.vue
View file @
964be966
This diff is collapsed.
Click to expand it.
pages/tallyReceive/index.vue
View file @
964be966
...
...
@@ -287,6 +287,7 @@ export default {
this
.
searchParams
.
container_name
=
res
.
data
.
container_sn
;
this
.
searchParams
.
container_id
=
res
.
data
.
id
;
this
.
formParams
.
container_id
=
res
.
data
.
id
;
this
.
is_submit
=
true
;
}
else
{
uni
.
showToast
({
title
:
res
.
msg
,
...
...
pages/tallyReceive/operate.vue
View file @
964be966
...
...
@@ -122,7 +122,7 @@
<view
class=
"pick-box"
>
<picker
@
change=
"bindPickerChange($event, 1)"
:value=
"useOptionIndex"
:range=
"useOption"
:range-key=
"'country_cn'"
>
<view
class=
"row verCenter"
>
<view
class=
"uni-input"
>
{{ useOptionIndex == -1 ? '请选择' : useOption[
i
ndex].country_cn }}
</view>
<view
class=
"uni-input"
>
{{ useOptionIndex == -1 ? '请选择' : useOption[
useOptionI
ndex].country_cn }}
</view>
<view
class=
"uni-arrow"
></view>
</view>
</picker>
...
...
@@ -238,6 +238,7 @@ export default {
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
if
(
type
==
1
)
{
this
.
useOptionIndex
=
e
.
detail
.
value
;
this
.
formParams
.
coo
=
this
.
useOption
[
e
.
detail
.
value
].
coo_en
;
}
else
{
this
.
index
=
e
.
detail
.
value
;
}
...
...
@@ -299,6 +300,7 @@ export default {
createTallyContainer
()
{
this
.
request
(
API
.
createTallyContainer
,
'GET'
,
{},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
this
.
is_submit
=
true
;
this
.
searchParams
.
container_name
=
res
.
data
.
container_sn
;
this
.
searchParams
.
container_id
=
res
.
data
.
id
;
}
else
{
...
...
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