diff --git a/src/api/material/notPosted/index.ts b/src/api/material/notPosted/index.ts new file mode 100644 index 0000000..750fd92 --- /dev/null +++ b/src/api/material/notPosted/index.ts @@ -0,0 +1,13 @@ +import request from '@/utils/request'; + +/** + * 更新未入账 + * @param data + */ +export function updatePacking(data: any) { + return request({ + url: '/api/packing/update', + method: 'post', + data: data + }); +} diff --git a/src/views/stocked/notPosted/index.vue b/src/views/stocked/notPosted/index.vue new file mode 100644 index 0000000..3ffb216 --- /dev/null +++ b/src/views/stocked/notPosted/index.vue @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + 标签信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 更新 + + + + + + + + + + \ No newline at end of file