From 42534ac88160ae80cacbf221d600007cefc1ef70 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Fri, 17 May 2024 14:51:26 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98=EF=BC=8C=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4qq=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 56 +-- src/views/manage/company/companyList.vue | 23 +- src/views/manage/econtract/contentIndex.vue | 362 +++++++++--------- .../manage/serviceCharge/Table/IssueFail.vue | 275 ++++++------- .../serviceCharge/Table/PaymentTable.vue | 229 +++++------ .../manage/serviceCharge/Table/WaitIssue.vue | 263 +++++++------ .../Table/econtractmanaindex.vue | 251 ++++++------ .../tenant/mission/Dialog/CopyMission.vue | 2 - .../tenant/mission/Table/ExpiredMission.vue | 29 +- .../tenant/mission/Table/FinishedMission.vue | 54 +-- .../tenant/mission/Table/OngoingMission.vue | 37 +- .../tenant/mission/Table/WaitingMission.vue | 2 - src/views/tenant/works/Dialog/CopyMission.vue | 2 - .../tenant/works/Table/ExpiredMission.vue | 58 +-- .../tenant/works/Table/FinishedMission.vue | 60 +-- .../tenant/works/Table/OngoingMission.vue | 39 +- .../tenant/works/Table/WaitingMission.vue | 71 ++-- src/views/util/mission-view.vue | 2 - src/views/util/post-view.vue | 2 - src/views/util/work-view.vue | 2 - 20 files changed, 939 insertions(+), 880 deletions(-) diff --git a/public/index.html b/public/index.html index 0391ff2..d08c175 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - + @@ -51,7 +51,7 @@ padding: 1em 0; } - .avue-home__footer>a { + .avue-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; @@ -77,38 +77,38 @@ - -
-
-
- -
- 正在加载,请耐心等待... -
-
- @@ -386,14 +386,17 @@ export default { font-size: 18px; margin-left: 20px; } + .companyInfo-upload-image { height: 160px; width: 160px; } + .el-col, .el-form-item { margin-bottom: 0px; } + .map { width: 100%; height: 300px; @@ -403,24 +406,30 @@ export default { .slotForm { font-size: 12px; } -.calibrationForm .el-form{ + +.calibrationForm .el-form { padding-bottom: 0 !important; } -.calibrationForm .el-dialog--center .el-dialog__body{ + +.calibrationForm .el-dialog--center .el-dialog__body { padding: 0 10px !important; } -.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner{ + +.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner { padding: 0 !important; - height:30px !important; + height: 30px !important; line-height: 30px !important; } -.excelBox .el-dialog__body{ - padding: 0 10px!important; + +.excelBox .el-dialog__body { + padding: 0 10px !important; } -.excelBox .el-form-item__content{ - margin-left: 0 !important; + +.excelBox .el-form-item__content { + margin-left: 0 !important; } -.excelBox .el-dialog{ - width:360px !important; + +.excelBox .el-dialog { + width: 360px !important; } - \ No newline at end of file + diff --git a/src/views/manage/serviceCharge/Table/WaitIssue.vue b/src/views/manage/serviceCharge/Table/WaitIssue.vue index 2483767..6f0f3ee 100644 --- a/src/views/manage/serviceCharge/Table/WaitIssue.vue +++ b/src/views/manage/serviceCharge/Table/WaitIssue.vue @@ -17,22 +17,22 @@ @on-load="onLoad" @selection-change="selectionChange" > - - - - - - - - + + + + + + + +
下载申请表下载申请表 + 签发签发 +
@@ -53,65 +55,64 @@ - + title="上传" + :visible.sync="calibrationDialog" + width="300px" + :modal="false" + class="calibrationForm excelBox"> + - -

{{form.companyName}}

- -
- - +

{{ form.companyName }}

+ +
+ + -
- -
- -
-
-
- -
+ :on-success="handleAvatarSuccess" + :before-upload="beforeAvatarUpload" + :http-request="httpRequest" + > +
+ +
+ + + + + +
@@ -398,10 +399,12 @@ export default { height: 160px; width: 160px; } + .el-col, .el-form-item { margin-bottom: 0px; } + .map { width: 100%; height: 300px; @@ -411,25 +414,31 @@ export default { .slotForm { font-size: 12px; } -.calibrationForm .el-form{ + +.calibrationForm .el-form { padding-bottom: 0 !important; } -.calibrationForm .el-dialog--center .el-dialog__body{ + +.calibrationForm .el-dialog--center .el-dialog__body { padding: 0 10px !important; } -.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner{ + +.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner { padding: 0 !important; - height:30px !important; + height: 30px !important; line-height: 30px !important; } -.excelBox .el-dialog__body{ - padding: 0 10px!important; + +.excelBox .el-dialog__body { + padding: 0 10px !important; } -.excelBox .el-form-item__content{ - margin-left: 0 !important; - text-align: center; + +.excelBox .el-form-item__content { + margin-left: 0 !important; + text-align: center; } -.excelBox .el-dialog{ - width:360px !important; + +.excelBox .el-dialog { + width: 360px !important; } - \ No newline at end of file + diff --git a/src/views/manage/serviceCharge/Table/econtractmanaindex.vue b/src/views/manage/serviceCharge/Table/econtractmanaindex.vue index 2fb6626..f2476f6 100644 --- a/src/views/manage/serviceCharge/Table/econtractmanaindex.vue +++ b/src/views/manage/serviceCharge/Table/econtractmanaindex.vue @@ -17,22 +17,22 @@ @on-load="onLoad" @selection-change="selectionChange" > - - - - - - - - + + + + + + + + 查看查看 +
@@ -53,38 +54,45 @@ -
- -
- + title="" + :visible.sync="dialogVisible" + width="35%" + :modal=false + :before-close="handleClose"> +
+ +
+ 取 消 下载合同 -
+ @@ -407,10 +416,12 @@ export default { height: 160px; width: 160px; } + .el-col, .el-form-item { margin-bottom: 0px; } + .map { width: 100%; height: 300px; @@ -420,25 +431,31 @@ export default { .slotForm { font-size: 12px; } -.calibrationForm .el-form{ + +.calibrationForm .el-form { padding-bottom: 0 !important; } -.calibrationForm .el-dialog--center .el-dialog__body{ + +.calibrationForm .el-dialog--center .el-dialog__body { padding: 0 10px !important; } -.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner{ + +.calibrationForm .el-dialog--center .el-dialog__body .el-input__inner { padding: 0 !important; - height:30px !important; + height: 30px !important; line-height: 30px !important; } -.excelBox .el-dialog__body{ - padding: 0 10px!important; + +.excelBox .el-dialog__body { + padding: 0 10px !important; } -.excelBox .el-form-item__content{ - margin-left: 0 !important; - text-align: center; + +.excelBox .el-form-item__content { + margin-left: 0 !important; + text-align: center; } -.excelBox .el-dialog{ - width:360px !important; + +.excelBox .el-dialog { + width: 360px !important; } - \ No newline at end of file + diff --git a/src/views/tenant/mission/Dialog/CopyMission.vue b/src/views/tenant/mission/Dialog/CopyMission.vue index da19c52..b1b3148 100644 --- a/src/views/tenant/mission/Dialog/CopyMission.vue +++ b/src/views/tenant/mission/Dialog/CopyMission.vue @@ -130,7 +130,6 @@ import {add, detail, update, tradeListAdd, workListAdd, getMounthDays, getDictionary} from "@/api/tenant/mission"; import {getTrade, getWork, getWorkTypes} from "@/api/tenant/common"; import SkillSelect from "../Dialog/Skill"; -import SelectMap from "@/components/map/selectLocation"; import {isvalidatemobile} from "@/util/validate"; import {mapGetters} from "vuex"; import { @@ -195,7 +194,6 @@ export default { }, components: { SkillSelect, - SelectMap, }, created() { this.$store.dispatch("InitArea"); diff --git a/src/views/tenant/mission/Table/ExpiredMission.vue b/src/views/tenant/mission/Table/ExpiredMission.vue index 969058f..ec18414 100644 --- a/src/views/tenant/mission/Table/ExpiredMission.vue +++ b/src/views/tenant/mission/Table/ExpiredMission.vue @@ -1,8 +1,9 @@