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
a807ea0e
Commit
a807ea0e
authored
Jul 09, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完工入库仓库别bug 修改
parent
0b30b8ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
confirComplete.vue
pages/confirComplete/confirComplete.vue
+6
-8
No files found.
pages/confirComplete/confirComplete.vue
View file @
a807ea0e
...
@@ -2,16 +2,16 @@
...
@@ -2,16 +2,16 @@
<view
class=
"page"
>
<view
class=
"page"
>
<StickyNavBar>
<StickyNavBar>
<NavBar
title=
"完工入库扫描"
></NavBar>
<NavBar
title=
"完工入库扫描"
></NavBar>
<FactorySelect
v-model=
"
warehouseCode
"
/>
<FactorySelect
v-model=
"
LGOBE"
@
change=
"actionSheetCallback
"
/>
<view
class=
"selectSheet"
>
<
!--
<
view
class=
"selectSheet"
>
<u-row
>
<u-row
>
<u-col
span=
"12"
>
<u-col
span=
"12"
>
<u-picker
v-model=
"depotShow"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"text"
:range=
"depotLists"
@
confirm=
"actionSheetCallback"
></u-picker>
<u-picker
v-model=
"depotShow"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"text"
:range=
"depotLists"
@
confirm=
"actionSheetCallback"
></u-picker>
<u-input
v-model=
"LGOBE"
placeholder=
"请选择仓库别"
:type=
"type"
:border=
"border"
@
click=
"depotShow = true"
/>
<u-input
v-model=
"LGOBE"
placeholder=
"请选择仓库别"
:type=
"type"
:border=
"border"
@
click=
"depotShow = true"
/>
</u-col>
</u-col>
</u-row>
</u-row>
</view>
</view>
-->
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
<uni-easyinput
...
@@ -94,7 +94,7 @@ export default {
...
@@ -94,7 +94,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
getDepotLists
();
//
this.getDepotLists();
// 二维码包含:10位物料号(右对齐不足补充为0)物料号12位生产单号(右对齐不足补充为0),
// 二维码包含:10位物料号(右对齐不足补充为0)物料号12位生产单号(右对齐不足补充为0),
// 10位批次号(右对齐不足补充为0),8位数量(100000.0)(右对齐不足补充为0)
// 10位批次号(右对齐不足补充为0),8位数量(100000.0)(右对齐不足补充为0)
// this.getPlnr('006000000100100000000300000501001');
// this.getPlnr('006000000100100000000300000501001');
...
@@ -127,10 +127,8 @@ export default {
...
@@ -127,10 +127,8 @@ export default {
});
});
},
},
// 点击actionSheet回调
// 点击actionSheet回调
actionSheetCallback
(
index
)
{
actionSheetCallback
(
item
)
{
console
.
log
(
index
,
'index'
);
this
.
LGORT
=
item
?.
LGORT
||
""
;
this
.
LGOBE
=
this
.
depotLists
[
index
].
LGOBE
;
this
.
LGORT
=
this
.
depotLists
[
index
].
LGORT
;
},
},
deleGonds
(
idx
)
{
deleGonds
(
idx
)
{
this
.
goodsList
.
splice
(
idx
,
1
);
this
.
goodsList
.
splice
(
idx
,
1
);
...
...
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