From add1cf0fd900cd58d78cd22b3f76961e37b59247 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Tue, 7 Jan 2025 18:27:04 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=8D=95=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../back/component/dialogFormByCq.vue | 4 +-
.../lease/apply/component/homeApply.vue | 4 +-
src/views/material/lease/outBound/index.vue | 4 +-
.../repair/repairManage/component/home.vue | 2 +-
.../testedInBound/component/editApply.vue | 41 ++++++++++++++++++-
5 files changed, 47 insertions(+), 8 deletions(-)
diff --git a/src/views/material/back/component/dialogFormByCq.vue b/src/views/material/back/component/dialogFormByCq.vue
index a7bc7eeb..c88775ef 100644
--- a/src/views/material/back/component/dialogFormByCq.vue
+++ b/src/views/material/back/component/dialogFormByCq.vue
@@ -86,7 +86,7 @@
@@ -131,7 +131,7 @@
diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue
index 4268fe08..49615844 100644
--- a/src/views/material/lease/apply/component/homeApply.vue
+++ b/src/views/material/lease/apply/component/homeApply.vue
@@ -410,7 +410,7 @@
"
>
时间:
- {{ leaseApplyData.createTime }}
+ {{ leaseApplyData.createTime.split(" ")[0] }}
仓库:
- 制单人:
+ 制单:
diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue
index 342c875d..23ada6be 100644
--- a/src/views/material/lease/outBound/index.vue
+++ b/src/views/material/lease/outBound/index.vue
@@ -626,7 +626,7 @@
"
>
时间:
- {{ leaseApplyData.createTime }}
+ {{ leaseApplyData.createTime.split(" ")[0] }}
仓库:
- 制单人:
+ 制单:
diff --git a/src/views/material/repair/repairManage/component/home.vue b/src/views/material/repair/repairManage/component/home.vue
index a1b5583f..8bbebc8a 100644
--- a/src/views/material/repair/repairManage/component/home.vue
+++ b/src/views/material/repair/repairManage/component/home.vue
@@ -177,7 +177,7 @@
font-size: 14px;
"
>
- 制单人:
+ 制单:
{{ repairTicketlLevelOne.repairer }}
diff --git a/src/views/material/repair/testedInBound/component/editApply.vue b/src/views/material/repair/testedInBound/component/editApply.vue
index 6a263fc9..8a13c4f6 100644
--- a/src/views/material/repair/testedInBound/component/editApply.vue
+++ b/src/views/material/repair/testedInBound/component/editApply.vue
@@ -1,6 +1,45 @@
-
+
+
+
+
+
+
+
+
+