Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
Project
Project
Details
Activity
Releases
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
李苏
xgdlapp
Commits
af69e822
Commit
af69e822
authored
Mar 20, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
状态调整
parent
aea216db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
pages/dl_cmaterial/index.vue
+3
-3
putin_register.vue
pages/dl_putin_storage/putin_register.vue
+1
-1
No files found.
pages/dl_cmaterial/index.vue
View file @
af69e822
...
...
@@ -26,7 +26,7 @@
<InfoCard
:info=
"wlinfor"
:keyWidth=
"'cardKeyFull'"
:itemWidth=
"'infoBodyItemFull'"
title=
"生产订单信息"
></InfoCard>
<InfoCard
:info=
"agvinfo"
:keyWidth=
"'cardKeyFull'"
:itemWidth=
"'infoBodyItemFull'"
title=
"AGV任务信息"
></InfoCard>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
1
"
>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
'E'
"
>
<button
class=
"cu-btn bg-gradual-green wid22"
@
tap=
"cmbt()"
>
叫料
</button>
<button
class=
"cu-btn bg-gradual-orange wid22"
@
tap=
"lockingbt()"
>
锁定
</button>
...
...
@@ -35,11 +35,11 @@
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==4"
>
<button
class=
"cu-btn bg-gradual-orange "
@
tap=
"deactivate('启用')"
>
启用
</button>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
3
"
>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
'L'
"
>
<button
class=
"cu-btn bg-gradual-red wid22"
@
tap=
"cancelbt()"
>
取消
</button>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
2
"
>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status==
'U'
"
>
<button
class=
"cu-btn bg-gradual-red wid30"
@
tap=
"adjustbt()"
>
托盘调整
</button>
<button
class=
"cu-btn bg-gradual-orange wid30"
@
tap=
"clearbt()"
>
托盘清空
</button>
<button
class=
"cu-btn bg-gradual-orange wid30"
@
tap=
"backWarehouse()"
>
回库
</button>
...
...
pages/dl_putin_storage/putin_register.vue
View file @
af69e822
...
...
@@ -137,7 +137,7 @@
}
checkKwcode
({
code
:
this
.
code
,
kwid
:
this
.
rkdjlist
[
this
.
index
].
kwid
}).
then
(
e
=>
{
if
(
e
){
if
(
that
.
code
.
toLowerCase
()
==
that
.
rkdjlist
[
that
.
index
].
kw
nam
e
.
toLowerCase
()
&&
e
.
records
.
zt
==
"L"
){
if
(
that
.
code
.
toLowerCase
()
==
that
.
rkdjlist
[
that
.
index
].
kw
cod
e
.
toLowerCase
()
&&
e
.
records
.
zt
==
"L"
){
return
{
rwid
:
that
.
rkdjlist
[
that
.
index
].
id
,
destKwid
:
e
.
records
.
id
,
text
:
"是否确认入库"
}
}
else
if
(
e
.
code
!=
that
.
code
&&
e
.
records
.
zt
==
"E"
){
return
{
rwid
:
that
.
rkdjlist
[
that
.
index
].
id
,
destKwid
:
e
.
records
.
id
,
text
:
"当前库位和已输库位不一致,是否入库"
}
...
...
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