diff --git a/src/api/material/notPosted/index.ts b/src/api/material/notPosted/index.ts index 99eb47c..32b8380 100644 --- a/src/api/material/notPosted/index.ts +++ b/src/api/material/notPosted/index.ts @@ -11,3 +11,16 @@ export function updatePacking(data: any) { data: data }); } + +/** + * 更新 + * @param params + * @returns + */ +export function editWareHouse(params: any) { + return request({ + url: '/api/api/packing/handelEdit', + method: 'post', + data: params, + }); +} diff --git a/src/views/stocked/notPosted/index.vue b/src/views/stocked/notPosted/index.vue index d39c3bb..b5758b2 100644 --- a/src/views/stocked/notPosted/index.vue +++ b/src/views/stocked/notPosted/index.vue @@ -1,25 +1,68 @@ - + - - + + - + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + @@ -49,35 +92,31 @@ + + :width="col.width" :sort-orders="['descending', 'ascending']" :sortable="true"/> + + + 编辑 + + - + - - - - - - - - - - - - + + + + + + @@ -87,6 +126,7 @@ +