1
yuyou_x
2024-03-07 cd906224ae2f776b78fdcf4d59d49bcb21e24a84
HTML/views/ASNSetting/LabelPrintSelect.html
@@ -116,7 +116,16 @@
                    });
               var id = getQueryString('Id');
               var asnType = getQueryString('Type');
               console.log(asnType);
               console.log(asnType == 4);
               if(asnType == 4){
                  $("#reset option[value='0']").attr("selected","selected"); //性别
                  $("#reset").attr("disabled","disabled");
                  form.render('select');
               }
               var param = {
                  id: parseInt(id),
               };