Commit 2292ba06 authored by 李苏's avatar 李苏 💬

流动特性为B时调用其他溯源接口

parent 2b7ca1cc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-21 15:29:58 * @LastEditTime: 2024-10-22 14:40:02
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -945,9 +945,20 @@ ...@@ -945,9 +945,20 @@
this.loading = true this.loading = true
this.loadingText = '正在处理,请稍等。' 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.$post('ksh/check/workOrder',
this.sypcQueryParams this.sypcQueryParams
).then(res => { ).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment