Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
ca6ea190
authored
May 30, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
da27c350
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
pages/arrivalRegister/index.vue
pages/repairPrint/index.vue
pages/arrivalRegister/index.vue
View file @
ca6ea190
...
...
@@ -39,6 +39,10 @@
<text
class=
"label"
>
物流单号:
</text>
<text
class=
"t1"
>
{{ item.tracking_no }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
采购员:
</text>
<text
class=
"t1"
>
{{ item.stock_in_items[0].purchase_user }}
</text>
</view>
<view
class=
"bor row"
></view>
<view
class=
"text-item row verCenter"
>
<text
class=
"label"
>
入仓号:
</text>
...
...
pages/repairPrint/index.vue
View file @
ca6ea190
...
...
@@ -115,12 +115,6 @@ export default {
this
.
input_flag
=
true
;
}
else
if
(
type
==
2
)
{
this
.
input_flag_num
=
true
;
let
num
=
Number
(
val
);
if
(
num
>
100
)
{
this
.
formParams
.
tally_qty
=
100
;
}
else
{
this
.
formParams
.
tally_qty
=
val
;
}
}
}
else
{
if
(
type
==
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