| | |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | | <a-form-item |
| | | label="设备编码" |
| | | label="统一编码" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | | <a-form-item |
| | | label="委外单位" |
| | | label="外委单位" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请选择委外单位'" |
| | | :placeholder="disableSubmit?'':'请选择外委单位'" |
| | | :triggerChange="true" |
| | | dictCode="mom_base_supplier,name,id, del_flag='0'" |
| | | v-decorator="['outsourcingUnit', validatorRules.outsourcingUnit]" |
| | |
| | | > |
| | | <a-input |
| | | :disabled="true" |
| | | :placeholder="disableSubmit?'':'请输入设备编码/名称/型号'" |
| | | :placeholder="disableSubmit?'':'请输入统一编码/名称/型号'" |
| | | v-decorator="['equipmentId', validatorRules.equipmentId ]" |
| | | /> |
| | | </a-form-item> |