| | |
| | | <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> --> |
| | | |
| | | |
| | | |
| | |
| | | import { |
| | | historyFlowList, |
| | | leaveDetail |
| | | } from "@/api/work/process"; |
| | | } from "@/ssoapi/work/process"; |
| | | |
| | | import { |
| | | getList, |
| | |
| | | update, |
| | | add, |
| | | getPropertyCapitalApply |
| | | } from "@/api/property/propertyCapitalApply"; |
| | | } from "@/ssoapi/property/propertyCapitalApply"; |
| | | import { |
| | | completeTask |
| | | } from "@/api/work/work"; |
| | | } from "@/ssoapi/work/work"; |
| | | |
| | | export default { |
| | | data() { |
| | |
| | | searchSpan: 5, |
| | | search: true, |
| | | type: 'tree', |
| | | dicUrl: `/api/blade-district/district/getDistrictTree`, |
| | | dicUrl: `/ssoapi/blade-district/district/getDistrictTree`, |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | prop: "allocationWay", |
| | | labelWidth: 140, |
| | | value: '按建筑面积分摊', |
| | | span: 14, |
| | | span: 12, |
| | | row: true, |
| | | }, |
| | | { |
| | |
| | | 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: "请上传施工方案", |