refactor(outpatientCharging): 修改结算时 is_mt 参数的逻辑
- 根据 man_name 的值决定 is_mt 的参数 - 如果 man_name 为 '2',则将 is_mt 设为 true - 否则,使用 selectTableArr[0].settle_type.is_mt 的值
Showing
Please register or sign in to comment
- 根据 man_name 的值决定 is_mt 的参数 - 如果 man_name 为 '2',则将 is_mt 设为 true - 否则,使用 selectTableArr[0].settle_type.is_mt 的值