营销合同
This commit is contained in:
@@ -680,14 +680,12 @@ export default {
|
|||||||
this.fetchData()
|
this.fetchData()
|
||||||
this.fetchTableData1()
|
this.fetchTableData1()
|
||||||
this.fetchCustomerData()
|
this.fetchCustomerData()
|
||||||
console.log(this.$toTop(), 222)
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 2020 02 18 刘路加 增加
|
// 2020 02 18 刘路加 增加
|
||||||
fun() {
|
fun() {
|
||||||
this.form.contractAmount = Number(this.form.contractAmount).toFixed(2)
|
this.form.contractAmount = Number(this.form.contractAmount).toFixed(2)
|
||||||
},
|
},
|
||||||
|
|
||||||
searchName() { // 模糊查询姓名
|
searchName() { // 模糊查询姓名
|
||||||
this.tableData3 = []
|
this.tableData3 = []
|
||||||
SelectMarketingManager().then(response => {
|
SelectMarketingManager().then(response => {
|
||||||
|
|||||||
Reference in New Issue
Block a user