diff --git a/src/api/inout/code.js b/src/api/inout/code.js index bc63741..aa5167f 100644 --- a/src/api/inout/code.js +++ b/src/api/inout/code.js @@ -16,6 +16,23 @@ export function tabCode(query) { }); } +export function getCodeLost(query) { + return axios({ + url: "/warehouse/inout/getCodeLost", + method: "post", + data: query + }); +} + +export function updateCodeLost(query) { + return axios({ + url: "/warehouse/inout/updateCodeLost", + method: "post", + data: query + }); +} + + export function findByCode(query) { return axios( diff --git a/src/views/basic/locUdi/DialogEditCodeLost.vue b/src/views/basic/locUdi/DialogEditCodeLost.vue new file mode 100644 index 0000000..310d35c --- /dev/null +++ b/src/views/basic/locUdi/DialogEditCodeLost.vue @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + 确 定 + + + + + + + + + diff --git a/src/views/basic/locUdi/UdiSupplement.vue b/src/views/basic/locUdi/UdiSupplement.vue new file mode 100644 index 0000000..d780441 --- /dev/null +++ b/src/views/basic/locUdi/UdiSupplement.vue @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 显示/隐藏搜索栏 + + 重置 + 查询 + + + + + + + + + + + + + + + + + + + + + + + + 编辑 + + + + + + + + + + + + + + + + +