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
ae29ec74
Commit
ae29ec74
authored
May 16, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
仓位转移
parent
cfd281ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
positionTansfer.vue
pages/positionTansfer/positionTansfer.vue
+16
-15
No files found.
pages/positionTansfer/positionTansfer.vue
View file @
ae29ec74
...
...
@@ -4,11 +4,11 @@
<NavBar
title=
"仓位转移"
></NavBar>
<view
class=
"selectSheet"
>
<u-row
gutter=
"16"
>
<u-col
span=
"6"
>
<
!--
<
u-col
span=
"6"
>
<u-picker
v-model=
"show"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"text"
:range=
"actionSheetList"
></u-picker>
<u-input
v-model=
"value"
placeholder=
"请选择工厂"
:type=
"type"
:border=
"border"
@
click=
"show = true"
/>
</u-col>
<u-col
span=
"
6
"
>
</u-col>
-->
<u-col
span=
"
12
"
>
<u-picker
v-model=
"depotShow"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"LGOBE"
:range=
"depotLists"
@
confirm=
"actionSheetCallback"
></u-picker>
<u-input
v-model=
"LGOBE"
placeholder=
"请选择仓库别"
:type=
"type"
:border=
"border"
@
click=
"depotShow = true"
/>
<!--
<u-action-sheet
:list=
"depotLists"
v-model=
"depotShow"
@
click=
"actionSheetCallback"
></u-action-sheet>
-->
...
...
@@ -27,8 +27,8 @@
></uni-easyinput>
</view>
</StickyNavBar>
<ContentLoadingMore
class=
"cardbox"
>
<view
class=
"cardContent"
v-for=
"(item, index) in goodsList"
>
<ContentLoadingMore
:list=
'goodsList'
class=
"cardbox"
>
<view
class=
"cardContent"
v-for=
"(item, index) in goodsList"
:key=
"item.CHARG"
>
<view
class=
"cardTitle"
>
<text
class=
"cardItemLabel"
>
物料批号:
</text>
<text
class=
"cardItemValue"
>
{{
item
.
CHARG
}}
</text>
...
...
@@ -112,7 +112,7 @@ export default {
},
created
()
{
this
.
getDepotLists
();
this
.
getPlnr
(
'
10000820240327000018|10000320002
'
)
this
.
getPlnr
(
'
240418000007|00010000060000030.000|10000000000011
'
)
},
methods
:
{
getDepotLists
()
{
...
...
@@ -150,16 +150,17 @@ export default {
ITEM
:
this
.
goodsList
}
]);
const
params
=
{
TYPE
:
'ZY'
,
ZENCODE
:
""
,
BUDAT
:
""
,
BLDAT
:
""
,
LFSNR
:
""
,
ITEM
:
this
.
goodsList
}
this
.
$u
.
api
.
sapApi
.
sapRrm
([
{
BLDAT
:
'20240325'
,
BUDAT
:
'20240325'
,
ZENCODE
:
'A012'
,
TYPE
:
'ZY'
,
ITEM
:
this
.
goodsList
}
])
.
sapRrm
([
params
])
.
then
((
res
)
=>
{
this
.
loading
=
false
;
if
(
!
Array
.
isArray
(
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