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
88a62495
authored
May 23, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
af2cfaf9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
pages/tallyGoods/confirm.vue
pages/tallyGoods/confirm.vue
View file @
88a62495
...
...
@@ -64,7 +64,7 @@
</navigator>
</view>
<!-- 商检图片上传 -->
<view
class=
"section"
v-if=
"
isInspOrg
"
>
<view
class=
"section"
v-if=
"
list.length > 0
"
>
<view
class=
"upload-box"
>
<view
class=
"title row bothSide verCenter"
v-if=
"goods_check_pic_list.length > 0"
>
<text
class=
"tt-l"
>
商检图片上传(仅商检必填)
</text>
...
...
@@ -268,11 +268,6 @@
this
.
disabled
=
false
;
this
.
isInspOrg
=
Boolean
(
res
.
data
.
isInspOrg
);
//是否商检
this
.
list
=
res
.
data
.
entrys
.
filter
(
function
(
entry
)
{
return
entry
.
isEntryInspOrg
===
true
||
(
entry
.
goodsNo
&&
entry
.
goodsNo
.
toString
().
startsWith
(
'854232'
));
});
// 如果主单是商检,那么默认明细里的所有都要商检
if
(
this
.
isInspOrg
)
{
this
.
list
=
res
.
data
.
entrys
;
...
...
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