diff --git a/src/pages/WorkOrderEdit/compoents/GatePassInfo.vue b/src/pages/WorkOrderEdit/compoents/GatePassInfo.vue index 9e8d6c3..aa4bad1 100644 --- a/src/pages/WorkOrderEdit/compoents/GatePassInfo.vue +++ b/src/pages/WorkOrderEdit/compoents/GatePassInfo.vue @@ -269,6 +269,7 @@ const HandleDeleteCar = (carId) => { .UpFileListBox { margin-top: 20rpx; height: auto; + .UpFileItem { border: 1rpx solid #e4e7ed; padding: 20rpx; @@ -276,11 +277,13 @@ const HandleDeleteCar = (carId) => { display: flex; flex-direction: column; gap: 20rpx; + .UpFileName { font-size: 30rpx; font-weight: bold; color: #333; } + .UpFileSize { font-size: 24rpx; color: #666; diff --git a/src/pages/WorkOrderEdit/compoents/WorkNote.vue b/src/pages/WorkOrderEdit/compoents/WorkNote.vue new file mode 100644 index 0000000..54a7906 --- /dev/null +++ b/src/pages/WorkOrderEdit/compoents/WorkNote.vue @@ -0,0 +1,411 @@ + +· + + + \ No newline at end of file diff --git a/src/pages/WorkOrderEdit/index.vue b/src/pages/WorkOrderEdit/index.vue index 211059c..1842d26 100644 --- a/src/pages/WorkOrderEdit/index.vue +++ b/src/pages/WorkOrderEdit/index.vue @@ -16,7 +16,8 @@ - + + @@ -28,6 +29,8 @@ import { ref } from 'vue' import BasicsInfo from './compoents/BasicsInfo.vue' import GatePassInfo from './compoents/GatePassInfo.vue' +import WorkNote from './compoents/WorkNote.vue' + const currentStep = ref(1)// 当前步骤 const basicsInfoRef = ref(null); // 基础信息组件引用 const gatePassInfoRef = ref(null); // 出入证申请组件引用