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
2a163828
authored
Jul 15, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端小程序--理货确认--合计毛重,需要支持输入小数点
parent
ba9f1fd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/tallyGoods/confirm.vue
pages/tallyGoods/confirm.vue
View file @
2a163828
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<view
class=
"box row verCenter"
>
<view
class=
"box row verCenter"
>
<text
class=
"label"
>
合计毛重
</text>
<text
class=
"label"
>
合计毛重
</text>
<view
class=
"input-wrap row bothSide verCenter"
>
<view
class=
"input-wrap row bothSide verCenter"
>
<input
type=
"number"
v-model=
"form.gross_weight"
placeholder=
"请输入"
class=
"uni-input"
placeholder-style=
"color:#404547;font-weight:bold;"
/>
<input
type=
"number"
inputmode=
"decimal"
v-model=
"form.gross_weight"
placeholder=
"请输入"
class=
"uni-input"
placeholder-style=
"color:#404547;font-weight:bold;"
/>
<text
class=
"text-prompt"
>
KG
</text>
<text
class=
"text-prompt"
>
KG
</text>
</view>
</view>
</view>
</view>
...
...
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