From 6419bc2531c1643a86da28e99e869f983ae261cd Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Tue, 24 Sep 2024 09:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E6=9D=90=E5=BA=93=E5=AD=98=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E5=8D=A1=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/matenews.js | 7 ++ src/api/wms/outorderfc.js | 19 +++++ src/views/plan/workorder/printID.vue | 22 +++--- src/views/wms/matenews/index.vue | 100 +++++++++++++++++++++++---- 4 files changed, 122 insertions(+), 26 deletions(-) diff --git a/src/api/wms/matenews.js b/src/api/wms/matenews.js index da1312c..6cf00f1 100644 --- a/src/api/wms/matenews.js +++ b/src/api/wms/matenews.js @@ -42,3 +42,10 @@ export function delMatenews(storageId) { method: 'delete' }); } +export function addBS(data) { + return request({ + url: '/wms/matenews/addBS', + method: 'post', + data: data + }); +} diff --git a/src/api/wms/outorderfc.js b/src/api/wms/outorderfc.js index 60bbd70..1cd839e 100644 --- a/src/api/wms/outorderfc.js +++ b/src/api/wms/outorderfc.js @@ -113,4 +113,23 @@ export function OutboundPostingzcSAP(data) { }); } +//退货接口 +// 查询包材出库单列表 +export function listreturnderZC(query) { + return request({ + url: '/wms/outorder/listReturn', + method: 'post', + params: query + }); + +} +// 查询包材出库单列表 +export function addreturnderZC(data) { + return request({ + url: '/wms/outorder/addreturnderZC', + method: 'post', + data: query + }); + +} diff --git a/src/views/plan/workorder/printID.vue b/src/views/plan/workorder/printID.vue index bf1fb1a..8a6a320 100644 --- a/src/views/plan/workorder/printID.vue +++ b/src/views/plan/workorder/printID.vue @@ -3,10 +3,10 @@ - + - + @@ -24,13 +24,13 @@ :value="item.batchCode" > - + - + - + 重置 @@ -50,7 +50,7 @@ - + 产品名称: {{ item.productName }} @@ -132,7 +132,7 @@ export default { refreshWorkerTable: true, // 表单校验 rules: { - + }, tableIndex: "tableIndex", }; @@ -140,7 +140,7 @@ export default { created() { }, mounted() { - + }, methods: { @@ -322,12 +322,12 @@ export default { margin-left: 35px; } .tr-row { - height: 35px; + height: 35px; } .tr-row-1 { - width: 246px; + width: 246px; } .tr-row-2 { - width: 574px; + width: 574px; } diff --git a/src/views/wms/matenews/index.vue b/src/views/wms/matenews/index.vue index 9926a91..5e6de4e 100644 --- a/src/views/wms/matenews/index.vue +++ b/src/views/wms/matenews/index.vue @@ -106,6 +106,18 @@ v-hasPermi="['wms:matenews:export']" >导出 + + 打印标识卡 + + @@ -135,19 +147,6 @@ - - - - - - - - - - - - - @@ -284,11 +283,26 @@ 取 消 + + + + + + + 取 消 + 确 定 + +