This commit is contained in:
bb_pan 2026-01-05 22:33:02 +08:00
parent 8e09b9a9cc
commit 9645243b8c
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<template>
<!-- 基础页面 -->
<div class="app-container">
<GoBack :title="'共享出库'" @goBack="goBack" />
<el-card v-show="showSearch" style="margin-bottom: 20px">
<el-form :model="queryParams" ref="queryForm" size="small" inline label-width="110px">
@ -213,10 +214,11 @@ import {
getVoltageListAPI
} from '@/api/EquipmentLedger/equ-out'
import { regionData } from 'element-china-area-data'
import GoBack from '@/components/GoBack'
export default {
name: 'AddEditApply',
// components: { AddNum, AddCode },
components: { GoBack },
data() {
return {
routerParams: {},
@ -286,6 +288,9 @@ export default {
this.getList()
},
methods: {
goBack() {
this.$router.go(-1)
},
//
handleOutNumInput(row) {
const { outNum, remainNum } = row