From fdfb3f18d85839c824bb418c83cb17f103120aa5 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期一, 09 十月 2023 18:09:28 +0800 Subject: [PATCH] 小修改 --- src/views/eam/modules/equipmentNew/EquipmentModal.vue | 409 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 201 insertions(+), 208 deletions(-) diff --git a/src/views/eam/modules/equipmentNew/EquipmentModal.vue b/src/views/eam/modules/equipmentNew/EquipmentModal.vue index c2d6c38..45bdcc7 100644 --- a/src/views/eam/modules/equipmentNew/EquipmentModal.vue +++ b/src/views/eam/modules/equipmentNew/EquipmentModal.vue @@ -32,7 +32,7 @@ placeholder="璇烽�夋嫨璁惧鎵�灞炲垎绫�" :disabled="formDisabled" :triggerChange="true" - dictCode="mom_eam_equipment_category,name,id" + :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1 = '+'\''+caytegoryParam+'\''" v-model="model.equipmentCategoryId" /> </a-form-model-item> @@ -111,26 +111,6 @@ </a-col> <a-col :span="6"> <a-form-model-item - label="璁惧鍥剧墖" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="equipmentPhoto" - > - <j-image-upload - :isMultiple="false" - v-model="model.equipmentPhoto" - ></j-image-upload> - </a-form-model-item> - </a-col> - </a-row> - <a-row> - <a-divider - orientation="center" - style="font-size: large;font-style: italic;color: #66aeed;" - >缁存姢鍙婁娇鐢ㄤ俊鎭�</a-divider> - - <a-col :span="6"> - <a-form-model-item label="浣跨敤閮ㄩ棬" :labelCol="labelCol" :wrapperCol="wrapperCol" @@ -149,7 +129,7 @@ </a-col> <a-col :span="6"> <a-form-model-item - label="杞﹂棿" + label="宸ュ尯" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="factoryModelId" @@ -157,16 +137,37 @@ <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" /> </a-form-model-item> </a-col> + </a-row> + <a-row> <a-col :span="6"> <a-form-model-item - label="缁翠慨閮ㄩ棬" + label="璁惧鍥剧墖" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="equipmentPhoto" + > + <j-image-upload + :isMultiple="false" + v-model="model.equipmentPhoto" + ></j-image-upload> + </a-form-model-item> + </a-col> + </a-row> + <a-row> + <a-divider + orientation="center" + style="font-size: large;font-style: italic;color: #f20707;" + >缁存姢鍙婁娇鐢ㄤ俊鎭�</a-divider> + <a-col :span="6"> + <a-form-model-item + label="缁存姢閮ㄩ棬" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="manageId" @@ -176,7 +177,7 @@ style="width: 100%" :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" :tree-data="treeData" - placeholder="璇烽�夋嫨缁翠慨閮ㄩ棬" + placeholder="璇烽�夋嫨缁存姢閮ㄩ棬" tree-default-expand-all v-model="model.manageId" /> @@ -199,7 +200,164 @@ /> </a-form-model-item> </a-col> - + <a-col :span="6"> + <a-form-model-item + label="ABC鏍囪瘑" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="equipmentImportanceId" + > + <j-dict-select-tag + allow-clear + :disabled="formDisabled" + placeholder="璇烽�夋嫨ABC鏍囪瘑" + :triggerChange="true" + dictCode="ABC-standard-result" + @change="changeNeedSpecific" + v-model="model.equipmentImportanceId" + /> + </a-form-model-item> + </a-col> + <a-col + :span="6" + v-if="needSpecific" + > + <a-form-model-item + label="鍏抽敭璁惧鏍囪瘑" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="specificEquipment" + > + <j-dict-select-tag + allow-clear + placeholder="璇烽�夋嫨鍏抽敭璁惧鏍囪瘑" + :disabled="formDisabled" + :triggerChange="true" + dictCode="specific_equipment" + v-model="model.specificEquipment" + /> + </a-form-model-item> + </a-col> + </a-row> + <a-row> + <a-col :span="6"> + <a-form-model-item + label="瀹夊叏閰嶇疆" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="securityConfiguration" + > + <a-input + v-model="model.securityConfiguration" + :disabled="formDisabled" + placeholder="璇疯緭鍏ュ畨鍏ㄩ厤缃�" + ></a-input> + </a-form-model-item> + </a-col> + <a-col :span="6"> + <a-form-model-item + label="鍐峰嵈绯荤粺" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="coolingSystem" + > + <a-input + v-model="model.coolingSystem" + :disabled="formDisabled" + placeholder="璇疯緭鍏ュ喎鍗寸郴缁�" + ></a-input> + </a-form-model-item> + </a-col> + <a-col :span="6"> + <a-form-model-item + label="鐏伀鍣�" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="fireExtinguisher" + > + <a-input + v-model="model.fireExtinguisher" + :disabled="formDisabled" + placeholder="璇疯緭鍏ョ伃鐏櫒" + ></a-input> + </a-form-model-item> + </a-col> + <a-col :span="6"> + <a-form-model-item + label="鐏伀鍣ㄦ湁鏁堟湡" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="fireExtinguisherValidityPeriod" + > + <a-input + v-model="model.fireExtinguisherValidityPeriod" + :disabled="formDisabled" + placeholder="璇疯緭鍏ョ伃鐏櫒鏈夋晥鏈�" + ></a-input> + </a-form-model-item> + </a-col> + </a-row> + <a-row> + <a-col :span="6"> + <a-form-model-item + label="鎿嶄綔绯荤粺" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="operatingSystem" + > + <j-dict-select-tag + allow-clear + placeholder="鏄惁鏈夋搷浣滅郴缁�" + :disabled="formDisabled" + :triggerChange="true" + dictCode="operation_flag" + v-model="model.operatingSystem" + /> + </a-form-model-item> + </a-col> + <a-col :span="6" v-if="model.operatingSystem=='yes'"> + <a-form-model-item + label="绯荤粺" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="system" + > + <a-input + v-model="model.system" + :disabled="formDisabled" + placeholder="璇疯緭鍏ョ郴缁�" + ></a-input> + </a-form-model-item> + </a-col> + <a-col :span="6"> + <a-form-model-item + label="绔彛" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="port" + > + <a-input + v-model="model.port" + :disabled="formDisabled" + placeholder="璇疯緭鍏ョ鍙�" + ></a-input> + </a-form-model-item> + </a-col> + <a-col :span="6"> + <a-form-model-item + label="鍧愭爣鏁伴噺" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + prop="coordinateNum" + > + <a-input-number + v-model="model.coordinateNum" + :disabled="formDisabled" + placeholder="璇疯緭鍏ュ潗鏍囨暟閲�" + style="width: 100%" + /> + </a-form-model-item> + </a-col> </a-row> <a-row> <!-- <a-col :span="6"> @@ -455,8 +613,6 @@ ></a-input> </a-form-model-item> </a-col> - </a-row> - <a-row> <a-col :span="6"> <a-form-model-item label="鍔熻兘浣嶇疆" @@ -471,6 +627,8 @@ ></a-input> </a-form-model-item> </a-col> + </a-row> + <a-row> <a-col :span="6"> <a-form-model-item label="璧勯噾鏉ユ簮" @@ -485,7 +643,6 @@ ></a-input> </a-form-model-item> </a-col> - <a-col :span="6"> <a-form-model-item label="璧勪骇鏉ユ簮鍥藉" @@ -502,121 +659,6 @@ </a-col> <a-col :span="6"> <a-form-model-item - label="瀹夊叏閰嶇疆" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="securityConfiguration" - > - <a-input - v-model="model.securityConfiguration" - :disabled="formDisabled" - placeholder="璇疯緭鍏ュ畨鍏ㄩ厤缃�" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="鍐峰嵈绯荤粺" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="coolingSystem" - > - <a-input - v-model="model.coolingSystem" - :disabled="formDisabled" - placeholder="璇疯緭鍏ュ喎鍗寸郴缁�" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="鐏伀鍣�" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="fireExtinguisher" - > - <a-input - v-model="model.fireExtinguisher" - :disabled="formDisabled" - placeholder="璇疯緭鍏ョ伃鐏櫒" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="鐏伀鍣ㄦ湁鏁堟湡" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="fireExtinguisherValidityPeriod" - > - <a-input - v-model="model.fireExtinguisherValidityPeriod" - :disabled="formDisabled" - placeholder="璇疯緭鍏ョ伃鐏櫒鏈夋晥鏈�" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="鎿嶄綔绯荤粺" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="operatingSystem" - > - <a-input - v-model="model.operatingSystem" - :disabled="formDisabled" - placeholder="璇疯緭鍏ユ搷浣滅郴缁�" - ></a-input> - </a-form-model-item> - </a-col> - </a-row> - <a-row> - <a-col :span="6"> - <a-form-model-item - label="绯荤粺" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="system" - > - <a-input - v-model="model.system" - :disabled="formDisabled" - placeholder="璇疯緭鍏ョ郴缁�" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="绔彛" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="port" - > - <a-input - v-model="model.port" - :disabled="formDisabled" - placeholder="璇疯緭鍏ョ鍙�" - ></a-input> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="鍧愭爣鏁伴噺" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="coordinateNum" - > - <a-input-number - v-model="model.coordinateNum" - :disabled="formDisabled" - placeholder="璇疯緭鍏ュ潗鏍囨暟閲�" - style="width: 100%" - /> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item label="澶囨敞" :labelCol="labelCol" :wrapperCol="wrapperCol" @@ -629,12 +671,8 @@ ></a-input> </a-form-model-item> </a-col> - <a-divider - orientation="center" - style="font-size: large;font-style: italic;color: #66aeed;" - >ABC鏍囪瘑</a-divider> - </a-row> - <a-row> + </a-row> + <a-row hidden> <a-col :span="6"> <a-form-model-item label="骞冲潎浣跨敤鐜�" @@ -653,6 +691,8 @@ /> </a-form-model-item> </a-col> + </a-row> + <a-row hidden> <a-col :span="6"> <a-form-model-item label="鍙浛鎹㈡��" @@ -707,26 +747,6 @@ /> </a-form-model-item> </a-col> - </a-row> - <a-row> - <a-col :span="6"> - <a-form-model-item - label="鏁呴殰棰戠巼" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="standardE" - > - <j-dict-select-tag - allow-clear - placeholder="璇烽�夋嫨鏁呴殰棰戠巼" - :disabled="formDisabled" - :triggerChange="true" - dictCode="ABC-standardE" - @change="standardResultCompute" - v-model="model.standardE" - /> - </a-form-model-item> - </a-col> <a-col :span="6"> <a-form-model-item label="璁惧浠峰��" @@ -742,44 +762,6 @@ dictCode="ABC-standardF" v-model="model.standardF" @change="standardResultCompute" - /> - </a-form-model-item> - </a-col> - <a-col :span="6"> - <a-form-model-item - label="ABC鏍囪瘑" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="equipmentImportanceId" - > - <j-dict-select-tag - allow-clear - :disabled="formDisabled" - placeholder="璇烽�夋嫨ABC鏍囪瘑" - :triggerChange="true" - dictCode="ABC-standard-result" - @change="changeNeedSpecific" - v-model="model.equipmentImportanceId" - /> - </a-form-model-item> - </a-col> - <a-col - :span="6" - v-if="needSpecific" - > - <a-form-model-item - label="鍏抽敭璁惧鏍囪瘑" - :labelCol="labelCol" - :wrapperCol="wrapperCol" - prop="specificEquipment" - > - <j-dict-select-tag - allow-clear - placeholder="璇烽�夋嫨鍏抽敭璁惧鏍囪瘑" - :disabled="formDisabled" - :triggerChange="true" - dictCode="specific_equipment" - v-model="model.specificEquipment" /> </a-form-model-item> </a-col> @@ -899,6 +881,11 @@ default: false, required: false }, + caytegoryParam:{ + type:String, + default: '', + required: false + } }, data() { return { @@ -982,6 +969,9 @@ propertyStatus: [ { required: true, message: '璇烽�夋嫨璧勪骇鐘舵��!' }, ], + system:[ + { required: true, message: '璇疯緭鍏ョ郴缁�!' }, + ] }, url: { add: "/eam/equipment/add", @@ -1006,6 +996,9 @@ edit(record) { console.log(this.disabled) this.model = Object.assign({}, record); + if(!this.model.id){ + this.model.equipmentStatus = '1' + } this.visible = true; }, close() { -- Gitblit v1.9.3