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
27d8df53
Commit
27d8df53
authored
May 15, 2023
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
8c90ae38
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_kw_adjust/index.vue
+1
-1
index.vue
pages/dl_kw_clear/index.vue
+3
-3
No files found.
pages/dl_kw_adjust/index.vue
View file @
27d8df53
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<view
v-if=
"dminfo.id"
>
<view
v-if=
"dminfo.id"
>
<view
class=
"flex flex-wrap padding bg-grey white radio"
style=
"position: relative;"
>
<view
class=
"flex flex-wrap padding bg-grey white radio"
style=
"position: relative;"
>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
地码编号:
<span>
{{
dminfo
.
mapdatacode
}}
</span></view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
地码编号:
<span>
{{
dminfo
.
mapdatacode
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
名称:
<span>
{{
dminfo
.
name
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
工位
名称:
<span>
{{
dminfo
.
name
}}
</span></view>
</view>
</view>
</view>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
>
<view
class=
"padding flex align-center bg-white justify-around"
>
...
...
pages/dl_kw_clear/index.vue
View file @
27d8df53
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
</view>
</view>
<view
v-if=
"dminfo.id"
>
<view
v-if=
"dminfo.id"
>
<view
class=
"flex flex-wrap padding bg-grey white radio"
style=
"position: relative;"
>
<view
class=
"flex flex-wrap padding bg-grey white radio"
style=
"position: relative;"
>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
库位
码
编号:
<span>
{{
dminfo
.
code
}}
</span></view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
库位编号:
<span>
{{
dminfo
.
code
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
名称:
<span>
{{
dminfo
.
name
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位
名称:
<span>
{{
dminfo
.
name
}}
</span></view>
</view>
</view>
</view>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
>
<view
class=
"padding flex align-center bg-white justify-around"
>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
if
(
this
.
ysdmcode
)
{
if
(
this
.
ysdmcode
)
{
uni
.
showModal
({
uni
.
showModal
({
title
:
'提示'
,
title
:
'提示'
,
content
:
'是否清空该
工
位'
,
content
:
'是否清空该
库
位'
,
cancelText
:
"否"
,
// 取消按钮的文字
cancelText
:
"否"
,
// 取消按钮的文字
confirmText
:
"是"
,
// 确认按钮的文字
confirmText
:
"是"
,
// 确认按钮的文字
success
:
function
(
res
)
{
success
:
function
(
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