| | |
| | | <template> |
| | | <a-card :bordered="false"> |
| | | <a-card :bordered="false" title="生产订单"> |
| | | <!-- 查询区域 --> |
| | | <div class="table-page-search-wrapper"> |
| | | <a-form layout="inline" @keyup.enter.native="searchQuery"> |
| | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="订单状态"> |
| | | <j-dict-select-tag dictCode="order_status" placeholder="请输入订单状态" |
| | | v-model="queryParam.order_status"></j-dict-select-tag> |
| | | v-model="queryParam.orderStatus"></j-dict-select-tag> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | |
| | | ] |
| | | }, |
| | | url: { |
| | | list: '/mesproductionwork/mesProductionOrder/list', |
| | | delete: '/mesproductionwork/mesProductionOrder/delete', |
| | | deleteBatch: '/mesproductionwork/mesProductionOrder/deleteBatch', |
| | | exportXlsUrl: '/mesproductionwork/mesProductionOrder/exportXls', |
| | | importExcelUrl: 'mesproductionwork/mesProductionOrder/importExcel', |
| | | queryWorkReportingByOrderId:'/mesworkreporting/mesWorkReporting/queryWorkReportingByOrderId', |
| | | queryOrderPrintByOrderId:'/mestransferorderprint/mesTransferOrderPrint/queryOrderPrintByOrderId' |
| | | list: '/mes/productionOrder/list', |
| | | delete: '/mes/productionOrder/delete', |
| | | deleteBatch: '/mes/productionOrder/deleteBatch', |
| | | exportXlsUrl: '/mes/productionOrder/exportXls', |
| | | importExcelUrl: 'mes/productionOrder/importExcel', |
| | | queryWorkReportingByOrderId:'/mes/mesWorkReporting/queryWorkReportingByOrderId', |
| | | queryOrderPrintByOrderId:'/mes/mesTransferOrderPrint/queryOrderPrintByOrderId' |
| | | }, |
| | | dictOptions: {}, |
| | | superFieldList: [] |