Browse Source

优化bug

hurugang 3 years ago
parent
commit
5bd33495b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/static/js/mz/clinic.js

+ 0 - 1
src/main/resources/static/js/mz/clinic.js

@@ -5910,7 +5910,6 @@ function getParamsForpPrescription() {
             var itemsType = $(zlTabContents[i]).find("input.temporary_items_type").val();
             //执行科室
             var execUnit = $(zlTabContents[i]).find("input.temporary_items_execUnit").val();
-            res.deptName
             if (itemsType == "3" || itemsType == 3) {
                 //诊疗,放入药品类型中入库,因为诊疗是与药品一样直接入明细库,但是是与医技在同一处方开立页面开立
                 tempJson = JSON.parse('{"chargeItemCode": "","serial": "","quantity": "1","drugQuan": "1","drugUnit": "","frequency": "","orderDays": "1","paySelf": "0","drugWin": "1","instructionCode":"","instructionText":"","orderNo":"","groupOrder":"","supplyCode":"","cyJssm":"","cyDj":"","cyFysm":"","tryFlag":"0","groupNo":"00","execDept":""}');