Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
68be93d0
Commit
68be93d0
authored
Nov 27, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改物料确认双loading
parent
1038959c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
http.js
applications/architecture-dee/src/utils/http.js
+4
-1
header.vue
...views/taskExecution/components/ConfirmMaterial/header.vue
+1
-1
No files found.
applications/architecture-dee/src/utils/http.js
View file @
68be93d0
...
...
@@ -18,7 +18,9 @@ const disShowLadingRequestUrl = [
// '/RepoFileUpload/find/recursion'
'/RepoFileUpload/findWithCondition'
,
'/devServerStart'
,
'/JoExecutePlan/getTaskAcceptance'
'/JoExecutePlan/getTaskAcceptance'
,
'/ExtSupportingItem/getAllMaterialConfirmation'
,
'/ExtSupportingItem/findSupportingItemMaterialByAO'
]
axios
.
defaults
.
baseURL
=
VUE_APP_BASE_API
||
process
.
env
.
VUE_APP_BASE_API
// eslint-disable-line
...
...
@@ -37,6 +39,7 @@ axios.interceptors.request.use(
return
config
.
url
.
includes
(
el
)
})
if
(
!
disLoading
)
{
console
.
log
(
12121
)
loadingInstance
=
Loading
.
service
({
fullscreen
:
true
,
background
:
'rgba(0, 0, 0, 0.0)'
...
...
applications/dee-mes/src/views/taskExecution/components/ConfirmMaterial/header.vue
View file @
68be93d0
...
...
@@ -349,7 +349,7 @@ export default {
this
.
tableData
=
[]
// 发送请求
post
(
`ExtSupportingItem/getAllMaterialConfirmation?aoId=
${
this
.
$parent
.
$parent
.
$parent
.
$parent
.
headerData
.
aoId
}
`
,
`
/
ExtSupportingItem/getAllMaterialConfirmation?aoId=
${
this
.
$parent
.
$parent
.
$parent
.
$parent
.
headerData
.
aoId
}
`
,
{}
)
.
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