Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
4c1563d8
authored
May 15, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
再次优化
parent
bd2b4f76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
pages/home/index.vue
pages/tally/index.vue
pages/tally/unboxing.vue
pages/home/index.vue
View file @
4c1563d8
...
...
@@ -43,6 +43,7 @@
</view>
<view
class=
"borline"
></view>
</view>
<!-- #ifdef MP-WEIXIN -->
<
template
v-if=
"is_login"
>
<view
class=
"scan row rowCenter verCenter"
@
click=
"scanChange(1)"
>
<text
class=
"iconfont icon-juxing2"
></text>
...
...
@@ -55,6 +56,7 @@
<text
class=
"tt"
>
扫描
</text>
</navigator>
</
template
>
<!-- #endif -->
</view>
</template>
...
...
pages/tally/index.vue
View file @
4c1563d8
...
...
@@ -58,20 +58,16 @@
</view>
</view>
<!-- 箱子基础信息 -->
<view
class=
"info row verCenter"
v-if=
"tallyData && tallyData.detail"
>
<view
class=
"info row
verCenter"
v-if=
"tallyData && tallyData.detail"
>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
业务日期:
</view>
<view
class=
"t2"
>
{{tallyData.create_time_cn}}
</view>
</view>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
型号
总数:
</view>
<view
class=
"t1"
>
总数:
</view>
<view
class=
"t3"
>
{{tallyData.goods_sn_num}}
</view>
</view>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
总箱数:
</view>
<view
class=
"t3"
>
{{tallyData.box_sum}}
</view>
</view>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
处理人:
</view>
<view
class=
"t2"
>
{{tallyData.tally_user_name}}
</view>
</view>
...
...
pages/tally/unboxing.vue
View file @
4c1563d8
...
...
@@ -831,6 +831,7 @@
duration
:
2000
});
setTimeout
(()
=>
{
this
.
$refs
.
canelInputDialog
.
close
();
this
.
getTallyData
();
},
2000
);
}
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