mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
#수정
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<when test="searchn == 1">o.activation = 1 and w.name like concat('%',#{search},'%')</when>
|
||||
</choose>
|
||||
</where>
|
||||
order by o.expected_delivery_date desc limit #{start}, #{perPage}
|
||||
order by o.expected_delivery_date asc limit #{start}, #{perPage}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
datatype: "json"
|
||||
}).done(function (data) {
|
||||
if (data == true) {
|
||||
alert("재고 정보가 생성되었습니다.");
|
||||
alert("출고 정보가 생성되었습니다.");
|
||||
|
||||
var form = document.createElement("form");
|
||||
form.action = "/out/read";
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
window.location.href = "/out/list";
|
||||
} else {
|
||||
alert("재고 정보 생성에 실패하였습니다.");
|
||||
alert("출고 정보 생성에 실패하였습니다.");
|
||||
}
|
||||
}).fail(function () {
|
||||
alert("오류가 발생했습니다.");
|
||||
|
||||
Reference in New Issue
Block a user