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
d05845e5
authored
Mar 29, 2021
by
wong.peiyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
转单申请添加部门信息
parent
f4c56687
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
132 additions
and
28 deletions
app/action/TransAction.js
app/containers/quickOrder/QuickOrderPage.js
app/containers/transOrder/TransOrderPage.js
app/action/TransAction.js
View file @
d05845e5
...
...
@@ -48,6 +48,10 @@ export const reqTransOrganizations = async (global_domain_config, params) => {
return
await
GetRequest
(
global_domain_config
,
getUrlParams
(
'/authorized_inventory/search'
,
params
))
}
export
const
reqOrgDepartments
=
async
(
global_domain_config
,
params
)
=>
{
return
await
GetRequest
(
global_domain_config
,
getUrlParams
(
'/sale/sale_relationship/search'
,
params
))
}
// 获取客户名称 params={access_token:'', org_code:'', seller_code:''}
export
function
requestTransSurgeryHospital
(
params
)
{
return
(
dispatch
,
getState
)
=>
{
...
...
@@ -147,7 +151,7 @@ export function setTransDetailOption(data, searchData) {
}
}
// 上传语音
// 上传语音
export
const
requestTransAudio
=
async
(
global_domain_config
,
params
)
=>
{
let
{
access_token
,
path
}
=
params
let
formData
=
new
FormData
()
...
...
app/containers/quickOrder/QuickOrderPage.js
View file @
d05845e5
...
...
@@ -1610,9 +1610,7 @@ class EquipConsuPage extends Component {
if
(
res
&&
res
.
error_code
===
0
){
const
value
=
res
.
data
.
profile_value
sysValues
[
code
]
=
isNaN
(
value
)
?
value
:
Number
(
value
)
this
.
setState
({
sysValues
},
()
=>
{
console
.
log
(
sysValues
)
})
this
.
setState
({
sysValues
})
}
}
...
...
app/containers/transOrder/TransOrderPage.js
View file @
d05845e5
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