hwh
2024-07-11 61e646f821996cb702117a9747f55b9eaadb97bc
HTML/views/BaseSetting/CustomerFrom.html
@@ -117,7 +117,7 @@
                  Id: parseInt(id),
               };
               sendData(IP + "/Basis/GetCustomer", param, 'post', function(res) {
                  if (res.code == 200) { //成功
                  if (res.code == 0) { //成功
                     //页面赋值
                     $("input[name='CustomerNo']").val(res.data.CustomerNo);
                     $("input[name='CustomerNo']").attr('disabled', 'true');