diff --git a/src/views/beatStatistics/index.vue b/src/views/beatStatistics/index.vue new file mode 100644 index 0000000..94f9b42 --- /dev/null +++ b/src/views/beatStatistics/index.vue @@ -0,0 +1,429 @@ + + + + + \ No newline at end of file diff --git a/src/views/productManagement/ProgressTrack/index.vue b/src/views/productManagement/ProgressTrack/index.vue index 1107c0e..f4f0f32 100644 --- a/src/views/productManagement/ProgressTrack/index.vue +++ b/src/views/productManagement/ProgressTrack/index.vue @@ -1,20 +1,20 @@ - - + --> + - + @@ -94,7 +90,8 @@ - + @@ -146,7 +143,7 @@ const { proxy } = getCurrentInstance() const loading = ref(false) const showSearch = ref(true) const open = ref(false) -const open1=ref(false) +const open1 = ref(false) const title = ref('') const title1 = ref('') // 使用原生 JavaScript 替代 dayjs @@ -231,10 +228,10 @@ function submitForm() { open.value = false getList() }) - } + } } -function submitForm2(){ - console.log(form1.value,'完工参数'); +function submitForm2() { + console.log(form1.value, '完工参数'); EndWorkorder(form1.value).then((res) => { proxy.$modal.msgSuccess('完成成功') form.value.workorder = null @@ -291,7 +288,7 @@ const state = reactive({ dictWorkTypeOptions: [], // 工单状态 选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [], - defectReason:[] + defectReason: [] }, processList: [], stationList: [], @@ -302,7 +299,7 @@ const state = reactive({ }, }) -const { options, form,form1 } = toRefs(state) +const { options, form, form1 } = toRefs(state) async function initDict() { const dictSelectList = ['pro_workorder_type', 'base_work_type']