diff --git a/src/api/WorkshopProcurement/OutsourcingMaterialsSearch.js b/src/api/WorkshopProcurement/OutsourcingMaterialsSearch.js index df774f6c..b2e2c8e5 100644 --- a/src/api/WorkshopProcurement/OutsourcingMaterialsSearch.js +++ b/src/api/WorkshopProcurement/OutsourcingMaterialsSearch.js @@ -46,3 +46,15 @@ export function searchTablesheet(check, supplierNameValue, check1, partNumber, c } }) } +export function HandleNumber() { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '2', + name: '备料管理_外购备料_处理已完成未修改数据' + } + }) +} diff --git a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue index b9a56458..7d730be9 100644 --- a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue +++ b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue @@ -37,66 +37,47 @@ - - - - - - - - + - - + + - - + + - - + + - - + + - - + + - - + + - + @@ -106,17 +87,15 @@ {{ scope.row.下单日期 ? scope.row.下单日期.split(' ')[0] : '' }} - - + + - - + +
@@ -134,7 +113,7 @@