工艺参数/设备分类 导出功能屏蔽、精度参数-查询修改 导出屏蔽
| | |
| | | <a-row :gutter="24"> |
| | | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="精度参数模版编码"> |
| | | <j-input placeholder="请输入精度参数模版编码" v-model="queryParam.num"></j-input> |
| | | <a-form-item label="统一编码"> |
| | | <j-input placeholder="请输入统一编码" v-model="queryParam.num"></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <template> |
| | |
| | | type="primary" |
| | | icon="plus" |
| | | >新增</a-button> --> |
| | | <a-button |
| | | v-has="'equipmentCategory:import&outport'" |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('设备分类报表')" |
| | | >导出</a-button> |
| | | <!-- <a-button--> |
| | | <!-- v-has="'equipmentCategory:import&outport'"--> |
| | | <!-- type="primary"--> |
| | | <!-- icon="download"--> |
| | | <!-- @click="handleExportXls('设备分类报表')"--> |
| | | <!-- >导出</a-button>--> |
| | | <a-dropdown |
| | | v-if="selectedRowKeys.length > 0" |
| | | v-has="'equipmentCategory:add&Edit&delete'" |
| | |
| | | return record.parentName+text; |
| | | } |
| | | }, |
| | | |
| | | |
| | | { |
| | | title: '上级设备分类名称', |
| | | align: "center", |
| | |
| | | icon="plus" |
| | | :hidden="disabled" |
| | | >新增</a-button> |
| | | <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('原因')" |
| | | >导出</a-button> |
| | | <!-- <a-button--> |
| | | <!-- type="primary"--> |
| | | <!-- icon="download"--> |
| | | <!-- @click="handleExportXls('原因')"--> |
| | | <!-- >导出</a-button>--> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-button style="margin-left: 8px"> |
| | | 批量操作 |
| | |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="检验项目名称"> |
| | | <a-input |
| | | <j-input |
| | | placeholder="请输入检验项目名称" |
| | | v-model="queryParam.name" |
| | | /> |
| | |
| | | icon="plus" |
| | | :hidden="disabled" |
| | | >新增</a-button> |
| | | <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('原因')" |
| | | >导出</a-button> |
| | | <!-- <a-button--> |
| | | <!-- type="primary"--> |
| | | <!-- icon="download"--> |
| | | <!-- @click="handleExportXls('原因')"--> |
| | | <!-- >导出</a-button>--> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-button style="margin-left: 8px"> |
| | | 批量操作 |
| | |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="工艺参数代码"> |
| | | <a-input |
| | | <j-input |
| | | placeholder="请输入工艺参数代码" |
| | | v-model="queryParam.num" |
| | | /> |
| | |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="工艺参数名称"> |
| | | <a-input |
| | | <j-input |
| | | placeholder="请输入工艺参数名称" |
| | | v-model="queryParam.name" |
| | | /> |