Commit 04f673b6 by Denglingling

优化【快速下单】,新增多仓模块

parent d9584521
...@@ -523,13 +523,14 @@ class surgeryTemplatePage extends Component { ...@@ -523,13 +523,14 @@ class surgeryTemplatePage extends Component {
}else { }else {
tempDoctorName = state.listOptionData[2].inputValue tempDoctorName = state.listOptionData[2].inputValue
} }
let cur_surgery_type = state.listOptionData[3].name === '请选择' ? '' : state.listOptionData[3].name
let params = { let params = {
access_token: props.token, access_token: props.token,
org_code: state.listOptionData[0].value, org_code: state.listOptionData[0].value,
seller_code: props.userInfo.user_name, seller_code: props.userInfo.user_name,
customer_code: state.listOptionData[1].value, customer_code: state.listOptionData[1].value,
doctor_name: tempDoctorName, doctor_name: tempDoctorName,
surgery_type: state.listOptionData[3].value, surgery_type: cur_surgery_type,
} }
props.requestQuickTemplateCollect(params) props.requestQuickTemplateCollect(params)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment