Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db_qms_wx
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
刘怀志
db_qms_wx
Commits
106e6be8
Commit
106e6be8
authored
Mar 27, 2025
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批提交2
parent
23110077
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
939 additions
and
901 deletions
+939
-901
approve.js
api/system/approve.js
+30
-0
drawerShow.vue
pages/approval_detail/drawerShow.vue
+909
-901
No files found.
api/system/approve.js
View file @
106e6be8
...
@@ -122,4 +122,34 @@ export function getTpmProcessDetail(businessId) {
...
@@ -122,4 +122,34 @@ export function getTpmProcessDetail(businessId) {
url
:
'/qc/equipment/tpm/getDetail/'
+
businessId
,
url
:
'/qc/equipment/tpm/getDetail/'
+
businessId
,
method
:
'get'
,
method
:
'get'
,
})
})
}
export
function
materiaProcessGxApproval
(
approve
)
{
return
request
({
url
:
'/aeauxiliarymaterial/processMaterialApproval'
,
method
:
'post'
,
data
:
approve
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
}
export
function
signProcessGxApproval
(
approve
)
{
return
request
({
url
:
'/qc/equipment/sign/processCalibrationApproval'
,
method
:
'post'
,
data
:
approve
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
}
export
function
tpmProcessGxApproval
(
approve
)
{
return
request
({
url
:
'/qc/equipment/tpm/processTpmApproval'
,
method
:
'post'
,
data
:
approve
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
}
}
\ No newline at end of file
pages/approval_detail/drawerShow.vue
View file @
106e6be8
This diff is collapsed.
Click to expand it.
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