From c17c2ccfa1043fbf53c663ebe4e89323bf44e15b Mon Sep 17 00:00:00 2001
From: weitingdong <2480899115@qq.com>
Date: Fri, 19 Jul 2024 10:40:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/smart/workpermit.js | 2 +-
src/views/leger/equipmentledgerDetail.vue | 5 ++++-
src/views/release/productioninformation.vue | 2 +-
src/views/smart/operationticketDetail.vue | 2 +-
src/views/smart/workpermitDetail.vue | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/api/smart/workpermit.js b/src/api/smart/workpermit.js
index 50c8f90..3a69a6f 100644
--- a/src/api/smart/workpermit.js
+++ b/src/api/smart/workpermit.js
@@ -42,7 +42,7 @@ export const add = (row) => {
export const update = (row) => {
return request({
- url: '/api/smart/workpermit/submit',
+ url: '/api/smart/workpermit/update',
method: 'post',
data: row
})
diff --git a/src/views/leger/equipmentledgerDetail.vue b/src/views/leger/equipmentledgerDetail.vue
index 983d9b7..76a968b 100644
--- a/src/views/leger/equipmentledgerDetail.vue
+++ b/src/views/leger/equipmentledgerDetail.vue
@@ -380,7 +380,6 @@
format: 'yyyy/MM/dd',
valueFormat: "yyyyMMdd",
span: 6,
- maxlength: 20,
},
{
label: "供应商",
@@ -1079,4 +1078,8 @@
justify-content: flex-end; /* 将子元素推到容器的末端 */
}
+ .head-style{
+ background-color: #3366cc !important;
+ color: #FFFFFF !important;
+ }
diff --git a/src/views/release/productioninformation.vue b/src/views/release/productioninformation.vue
index 6890535..9a3fe2d 100644
--- a/src/views/release/productioninformation.vue
+++ b/src/views/release/productioninformation.vue
@@ -508,7 +508,7 @@
diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue
index 145f35b..807e4d1 100644
--- a/src/views/smart/operationticketDetail.vue
+++ b/src/views/smart/operationticketDetail.vue
@@ -922,7 +922,7 @@ export default {