| | |
| | | <div>{{ editConfig.infomation.amountTotal }}</div> |
| | | </div> |
| | | <div class="collection-view"> |
| | | <div class="label">收款计划负责人</div> |
| | | <div class="label"><span style="color: #f56c6c">*</span>收款计划负责人</div> |
| | | <el-select |
| | | v-model="editConfig.infomation.principalId" |
| | | placeholder="请选择" |
| | |
| | | </div> |
| | | <div class="btn-view"> |
| | | <el-button type="primary" size="small" @click="saveClick">保存</el-button> |
| | | <el-button size="small" @click="editConfig.visible = false">取消</el-button> |
| | | <el-button size="small" @click="droppedClick">取消</el-button> |
| | | </div> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | mergeNumber: 7 |
| | | }, |
| | | tableData: [], |
| | | productId: 1, |
| | | addProductArr: [], |
| | | memberOptions: [], |
| | | allTerms: 3, |
| | |
| | | } |
| | | } |
| | | }, |
| | | droppedClick(){ |
| | | this.editConfig.visible = false |
| | | this.$parent.getData() |
| | | }, |
| | | // 计算计划总额 |
| | | sumTotalAmount() { |
| | | this.planAmount = 0 |
| | |
| | | }, |
| | | handleClose() { |
| | | this.editConfig.visible = false |
| | | this.$parent.getData() |
| | | }, |
| | | setTableForm() { |
| | | this.setTableInfomation(this.firstDate) |