[update] 隐藏企标编辑的标准号字段,企标制修订流程的标准号字段
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
||||
if (this.type === 'add') {
|
||||
return ['standard_number']
|
||||
} else if (this.type === 'edit') {
|
||||
return ['standard_code', 'name_code', 'category_code']
|
||||
return ['standard_code', 'name_code', 'category_code', 'standard_number_temp']
|
||||
} else {
|
||||
return []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user