feat: There is no way the, bug #56317
This commit is contained in:
@@ -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('企标顺序号已存在或已锁定'))
|
||||
|
||||
Reference in New Issue
Block a user