diff --git a/src/pages/dateUpdate/index.vue b/src/pages/dateUpdate/index.vue index 4bab40b..8afbac9 100644 --- a/src/pages/dateUpdate/index.vue +++ b/src/pages/dateUpdate/index.vue @@ -1,229 +1,338 @@ - - ::v-deep .uni-data-checklist { - // 去掉 flex: 1 - flex: none; - } - \ No newline at end of file diff --git a/src/pages/repair/wsMaInfo/index.vue b/src/pages/repair/wsMaInfo/index.vue index 53f48c6..2b6474d 100644 --- a/src/pages/repair/wsMaInfo/index.vue +++ b/src/pages/repair/wsMaInfo/index.vue @@ -1,403 +1,424 @@ \ No newline at end of file + &:active { + background: #f7f8fa; + } + } + } + } +} + diff --git a/src/services/wsMaInfo/wsMaInfo.js b/src/services/wsMaInfo/wsMaInfo.js index 562ea56..40d4c17 100644 --- a/src/services/wsMaInfo/wsMaInfo.js +++ b/src/services/wsMaInfo/wsMaInfo.js @@ -64,11 +64,11 @@ export const getMaModeData = (parentId) => { } -export const updateCheckTime = (id) => { +export const updateCheckTime = (maCode) => { return http({ method: 'POST', url: '/material/wsMaInfo/updateCheckTime', - data: {id} + data: {maCode} }) } @@ -82,4 +82,4 @@ export const getSupplier = () => { url: '/material/wsMaInfo/getSupplier', data: {} }) -} \ No newline at end of file +}