Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
2292ba06
Commit
2292ba06
authored
Oct 22, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流动特性为B时调用其他溯源接口
parent
2b7ca1cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+14
-3
No files found.
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
2292ba06
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-2
1 15:29:58
* @LastEditTime: 2024-10-2
2 14:40:02
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<
template
>
...
...
@@ -945,9 +945,20 @@
this
.
loading
=
true
this
.
loadingText
=
'正在处理,请稍等。'
if
(
this
.
sypcQueryParams
.
isrRecentImport
!==
''
)
{
/* 如果流动特性只能从高到底*/
if
(
this
.
sypcQueryParams
.
ldtx
==
'B'
){
this
.
$post
(
'ksh/query/highToLow'
,
this
.
sypcQueryParams
).
then
(
res
=>
{
if
(
res
.
success
)
{
/* 获取加载数据*/
this
.
sypcMethods
(
res
)
}
}).
finally
(()
=>
{
this
.
loading
=
false
})
}
else
if
(
this
.
sypcQueryParams
.
isrRecentImport
!==
''
)
{
this
.
$post
(
'ksh/check/workOrder'
,
this
.
sypcQueryParams
).
then
(
res
=>
{
...
...
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