| | |
| | | <a-input placeholder="请输入工具编码,支持模糊查询" v-model="queryParam.toolCode"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="标记"> |
| | | <a-input placeholder="请输入标记,支持模糊查询" v-model="queryParam.groupCompanySign"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="工具简称"> |
| | | <a-input placeholder="请输入工具简称" v-model="queryParam.shortCalled"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | | </a-row> |
| | |
| | | dataIndex: 'toolId' |
| | | }, |
| | | { |
| | | title:'可用库存数量', |
| | | title:'型号/图号', |
| | | align:"center", |
| | | dataIndex: 'quantity' |
| | | dataIndex: 'toolModel' |
| | | }, |
| | | { |
| | | title:'所在仓库', |
| | | title:'工具简称', |
| | | align:"center", |
| | | dataIndex: 'warehouseName' |
| | | dataIndex: 'shortCalled' |
| | | }, |
| | | { |
| | | title:'标记', |
| | | align:"center", |
| | | dataIndex: 'groupCompanySign' |
| | | }, |
| | | |
| | | // { |
| | | // title:'可用库存数量', |
| | | // align:"center", |
| | | // dataIndex: 'quantity' |
| | | // }, |
| | | // { |
| | | // title:'所在仓库', |
| | | // align:"center", |
| | | // dataIndex: 'warehouseName' |
| | | // }, |
| | | { |
| | | title:'所在库位号', |
| | | align:"center", |
| | |
| | | loading: false, |
| | | prepareKnifeDetailList:[], |
| | | url: { |
| | | list: '/tms/outboundOrder/selectBorrowOutboundToolPageList' |
| | | list: '/tms/outboundOrder/selectBorrowToolPageList' |
| | | }, |
| | | } |
| | | }, |