From cac93fef29994184950e12b3ec0ee5c578cb9ccb Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 30 Oct 2025 19:05:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchaseManage/contractList/detail.vue | 6 +++++- .../goodsInquiry/checkPrice.vue | 2 +- .../purchaseManage/goodsInquiry/detail.vue | 2 +- .../purchaseInspection/detail.vue | 2 +- .../purchaseManage/purchaseOrder/index.vue | 4 ++-- .../stockManage/depotManage/index.vue | 12 +++++------ .../supplierManage/goodsSupplier/index.vue | 20 +++++++++++++++---- src/views/ims/person_setting/index.vue | 2 +- 8 files changed, 32 insertions(+), 18 deletions(-) diff --git a/src/views/foodManage/purchaseManage/contractList/detail.vue b/src/views/foodManage/purchaseManage/contractList/detail.vue index f838f610..f4a6afc6 100644 --- a/src/views/foodManage/purchaseManage/contractList/detail.vue +++ b/src/views/foodManage/purchaseManage/contractList/detail.vue @@ -67,7 +67,11 @@ {{ baseInfo.remark }} - + + + + {{ baseInfo.contractPersonName }} + diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue index 82843ac5..4923c386 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue @@ -28,7 +28,7 @@ - {{ baseInfo.linkMan }} + {{ baseInfo.linkManName }} diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue b/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue index 89005824..f3d5a470 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue @@ -28,7 +28,7 @@ - {{ baseInfo.linkMan }} + {{ baseInfo.linkManName }} diff --git a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue index 4f588901..207ba811 100644 --- a/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue +++ b/src/views/foodManage/purchaseManage/purchaseInspection/detail.vue @@ -36,7 +36,7 @@ - {{ baseInfo.inspector }} + {{ baseInfo.inspectorName }} diff --git a/src/views/foodManage/purchaseManage/purchaseOrder/index.vue b/src/views/foodManage/purchaseManage/purchaseOrder/index.vue index 668cec9f..40879cab 100644 --- a/src/views/foodManage/purchaseManage/purchaseOrder/index.vue +++ b/src/views/foodManage/purchaseManage/purchaseOrder/index.vue @@ -479,9 +479,9 @@ export default { }, defaultDateRange() { const end = new Date(new Date().toLocaleDateString()); - end.setTime(end.getTime() + 24 * 60 * 60 * 1000 -1); + end.setTime(end.getTime() + 16 * 24 * 60 * 60 * 1000 -1); const start = new Date((new Date().toLocaleDateString())); - start.setTime(start.getTime() - 30 * 24 * 60 * 60 * 1000); + start.setTime(start.getTime() - 15 * 24 * 60 * 60 * 1000); this.start = parseInt(start.getTime() / 1000) this.end = parseInt(end.getTime() / 1000) return [start, end] diff --git a/src/views/foodManage/stockManage/depotManage/index.vue b/src/views/foodManage/stockManage/depotManage/index.vue index a1b5e1c3..cb0a5412 100644 --- a/src/views/foodManage/stockManage/depotManage/index.vue +++ b/src/views/foodManage/stockManage/depotManage/index.vue @@ -14,9 +14,9 @@ - + - +