|  |  |  | 
|---|
|  |  |  | <el-form-item label="计费周期" required> | 
|---|
|  |  |  | <el-input v-model="form.date" disabled placeholder="请输入" v-trim /> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | <el-form-item label="应收金额" prop="receivableFee"> | 
|---|
|  |  |  | <el-input v-model="form.receivableFee" placeholder="请输入" v-trim /> | 
|---|
|  |  |  | <el-form-item label="应收金额" required> | 
|---|
|  |  |  | <el-input v-model="form.receivableFee" disabled placeholder="请输入" v-trim /> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | <el-form-item label="实收金额" prop="actReceivableFee"> | 
|---|
|  |  |  | <el-input v-model="form.actReceivableFee" placeholder="请输入" v-trim /> | 
|---|
|  |  |  | 
|---|
|  |  |  | contractId: '', | 
|---|
|  |  |  | startDate: '', | 
|---|
|  |  |  | endDate: '', | 
|---|
|  |  |  | receivableFee: '', | 
|---|
|  |  |  | date: '', | 
|---|
|  |  |  | companyId: '', | 
|---|
|  |  |  | actReceivableFee: '', | 
|---|
|  |  |  | 
|---|
|  |  |  | this.visible = false | 
|---|
|  |  |  | this.$tip.apiSuccess('创建成功') | 
|---|
|  |  |  | this.$emit('success') | 
|---|
|  |  |  | this.$emit('refresh') | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | .finally(() => { | 
|---|
|  |  |  | this.isWorking = false | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | const item = file.data[0] | 
|---|
|  |  |  | console.log(item) | 
|---|
|  |  |  | this.form.multifileList.push({ ...item, fileurl: item.imgaddr, name: item.originname, userName: this.userInfo.realname, createTime: this.getDay() }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | close() { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.title = title | 
|---|
|  |  |  | this.visible = true | 
|---|
|  |  |  | this.$nextTick(() => { | 
|---|
|  |  |  | this.$refs.form.resetFields(); | 
|---|
|  |  |  | for (const key in this.form) { | 
|---|
|  |  |  | this.form[key] = target[key] | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | console.log(this.form) | 
|---|
|  |  |  | this.getDates(target.companyId) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|