Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bba2421e
authored
Mar 28, 2021
by
wong.peiyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
消耗确认添加部门、医生和跟台员
parent
4e96620a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
app/action/EquipAction.js
app/containers/equipConsu/EquipConsuPage.js
app/action/EquipAction.js
View file @
bba2421e
...
@@ -152,7 +152,7 @@ export function setSubdetailOption(data) {
...
@@ -152,7 +152,7 @@ export function setSubdetailOption(data) {
}
}
}
}
// 设置当前费用明细
// 设置当前费用明细
export
function
setCharDetailsOption
(
data
)
{
export
function
setCharDetailsOption
(
data
)
{
return
{
return
{
type
:
SET_CHARGE_DETAILS_OPTION
,
type
:
SET_CHARGE_DETAILS_OPTION
,
...
@@ -171,6 +171,10 @@ export const uploadEquipImg = async (global_domain_config, params) => {
...
@@ -171,6 +171,10 @@ export const uploadEquipImg = async (global_domain_config, params) => {
return
await
UploadRequest
(
global_domain_config
,
getUrlParams
(
'/dingding/upload_media'
,
{
access_token
}),
formData
)
return
await
UploadRequest
(
global_domain_config
,
getUrlParams
(
'/dingding/upload_media'
,
{
access_token
}),
formData
)
}
}
export
const
reqOrgDepartments
=
async
(
global_domain_config
,
params
)
=>
{
return
await
GetRequest
(
global_domain_config
,
getUrlParams
(
'/sale/sale_relationship/search'
,
params
))
}
// 提交数据
// 提交数据
export
function
requestEquipSumbit
({
access_token
,
...
params
})
{
export
function
requestEquipSumbit
({
access_token
,
...
params
})
{
return
(
dispatch
,
getState
)
=>
{
return
(
dispatch
,
getState
)
=>
{
...
@@ -226,4 +230,4 @@ export function setEquipInitData() {
...
@@ -226,4 +230,4 @@ export function setEquipInitData() {
return
{
return
{
type
:
EQUIP_INIT_DATA
type
:
EQUIP_INIT_DATA
}
}
}
}
\ No newline at end of file
app/containers/equipConsu/EquipConsuPage.js
View file @
bba2421e
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