|
@@ -850,7 +850,7 @@ export default {
|
|
|
<el-form-item label="" lebel-width="0px" prop={`storageId`} rules={required}>
|
|
|
<el-select
|
|
|
style="width:100%"
|
|
|
- disabled={this.formDialogType >= 2}
|
|
|
+ disabled={this.formDialogType === 2 || !((this.formDialogType === 1) || (this.formDialogType === 3 && this.formData.isImport==true && !!this.formData.id))}
|
|
|
value={this.formData.storageId}
|
|
|
onInput={val => {
|
|
|
this.formData.storageId = val
|