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