Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
V3-TailingPond
Commits
bcb61ca6
Commit
bcb61ca6
authored
Oct 25, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
李春良 - 台账
parent
dddcc757
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
351 additions
and
0 deletions
+351
-0
ledger.js
src/api/ledger.js
+35
-0
index.vue
src/views/personInspection/ledger/index.vue
+316
-0
新版尾矿库.zip
新版尾矿库.zip
+0
-0
No files found.
src/api/ledger.js
0 → 100644
View file @
bcb61ca6
import
request
from
'
@/utils/request
'
import
qs
from
'
qs
'
export
function
getLedger
(
params
)
{
return
request
({
url
:
'
/data/taizhang/history
'
,
method
:
'
get
'
,
params
})
}
export
function
addLedger
(
data
)
{
return
request
({
url
:
'
/data/taizhang
'
,
method
:
'
post
'
,
data
})
}
export
function
editLedger
(
data
)
{
return
request
({
url
:
'
/data/taizhang
'
,
method
:
'
put
'
,
data
})
}
export
function
delLedger
(
data
)
{
return
request
({
url
:
'
/data/taizhang
'
,
method
:
'
delete
'
,
data
})
}
\ No newline at end of file
src/views/personInspection/ledger/index.vue
0 → 100644
View file @
bcb61ca6
This diff is collapsed.
Click to expand it.
新版尾矿库.zip
deleted
100644 → 0
View file @
dddcc757
File deleted
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