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()