Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
胡宝山
template_vue
Commits
eacd89ac
Commit
eacd89ac
authored
Sep 20, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9/20(2)
parent
571e53f7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
323 additions
and
147 deletions
+323
-147
gfual.js
src/api/production/gfual.js
+3
-9
index copy.vue
src/views/production/gfual/index copy.vue
+179
-106
index.vue
src/views/production/gfual/index.vue
+141
-32
No files found.
src/api/production/gfual.js
View file @
eacd89ac
...
@@ -8,7 +8,7 @@ export function queryList(params) {
...
@@ -8,7 +8,7 @@ export function queryList(params) {
params
params
})
})
}
}
//
添加基础信息
接口
//
保存
接口
export
function
add
(
data
)
{
export
function
add
(
data
)
{
return
request
({
return
request
({
url
:
'/ysgxlog/add'
,
url
:
'/ysgxlog/add'
,
...
@@ -20,17 +20,11 @@ export function add(data) {
...
@@ -20,17 +20,11 @@ export function add(data) {
})
})
}
}
// 根据id查询基础信息接口
export
function
getDetailById
(
id
)
{
return
request
({
url
:
'/ysgxlog/detail/'
+
id
,
method
:
'get'
})
}
// 编辑基础信息接口
// 编辑基础信息接口
export
function
updataInfo
(
data
)
{
export
function
updataInfo
(
data
)
{
return
request
({
return
request
({
url
:
'/ysgxlog/u
pdate
'
,
url
:
'/ysgxlog/u
nlock
'
,
method
:
'put'
,
method
:
'put'
,
data
,
data
,
headers
:
{
headers
:
{
...
...
src/views/production/gfual/index copy.vue
View file @
eacd89ac
This diff is collapsed.
Click to expand it.
src/views/production/gfual/index.vue
View file @
eacd89ac
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