feat: There is no way the, bug #56317

This commit is contained in:
396572590@qq.com
2022-07-06 16:11:22 +08:00
parent ec138c9f44
commit a78bd5ac97
@@ -616,7 +616,7 @@
let year = date.getFullYear();
this.form.standSn = this.form.standNum
this.form.standNumber = this.form.standNum
this.form.standYear = this.regDate(year) // 待带入立项标准
this.form.standYear = year // 待带入立项标准
this.form.standCode = this.form.standSort + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
}else {
callback(new Error('企标顺序号已存在或已锁定'))