| | |
| | | </a-col> |
| | | <a-col :span="6"> |
| | | <a-form-model-item |
| | | label="车间" |
| | | label="工区" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | prop="factoryModelId" |
| | |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | :disabled="formDisabled" |
| | | placeholder="请选择车间" |
| | | placeholder="请选择工区" |
| | | :triggerChange="true" |
| | | dictCode="mom_base_area,name,id,del_flag!='1'" |
| | | v-model="model.factoryModelId" |
| | |
| | | :wrapperCol="wrapperCol" |
| | | prop="operatingSystem" |
| | | > |
| | | <a-input |
| | | v-model="model.operatingSystem" |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | placeholder="是否有操作系统" |
| | | :disabled="formDisabled" |
| | | placeholder="请输入操作系统" |
| | | ></a-input> |
| | | :triggerChange="true" |
| | | dictCode="operation_flag" |
| | | v-model="model.operatingSystem" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="6"> |
| | | <a-col :span="6" v-if="model.operatingSystem=='yes'"> |
| | | <a-form-model-item |
| | | label="系统" |
| | | :labelCol="labelCol" |
| | |
| | | propertyStatus: [ |
| | | { required: true, message: '请选择资产状态!' }, |
| | | ], |
| | | system:[ |
| | | { required: true, message: '请输入系统!' }, |
| | | ] |
| | | }, |
| | | url: { |
| | | add: "/eam/equipment/add", |