From 57bb23c9262eaf61ec49644ed67aa5bbec16e8a9 Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Mon, 23 Dec 2024 10:54:39 +0800
Subject: [PATCH 1/3] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D12/23?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/demand-details/index.vue | 4 +-
src/views/equip/detail.vue | 27 ++++++++--
src/views/user/goodsManagement/index.vue | 8 +--
.../user/lessor/quality-manage/index.vue | 53 +++++++++++++------
.../components/cost-settlement-model.vue | 6 +--
5 files changed, 70 insertions(+), 28 deletions(-)
diff --git a/src/views/demand-details/index.vue b/src/views/demand-details/index.vue
index e5588d7..61e3217 100644
--- a/src/views/demand-details/index.vue
+++ b/src/views/demand-details/index.vue
@@ -167,7 +167,7 @@
{{ item.description }}
-
参考图片/样式:
+
diff --git a/src/views/equip/detail.vue b/src/views/equip/detail.vue
index a0428e2..5fbcc70 100644
--- a/src/views/equip/detail.vue
+++ b/src/views/equip/detail.vue
@@ -213,14 +213,13 @@
-
+
-
+ -->
@@ -250,6 +249,18 @@
+
+
+ 查看
+ 无检测证明
+
+
@@ -980,6 +991,16 @@ const submit = async (Ref) => {
})
}
+const dialogVisibles = ref(false)
+const imgIndex = ref(0)
+const dialogImageUrls = ref([])
+//查看检测证明
+const picturesPreview = (row:any) => {
+ dialogImageUrls.value = []
+
+ // window.open(url)
+}
+
// const init = async () => {
// await gethotList()
// await getData()
diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue
index 123b892..10b6ff5 100644
--- a/src/views/user/goodsManagement/index.vue
+++ b/src/views/user/goodsManagement/index.vue
@@ -1781,7 +1781,10 @@ const changeDate = (row:any,index:number) => {
-
+
+
+ 添加
+
@@ -105,8 +105,17 @@
-
+
+
+ 新建
+
+
-
+
+
-
+
下载
From 976c933788c0841497d147dc4758a506b19aec1e Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Mon, 23 Dec 2024 11:07:01 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=B4=A8=E6=A3=80bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/user/goodsManagement/index.vue | 2 ++
src/views/user/lessor/quality-manage/index.vue | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue
index 10b6ff5..72933ed 100644
--- a/src/views/user/goodsManagement/index.vue
+++ b/src/views/user/goodsManagement/index.vue
@@ -343,6 +343,7 @@ const getDetailData = async (row: any) => {
equipTableList.value = []
}
}
+ console.log('tt23123', equipTableList.value)
// addAndEditForm.deviceTypeList[0].data.propertyNames.forEach((item:any) =>{
// options.value.push({'label':item,'value':item})
// })
@@ -1206,6 +1207,7 @@ const viewCertificate = (url:string) => {
window.open(url, '_blank');
};
const changeDate = (row:any,index:number) => {
+ console.log('3333',row)
const currentDate = new Date(row.checkDate);
console.log('1111',currentDate)
console.log('2222',warningDays.value)
diff --git a/src/views/user/lessor/quality-manage/index.vue b/src/views/user/lessor/quality-manage/index.vue
index c109524..ea28947 100644
--- a/src/views/user/lessor/quality-manage/index.vue
+++ b/src/views/user/lessor/quality-manage/index.vue
@@ -615,7 +615,7 @@ const onSubmit = () => {
// 质检记录
const onViewQualityRecord = (row: any) => {
qualityDetails.value = row
- searchParamsInDialog.id = row.id
+ searchParamsInDialog.maId = row.maId
getLeaseListDataInDialog()
dialogTitle.value = '质检记录'
addOrEditDialogVisible.value = true
From 110de9301ff90791cc8bbe617df216afa10bb60e Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Mon, 23 Dec 2024 13:36:03 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=EF=BC=88=E6=9C=AA=E5=AE=8C=E6=88=90=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/equip/detail.vue | 127 +++++++++++++++++++++++++++++++++++++
1 file changed, 127 insertions(+)
diff --git a/src/views/equip/detail.vue b/src/views/equip/detail.vue
index 5fbcc70..8854d7a 100644
--- a/src/views/equip/detail.vue
+++ b/src/views/equip/detail.vue
@@ -138,6 +138,7 @@
type="primary"
class="primary-lease"
icon="ChatDotRound"
+ @click="onChat"
>在线聊
@@ -446,6 +447,47 @@
+
+
+
+
+