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 {