diff --git a/klp-ui/src/api/wms/coil.js b/klp-ui/src/api/wms/coil.js index 2decfe64..1c64a98e 100644 --- a/klp-ui/src/api/wms/coil.js +++ b/klp-ui/src/api/wms/coil.js @@ -389,4 +389,12 @@ export function listTypeErrorCoil() { method: 'get', timeout: 600000 }) +} + +export function getCoilStatisticsList(params) { + return request({ + url: '/wms/materialCoil/statisticsList', + method: 'get', + params, + }) } \ No newline at end of file diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue index 65e765ae..85f940ca 100644 --- a/klp-ui/src/components/CoilSelector/index.vue +++ b/klp-ui/src/components/CoilSelector/index.vue @@ -27,7 +27,7 @@ --> - + @@ -74,8 +74,8 @@ - + 搜索 重置 显示钢卷地图 - 显示订单详情 + 显示订单详情 @@ -122,8 +123,15 @@ - +
+ + 总净重:{{ coilTrimStatistics.total_net_weight || 0 }}t + + + +
+
@@ -181,7 +189,7 @@