优化页面样式

This commit is contained in:
BianLzhaoMin 2024-07-01 17:50:42 +08:00
parent c28056e68c
commit 769540d8e1
1 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@
<el-table-column
label="操作"
align="center"
class-name="small-padding fixed-width"
width="240px"
v-if="!isView"
>
<template slot-scope="scope">
@ -859,7 +859,7 @@ export default {
saveNumOut() {
this.outNumList[0].carCode = this.numOutForm.carCode
let param = this.outNumList
submitNumOut(param).then((response) => {
submitNumOut(param).then((res) => {
this.$modal.msgSuccess('出库成功')
this.openNum = false
this.handleDialogQuery()