diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts index 396972d..ca92953 100644 --- a/src/api/StockIn/index.ts +++ b/src/api/StockIn/index.ts @@ -147,3 +147,11 @@ export function TransferIn(params: any) { data: params, }); } + +export function createDelivery(params: any) { + return request({ + url: '/api/delivery/create', + method: 'post', + data: params, + }); +} \ No newline at end of file diff --git a/src/views/stockIn/StockInByCharge/drawer.vue b/src/views/stockIn/StockInByCharge/drawer.vue new file mode 100644 index 0000000..b68ea8f --- /dev/null +++ b/src/views/stockIn/StockInByCharge/drawer.vue @@ -0,0 +1,119 @@ + + + \ No newline at end of file diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index d91ae59..5790dd1 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -6,12 +6,13 @@ + @keydown.enter.prevent="handleQuery" clearable />
+ 新增到货单 搜索
@@ -22,71 +23,53 @@ 入库单详细信息 - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + @@ -97,31 +80,33 @@ 批次信息 - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -132,11 +117,6 @@ - - - - - @@ -145,77 +125,59 @@ 打印 - + - + - - + 入库 - - - - - - - - - - -
- - {{ state.createBoxForm.REQUESTQUANTITY }} - {{ state.createBoxForm.RECEIVEDQUANTITY }} - - {{ state.createBoxForm.RECEIVEDQUANTITY2 }} + {{ state.createBoxForm.RECEIVEDQUANTITY2 }} - {{ state.createBoxForm.MINUSQTY }} - + - + - - + - + - + @@ -223,60 +185,59 @@
提交
-
- + -