优化页面样式
This commit is contained in:
parent
c28056e68c
commit
769540d8e1
|
|
@ -278,7 +278,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
class-name="small-padding fixed-width"
|
width="240px"
|
||||||
v-if="!isView"
|
v-if="!isView"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
@ -859,7 +859,7 @@ export default {
|
||||||
saveNumOut() {
|
saveNumOut() {
|
||||||
this.outNumList[0].carCode = this.numOutForm.carCode
|
this.outNumList[0].carCode = this.numOutForm.carCode
|
||||||
let param = this.outNumList
|
let param = this.outNumList
|
||||||
submitNumOut(param).then((response) => {
|
submitNumOut(param).then((res) => {
|
||||||
this.$modal.msgSuccess('出库成功')
|
this.$modal.msgSuccess('出库成功')
|
||||||
this.openNum = false
|
this.openNum = false
|
||||||
this.handleDialogQuery()
|
this.handleDialogQuery()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue