Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
c500d158
Commit
c500d158
authored
Jan 13, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复销售出库的bug
parent
f4a5dc63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
kcmx.vue
pages/saleck/components/kcmx.vue
+6
-1
saleckList.vue
pages/saleck/saleckList.vue
+4
-7
No files found.
pages/saleck/components/kcmx.vue
View file @
c500d158
...
@@ -50,11 +50,16 @@ export default {
...
@@ -50,11 +50,16 @@ export default {
status
:
'loadmore'
status
:
'loadmore'
}
;
}
;
}
,
}
,
activ
ated
()
{
cre
ated
()
{
if
(
this
.
order
)
{
if
(
this
.
order
)
{
this
.
getPlnr
(
this
.
order
);
this
.
getPlnr
(
this
.
order
);
}
}
}
,
}
,
watch
:
{
currentKc
(){
this
.
getPlnr
(
this
.
order
);
}
}
,
methods
:
{
methods
:
{
handleClick
(
item
){
handleClick
(
item
){
...
...
pages/saleck/saleckList.vue
View file @
c500d158
<
template
>
<
template
>
<view
class=
"page"
>
<view>
<StickyNavBar>
<u-tabs
:list=
"tabList"
:is-scroll=
"false"
:current=
"current"
@
change=
"handleTabChange"
></u-tabs>
<u-tabs
:list=
"tabList"
:is-scroll=
"false"
:current=
"current"
@
change=
"handleTabChange"
></u-tabs>
<lhmx
:order=
"order"
:currentKc=
"currentKc"
@
kcdetail=
"(v) => currentKc = v"
v-show=
"tabList[current].comName === 'lhmx'"
></lhmx>
<keep-alive>
<kcmx
:order=
"order"
:currentKc=
"currentKc"
@
kcdetail=
"(v) => currentKc = v"
v-show=
"tabList[current].comName === 'kcmx'"
></kcmx>
<component
:is=
"tabList[current].comName"
:order=
"order"
:currentKc=
"currentKc"
@
kcdetail=
"(v) => currentKc = v"
></component>
</keep-alive>
</StickyNavBar>
</view>
</view>
</
template
>
</
template
>
...
...
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