Index: ssts-web/src/main/webapp/disinfectsystem/config/zsykzx/config.js =================================================================== diff -u -r20604 -r20608 --- ssts-web/src/main/webapp/disinfectsystem/config/zsykzx/config.js (.../config.js) (revision 20604) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsykzx/config.js (.../config.js) (revision 20608) @@ -54,12 +54,19 @@ //是否启用申请单的“仓库编码”属性 enableStoreCode: true, //一次性物品发完货回写的仓库编码(注意:这个属性只有enableStoreCode等于true才有意义) - storeCodeValues: { - '3001':[{'3': '供应室库房'}], //供应室的仓库 - '2002':[{'47': '手术室仓库七'},{'48': '手术室仓库八'},{'49': '手术室仓库九'},{'40': '手术室公共库'}], //手术室的仓库 - '2003':[{'9': '麻醉科库房'}], //麻醉科的仓库 - 'other':[{'60': '科室'}] //其他的科室的仓库 - }, + storeCodeValues: [ + {departmentName: '供应室',departmentCode: '3001',showStoreCodeCombo:false,store:[{storeCode: '3', storeName: '供应室库房'}]}, + {departmentName: '手术室',departmentCode: '2002',showStoreCodeCombo:true, + store:[ + {storeCode: '47', storeName: '手术室仓库七'}, + {storeCode: '48', storeName: '手术室仓库八'}, + {storeCode: '49', storeName: '手术室仓库九'}, + {storeCode: '40', storeName: '手术室公共库'} + ] + }, + {departmentName: '麻醉科',departmentCode: '2003',showStoreCodeCombo:false,store:[{storeCode: '9', storeName: '麻醉科库房'}]}, + {departmentName: '其他科室',departmentCode: 'other',showStoreCodeCombo:false,store:[{storeCode: '60', storeName: '科室'}]} + ], //使用记录转申请单备注信息(如巡回护士:张三;病人:李四) useRecordConvertRecyclingApplicationRemark : '@circuitNurseLabelName:@circuitNurse;病人:@patientName', // 发货计划列表的类型参数是否应用到发货界面