Browse Source

修改为已打印修改

wangxiaoming 7 years ago
parent
commit
1f2ca5c39a

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/machine_print_List.ftl

@@ -317,7 +317,7 @@
             function batchUpdatePring(){
                 var a = new Array();
                 $("input[name='checkbox']:checkbox:checked").each(function(i) {
-                    a[i] = $(this).val().substring(0, 13);
+                    a[i] = $(this).val();
                 })
                 $.ajax({
                     "type" : "post",

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/pts/machine/tooth_print_List.ftl

@@ -287,7 +287,7 @@
             function batchUpdatePring(){
                 var a = new Array();
                 $("input[name='checkbox']:checkbox:checked").each(function(i) {
-                    a[i] = $(this).val().substring(0, 13);
+                    a[i] = $(this).val();
                 })
                 $.ajax({
                     "type" : "post",