优化顺序号
This commit is contained in:
@@ -2992,7 +2992,7 @@
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
const obj = res.data
|
const obj = res.data
|
||||||
let standSn = obj.newStandSn + 1
|
let standSn = (obj.newStandSn / 1) + 1
|
||||||
this.form.standSn = standSn
|
this.form.standSn = standSn
|
||||||
this.form.standNumber = standSn
|
this.form.standNumber = standSn
|
||||||
this.form.standNum = standSn
|
this.form.standNum = standSn
|
||||||
|
|||||||
Reference in New Issue
Block a user