Merge remote-tracking branch 'origin/master'
| | |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.buttonDistable = true |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.revocationDistable = true |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.SWbuttonDistable = true |
| | | } else if (record.status === '8') { |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.buttonDistable = true |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.revocationDistable = true |
| | | this.$refs.DailyMaintenanceOrderExeDrawer.SWbuttonDistable = true |
| | | } |
| | | }, |
| | | |
| | |
| | | <a-form-item label="工区"> |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | placeholder="请选择资工区" |
| | | placeholder="请选择工区" |
| | | :triggerChange="true" |
| | | dictCode="mom_base_area,name,id,del_flag!='1'" |
| | | dictCode="mom_base_area,name,id,del_flag!='1' and type='2'" |
| | | v-model="queryParam.factoryModelId" |
| | | /> |
| | | <!-- dictCode="mom_base_area,name,id,del_flag!='1'" --> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | |
| | | @click="searchReset" |
| | | icon="reload" |
| | | >重置</a-button> |
| | | <a-button |
| | | <!-- <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('维修履历')" |
| | | >导出</a-button> |
| | | <a-button |
| | | >导出</a-button> --> |
| | | <!-- <a-button |
| | | hidden |
| | | type="primary" |
| | | icon="plus" |
| | | @click="handleDispatch()" |
| | | :disabled="selectionRows.length==0" |
| | | >派工</a-button> |
| | | >派工</a-button> --> |
| | | <a-button |
| | | type="primary" |
| | | icon="plus" |
| | |
| | | @click="handleAdd" |
| | | type="primary" |
| | | icon="plus" |
| | | :hidden="disabled" |
| | | >新增</a-button> |
| | | <a-button |
| | | <!-- :hidden="disabled" --> |
| | | <!-- <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('原因')" |
| | | >导出</a-button> |
| | | >导出</a-button> --> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-button style="margin-left: 8px"> |
| | | 批量操作 |