Browse Source

药品分装组合修改

WANGJIALIANG 4 years ago
parent
commit
482fb2bd1f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/main/resources/static/js/yf/yf_divide.js

+ 2 - 3
src/main/resources/static/js/yf/yf_divide.js

@@ -20,8 +20,7 @@ $(function () {
         for (let array of divideDrugMap) {
             ypBaseYfVos.push(array[1]);
         }
-        console.log(ypBaseYfVos);
-        /*$.ajax({
+        $.ajax({
             type: "POST",
             url: '/thmz/saveYfDivide',
             contentType: "application/json;charset=UTF-8",
@@ -42,7 +41,7 @@ $(function () {
                     errorMesage(res);
                 }
             }
-        });*/
+        });
     });
 });