zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/work/process/maintenanceFundApply/edit.vue
@@ -1,11 +1,11 @@
<template>
  <basic-container>
    <el-form ref="form" :model="form" :rules="rules" label-width="80px">
      <el-row type="flex" class="row-bg" justify="end">
      <!--  <el-row type="flex" class="row-bg" justify="end">
        <el-form-item>
          <!-- <el-button @click="handleCancel">关闭</el-button> -->
          <el-button @click="handleCancel">关闭</el-button>
        </el-form-item>
      </el-row>
      </el-row> -->
@@ -67,7 +67,7 @@
  import {
    historyFlowList,
    leaveDetail
  } from "@/api/work/process";
  } from "@/ssoapi/work/process";
  import {
    getList,
@@ -75,10 +75,10 @@
    update,
    add,
    getPropertyCapitalApply
  } from "@/api/property/propertyCapitalApply";
  } from "@/ssoapi/property/propertyCapitalApply";
  import {
    completeTask
  } from "@/api/work/work";
  } from "@/ssoapi/work/work";
  export default {
    data() {
@@ -119,7 +119,7 @@
              searchSpan: 5,
              search: true,
              type: 'tree',
              dicUrl: `/api/blade-district/district/getDistrictTree`,
              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
              props: {
                label: "name",
                value: "id"
@@ -182,7 +182,7 @@
              prop: "allocationWay",
              labelWidth: 140,
              value: '按建筑面积分摊',
              span: 14,
              span: 12,
              row: true,
            },
            {
@@ -293,7 +293,7 @@
                name: "originalName",
                url: "link"
              },
              action: '/api/blade-resource/oss/endpoint/put-file-attach',
              action: '/ssoapi/blade-resource/oss/endpoint/put-file-attach',
              rules: [{
                required: true,
                message: "请上传施工方案",