| | |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="使用部门"> |
| | | <a-tree-select |
| | | <!-- <a-tree-select |
| | | style="width: 100%" |
| | | :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" |
| | | :tree-data="treeData" |
| | | placeholder="请选择使用部门" |
| | | tree-default-expand-all |
| | | v-model="queryParam.useId" |
| | | /> --> |
| | | <j-dict-select-tag |
| | | dictCode="sys_depart,depart_name,id" |
| | | placeholder="请选择使用部门" |
| | | v-model="queryParam.useId" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | |
| | | :sm="24" |
| | | > |
| | | <a-form-item label="申请单编号"> |
| | | <a-input |
| | | <j-input |
| | | placeholder="请输入申请单编号" |
| | | v-model="queryParam.num" |
| | | ></a-input> |
| | | ></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | |
| | | // width: 250, |
| | | }, |
| | | { |
| | | title: '单位', |
| | | dataIndex: 'repairOrderAmUda1', |
| | | scopedSlots: { customRender: 'repairOrderAmUda1' }, |
| | | align: "center", |
| | | className: 'red', |
| | | }, |
| | | { |
| | | title: '使用数量', |
| | | dataIndex: 'actualQuantity', |
| | | align: "center", |
| | |
| | | className: 'red', |
| | | }, |
| | | { |
| | | title: '单位', |
| | | dataIndex: 'repairOrderAmUda1', |
| | | scopedSlots: { customRender: 'repairOrderAmUda1' }, |
| | | align: "center", |
| | | className: 'red', |
| | | }, |
| | | |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | align: 'center', |