Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin 5afda4151a Merge branch 'dev-nx' of http://192.168.0.56:3000/bonus/devicesmgt into dev-nx 2024-07-01 17:50:48 +08:00
BianLzhaoMin 769540d8e1 优化页面样式 2024-07-01 17:50:42 +08:00
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()