|
@@ -436,7 +436,7 @@
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
<!-- 接单对话框 -->
|
|
<!-- 接单对话框 -->
|
|
|
<el-dialog :title="`接单 - ${acceptForm.workOrderProjectNo}`" v-model="acceptDialogVisible" width="800px" append-to-body>
|
|
<el-dialog :title="`接单 - ${acceptForm.workOrderProjectNo}`" v-model="acceptDialogVisible" width="800px" append-to-body>
|
|
|
- <div style="max-height: 500px; overflow-y: auto; padding-right: 10px;">
|
|
|
|
|
|
|
+<!-- <div style="max-height: 500px; overflow-y: auto; padding-right: 10px;">-->
|
|
|
<el-form ref="acceptRef" :model="acceptForm" :rules="acceptRules" label-width="120px" label-position="top">
|
|
<el-form ref="acceptRef" :model="acceptForm" :rules="acceptRules" label-width="120px" label-position="top">
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -532,7 +532,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
- </div>
|
|
|
|
|
|
|
+<!-- </div>-->
|
|
|
<template #footer>
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|
|
<div class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitAccept">确认接单</el-button>
|
|
<el-button type="primary" @click="submitAccept">确认接单</el-button>
|