Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
a1a0d1a2
Commit
a1a0d1a2
authored
Aug 06, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台装柜补单默认数据,与搜索后数据不一致
出货详情-状态-增加查看审批链接
parent
c2fae766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
query.vue
src/views/ecw/box/query.vue
+5
-2
supplementOrder.vue
.../ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
+1
-1
No files found.
src/views/ecw/box/query.vue
View file @
a1a0d1a2
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<div
class=
"status-line"
></div>
<div
class=
"status-line"
></div>
<div
class=
"status-number"
>
{{logList.length - index}}
</div>
<div
class=
"status-number"
>
{{logList.length - index}}
</div>
<div
class=
"status-info"
>
<div
class=
"status-info"
>
<div>
{{$l(item, 'title')}}
</div>
<div>
{{$l(item, 'title')}}
<el-button
v-if=
"item.approvalId>0"
type=
"text"
@
click=
"handleApproval(item.bpmProcessId)"
>
{{$t('查看审批')}}
</el-button>
</div>
<div>
<div>
<p>
{{formatDate(item.createTime)}}
</p>
<p>
{{formatDate(item.createTime)}}
</p>
<p>
{{item.operator}}
</p>
<p>
{{item.operator}}
</p>
...
@@ -574,6 +574,9 @@ export default {
...
@@ -574,6 +574,9 @@ export default {
);
);
}
}
},
},
handleApproval(id) {
this.$router.push({path: '/bpm/process-instance/detail', query: {id: id}})
}
},
},
computed: {
computed: {
visitedViews() {
visitedViews() {
...
@@ -636,7 +639,7 @@ export default {
...
@@ -636,7 +639,7 @@ export default {
} else {
} else {
return getTotlContent(secStatistics);
return getTotlContent(secStatistics);
}
}
}
,
}
},
},
};
};
</
script
>
</
script
>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
View file @
a1a0d1a2
...
@@ -203,7 +203,6 @@ export default {
...
@@ -203,7 +203,6 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
queryAllData
();
this
.
getCountry
()
this
.
getCountry
()
},
},
methods
:
{
methods
:
{
...
@@ -218,6 +217,7 @@ export default {
...
@@ -218,6 +217,7 @@ export default {
if
(
warehouse
){
if
(
warehouse
){
this
.
$set
(
this
.
queryParams
,
'
destCountryId
'
,
warehouse
.
guojia
)
this
.
$set
(
this
.
queryParams
,
'
destCountryId
'
,
warehouse
.
guojia
)
}
}
this
.
queryAllData
();
},
},
/* 查询已预装 */
/* 查询已预装 */
getSecGoods
()
{
getSecGoods
()
{
...
...
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