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
cb24aad4
authored
May 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
PDD端理货记录:已理货数据筛选错误
parent
134d7614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
20 deletions
pages.json
pages/tallyReceive/operate.vue
pages.json
View file @
cb24aad4
...
...
@@ -214,19 +214,7 @@
},
{
"path"
:
"pages/stockRecheck/index"
,
"style"
:
{
"navigationBarTitleText"
:
"复核"
,
"app-plus"
:
{
"titleNView"
:
{
"buttons"
:
[{
"index"
:
"0"
,
"text"
:
"打印快递单"
,
"fontSize"
:
"15px"
,
"color"
:
"#1969F9"
,
"float"
:
"right"
,
"width"
:
"120px"
}]
}
}
"navigationBarTitleText"
:
"复核"
}
},
{
"path"
:
"pages/stockRecheck/sort"
,
...
...
pages/tallyReceive/operate.vue
View file @
cb24aad4
...
...
@@ -107,7 +107,7 @@
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
客户:
</text>
<text
class=
"text"
style=
"font-weight: bold;"
>
{{ detail.customer_name }}
</text>
<text
class=
"text"
style=
"font-weight: bold;
max-width: 491rpx;
"
>
{{ detail.customer_name }}
</text>
</view>
</view>
<view
class=
"form-input"
>
...
...
@@ -543,12 +543,14 @@ export default {
}
if
(
this
.
detail
.
stock_in_type
==
4
)
{
uni
.
showModal
({
itle
:
'提示'
,
content
:
'请填写产地'
,
showCancel
:
false
});
return
false
;
if
(
!
this
.
formParams
.
coo
)
{
uni
.
showModal
({
itle
:
'提示'
,
content
:
'请填写产地'
,
showCancel
:
false
});
return
false
;
}
}
var
wait_tally_qty
=
Number
(
this
.
detail
.
wait_tally_qty
);
...
...
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