From a1b82aa0057c48382fd86ed6c5f5791ae36414fc Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 12 Jun 2024 10:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E6=9A=82=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=AE=8C=E6=88=90=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/picking/outbound/index.vue | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index f57bdfed..e0b53bf4 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -303,14 +303,6 @@ > 数量出库 - - 完成出库 - @@ -528,7 +520,6 @@ import { getDetailsByTypeId, submitOut, submitNumOut, - outboundCompleted, } from '@/api/claimAndRefund/receive.js' import { getTypeList } from '@/api/store/warehousing' import { equipmentTypeTree } from '@/api/store/tools' @@ -749,33 +740,6 @@ export default { this.$set(obj, 'num', row.num) //库存 this.outNumList = [obj] }, - // 手动操作 - manualOperation(row) { - // 弹框确认 - this.$confirm('是否确认完成出库?', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning', - }) - .then(() => { - console.log('确定') - // outboundCompleted({ - // id: this.dialogQuery.id, - // typeId: row.typeId, - // }).then((response) => { - // this.$modal.msgSuccess('完成出库成功') - // this.handleDialogQuery() - // this.handleQuery() - // }) - }) - .catch(() => { - console.log('取消') - // this.$message({ - // type: 'info', - // message: '已取消完成出库', - // }) - }) - }, handleOutQuery() { this.outQuery.pageNum = 1 this.getCodeList()