This commit is contained in:
Vergil
2020-02-12 10:55:02 +08:00
parent 5e3c96892b
commit 6fc32042b3
3 changed files with 6 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-card>
<el-col :span="8">
<el-col style="width: auto">
<el-row>
<span>外协厂家:</span>
<el-input v-model="ManufacturerName" size="small" placeholder="外协厂家" clearable style="width:200px"/>
@@ -46,7 +46,7 @@
@current-change="handleCurrentChange"/>
</div>
</el-col>
<el-col :span="8">
<el-col style="width: auto">
<el-row>
<span style="margin-top: 10px">开票明细:</span>
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd1('form1')">新增</el-button>
@@ -80,7 +80,7 @@
@current-change="handleCurrentChange2"/>
</div>
</el-col>
<el-col :span="8">
<el-col style="width: auto">
<el-row>
<span style="margin-top: 10px">付款明细:</span>
<el-button class="button111" size="small" icon="el-icon-circle-plus-outline" style="margin-left:10px" @click="handleAdd2('form2')">新增</el-button>
@@ -173,7 +173,7 @@
</template>
<script>
import { searchtable, getInvoice, getPayment, AddType1, AddType2, handlechange, handledelete } from '@/api/Outsourcing/OutsourcingPaymentPlanManagement'
import { searchtable, getInvoice, getPayment, AddType1, AddType2, handleChange1, handledelete } from '@/api/Outsourcing/OutsourcingPaymentPlanManagement'
export default {
data() {
return {
@@ -331,7 +331,7 @@ export default {
},
// 编辑确定
handleChange1() {
handlechange(this.CoManufacturerFlowNumber1, this.form.发票号, this.form.开户行, this.form.开票时间, this.form.开票金额, this.form.接收人, this.form.接收时间, this.form.备注).then(response => {
handleChange1(this.CoManufacturerFlowNumber1, this.form.发票号, this.form.开户行, this.form.开票时间, this.form.开票金额, this.form.接收人, this.form.接收时间, this.form.备注).then(response => {
if (response.data[0].result === '1') {
this.$notify({
title: '成功',