diff --git a/klp-ui/src/api/wms/deliveryWaybillDetail.js b/klp-ui/src/api/wms/deliveryWaybillDetail.js index 6a93e876..68a703e4 100644 --- a/klp-ui/src/api/wms/deliveryWaybillDetail.js +++ b/klp-ui/src/api/wms/deliveryWaybillDetail.js @@ -59,4 +59,15 @@ export function listBoundCoil(query) { method: 'get', params: query }) +} + +// 按销售员查询订单明细的卷 +export function listDeliveryWaybillDetailBySaleman(principal) { + return request({ + url: '/wms/deliveryWaybillDetail/coilListByPrincipal', + method: 'get', + params: { + principal: principal + } + }) } \ No newline at end of file diff --git a/klp-ui/src/views/crm/components/CoilTable.vue b/klp-ui/src/views/crm/components/CoilTable.vue index 0e2424b4..fb828c4d 100644 --- a/klp-ui/src/views/crm/components/CoilTable.vue +++ b/klp-ui/src/views/crm/components/CoilTable.vue @@ -5,7 +5,7 @@ 总卷数:{{ totalCoils }} 总净重:{{ totalNetWeight }} kg - +