From 63a0de547069fce19536b278ccd412a211ce8b11 Mon Sep 17 00:00:00 2001 From: wang..123 <brook_w@163.com> Date: 星期三, 23 三月 2022 08:48:50 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/quality/quality.js | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/main/webapp/static/js/quality/quality.js b/src/main/webapp/static/js/quality/quality.js index e1ac6c5..33657d5 100644 --- a/src/main/webapp/static/js/quality/quality.js +++ b/src/main/webapp/static/js/quality/quality.js @@ -341,23 +341,23 @@ return billNO; } -// function initOrderNo1() { -// $.ajax({ -// url: baseUrl+"/work/orderNo/init1", -// headers: {'token': localStorage.getItem('token')}, -// async: false, -// method: 'GET', -// success: function (res) { -// if (res.code === 200){ -// $('#billNo').val(res.data) -// } else if (res.code === 403){ -// top.location.href = baseUrl+"/"; -// } else { -// notice.error({ -// title: '娑堟伅閫氱煡', -// message: res.msg -// }); -// } -// } -// }); -// } \ No newline at end of file +function initOrderNo1() { + $.ajax({ + url: baseUrl+"/quality/orderNo/init1", + headers: {'token': localStorage.getItem('token')}, + async: false, + method: 'GET', + success: function (res) { + if (res.code === 200){ + $('#billNo').val(res.data) + } else if (res.code === 403){ + top.location.href = baseUrl+"/"; + } else { + notice.error({ + title: '娑堟伅閫氱煡', + message: res.msg + }); + } + } + }); +} \ No newline at end of file -- Gitblit v1.9.1