Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cf4807ad
authored
2024-03-19 17:43:48 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
编写税务合同页面内容
1 parent
46ef0c8c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
src/api/workflow/swhtxx.js
src/views/workflow/main/swxx/index.vue
src/api/workflow/swhtxx.js
0 → 100644
View file @
cf4807a
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
/**
* @description: 获取明细信息
* @param {*} bsmSlsq
* @param {*} bestepid
* @author: renchao
*/
export
function
getDetail
(
bsmSldy
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/swhtxx/getDetail'
,
method
:
'get'
,
params
:
{
bsmSldy
:
bsmSldy
}
})
}
\ No newline at end of file
src/views/workflow/main/swxx/index.vue
View file @
cf4807a
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment