diff --git a/src/views/modules/other-inout/otherInboundDetail.vue b/src/views/modules/other-inout/otherInboundDetail.vue index 7302d1e..856ecb6 100644 --- a/src/views/modules/other-inout/otherInboundDetail.vue +++ b/src/views/modules/other-inout/otherInboundDetail.vue @@ -286,7 +286,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
diff --git a/src/views/modules/other-inout/otherOutboundDetail.vue b/src/views/modules/other-inout/otherOutboundDetail.vue index 9293e7d..6e6fa5b 100644 --- a/src/views/modules/other-inout/otherOutboundDetail.vue +++ b/src/views/modules/other-inout/otherOutboundDetail.vue @@ -187,7 +187,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue index e910739..8876dad 100644 --- a/src/views/modules/production-pick/productionPickingDetail.vue +++ b/src/views/modules/production-pick/productionPickingDetail.vue @@ -191,7 +191,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
@@ -412,19 +412,19 @@ export default { // 显示物料名称提示框 showPartNameTip(partName, event) { if (!partName || partName === '-') return; - + // 获取点击元素位置(使用屏幕坐标) const rect = event.target.getBoundingClientRect(); - + // 计算提示框位置(fixed定位,显示在点击位置上方) this.tooltipStyle = { top: (rect.top - 5) + 'px', left: rect.left + 'px' }; - + this.currentPartName = partName; this.showPartNameTooltip = true; - + // 添加点击其他位置关闭的监听 setTimeout(() => { document.addEventListener('click', this.hidePartNameTip); diff --git a/src/views/modules/production/productionInboundStorage.vue b/src/views/modules/production/productionInboundStorage.vue index f9d3843..8a48f3a 100644 --- a/src/views/modules/production/productionInboundStorage.vue +++ b/src/views/modules/production/productionInboundStorage.vue @@ -237,7 +237,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
diff --git a/src/views/modules/purchase-inbound/inboundStorage.vue b/src/views/modules/purchase-inbound/inboundStorage.vue index afd27cd..763eb92 100644 --- a/src/views/modules/purchase-inbound/inboundStorage.vue +++ b/src/views/modules/purchase-inbound/inboundStorage.vue @@ -234,7 +234,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
@@ -492,19 +492,19 @@ export default { // 显示物料名称提示框 showPartNameTip(partName, event) { if (!partName || partName === '-') return; - + // 获取点击元素位置(使用屏幕坐标) const rect = event.target.getBoundingClientRect(); - + // 计算提示框位置(fixed定位,显示在点击位置上方) this.tooltipStyle = { top: (rect.top - 5) + 'px', left: rect.left + 'px' }; - + this.currentPartName = partName; this.showPartNameTooltip = true; - + // 添加点击其他位置关闭的监听 setTimeout(() => { document.addEventListener('click', this.hidePartNameTip); diff --git a/src/views/modules/purchase-return/purchaseReturnDetail.vue b/src/views/modules/purchase-return/purchaseReturnDetail.vue index 0424315..6e114f2 100644 --- a/src/views/modules/purchase-return/purchaseReturnDetail.vue +++ b/src/views/modules/purchase-return/purchaseReturnDetail.vue @@ -186,7 +186,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
@@ -411,16 +411,16 @@ export default { // 显示物料名称提示框 showPartNameTip(partName, event) { if (!partName || partName === '-') return; - + const rect = event.target.getBoundingClientRect(); this.tooltipStyle = { top: (rect.top - 5) + 'px', left: rect.left + 'px' }; - + this.currentPartName = partName; this.showPartNameTooltip = true; - + setTimeout(() => { document.addEventListener('click', this.hidePartNameTip); }, 0); diff --git a/src/views/modules/sales-return/salesReturnStorage.vue b/src/views/modules/sales-return/salesReturnStorage.vue index fe18704..4c47b2a 100644 --- a/src/views/modules/sales-return/salesReturnStorage.vue +++ b/src/views/modules/sales-return/salesReturnStorage.vue @@ -226,7 +226,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数
diff --git a/src/views/modules/sales/salesOutboundDetail.vue b/src/views/modules/sales/salesOutboundDetail.vue index 9641b2d..7aeb185 100644 --- a/src/views/modules/sales/salesOutboundDetail.vue +++ b/src/views/modules/sales/salesOutboundDetail.vue @@ -207,7 +207,7 @@
数量
库位
合约号码
-
入库日期
+
入库天数