优化页面样式
This commit is contained in:
parent
c28056e68c
commit
769540d8e1
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue