yeguodong 3 minggu lalu
induk
melakukan
688a5ae09c

+ 1 - 1
src/main/java/cn/hnthyy/thmz/controller/UserController.java

@@ -250,7 +250,7 @@ public class UserController {
         Map<String, Object> resultMap = new HashMap<>();
         try {
             //复制 员工信息 和科室信息
-            userService.replicationEmp();
+//            userService.replicationEmp();
             List<UserRoleRelationVo> userRoleRelationVos = new ArrayList<>();
             int total = userService.countUser(userVo);
             List<User> users = userService.queryUserPage(userVo);

+ 1 - 1
src/main/resources/static/js/mz/refund_medicine.js

@@ -303,7 +303,7 @@ function fitfymx(patientId,times,receiptNo,orderNo,groupNoOut) {
          */
         onClickCell: function(field, value, row, $element) {
             var bill_item_code=row.bill_item_code.trim();
-            if(field == 'dec_amount' && (bill_item_code =='010' || bill_item_code =='011')){
+            if(field == 'dec_amount' && (bill_item_code =='32080108' || bill_item_code =='32080111')){
                 $element.attr('contenteditable', true);
                 $element.html(null);
                 $element.focus();