fix:企业标准库编辑后标准编号中自动增加了空格的问题
This commit is contained in:
+1
-1
@@ -4009,7 +4009,7 @@ export default {
|
||||
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
|
||||
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
|
||||
}
|
||||
nowstandinfo.standCode = nowstandinfo.standSort+" "+ nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
nowstandinfo.standCode = nowstandinfo.standSort+""+ nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
|
||||
_this: this,
|
||||
loading: 'isSubmit'
|
||||
|
||||
Reference in New Issue
Block a user