From 9aa6fe72192ec6b5160a127070002fde1765115b Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期二, 09 九月 2025 17:55:30 +0800 Subject: [PATCH] feat(cms): 选择刀具库存替代刀具信息 --- src/views/mes/MesProductionOrderListView.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/mes/MesProductionOrderListView.vue b/src/views/mes/MesProductionOrderListView.vue index eb8d92a..bf76414 100644 --- a/src/views/mes/MesProductionOrderListView.vue +++ b/src/views/mes/MesProductionOrderListView.vue @@ -475,13 +475,13 @@ ] }, 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: [] -- Gitblit v1.9.3