|
@ -399,7 +399,8 @@ export default { |
|
|
vinNo: '', |
|
|
vinNo: '', |
|
|
orgPath: '', |
|
|
orgPath: '', |
|
|
state: '', |
|
|
state: '', |
|
|
purchaseSystemSid: '' |
|
|
purchaseSystemSid: '', |
|
|
|
|
|
staffDeptSid: '' |
|
|
}, |
|
|
}, |
|
|
rules: { |
|
|
rules: { |
|
|
collectionMoney: [{ required: true, message: '收款金额不能为空', trigger: 'blur' }], |
|
|
collectionMoney: [{ required: true, message: '收款金额不能为空', trigger: 'blur' }], |
|
@ -587,8 +588,13 @@ export default { |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择采购系统' }) |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择采购系统' }) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
if (this.formobj.staffDeptName === '') { |
|
|
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择销售部门' }) |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
this.listQuery.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
this.listQuery.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
this.listQuery.purchaseSystemSid = this.formobj.purchaseSystemSid |
|
|
this.listQuery.purchaseSystemSid = this.formobj.purchaseSystemSid |
|
|
|
|
|
this.listQuery.staffDeptSid = this.formobj.staffDeptSid |
|
|
this.listQuery.state = '1' |
|
|
this.listQuery.state = '1' |
|
|
listAll(this.listQuery).then((res) => { |
|
|
listAll(this.listQuery).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
@ -609,7 +615,8 @@ export default { |
|
|
vinNo: '', |
|
|
vinNo: '', |
|
|
orgPath: '', |
|
|
orgPath: '', |
|
|
state: '', |
|
|
state: '', |
|
|
purchaseSystemSid: '' |
|
|
purchaseSystemSid: '', |
|
|
|
|
|
staffDeptSid: '' |
|
|
} |
|
|
} |
|
|
this.getlist() |
|
|
this.getlist() |
|
|
}, |
|
|
}, |
|
@ -887,7 +894,8 @@ export default { |
|
|
vinNo: '', |
|
|
vinNo: '', |
|
|
orgPath: '', |
|
|
orgPath: '', |
|
|
state: '', |
|
|
state: '', |
|
|
purchaseSystemSid: '' |
|
|
purchaseSystemSid: '', |
|
|
|
|
|
staffDeptSid: '' |
|
|
} |
|
|
} |
|
|
this.list1 = [] |
|
|
this.list1 = [] |
|
|
this.list2 = [] |
|
|
this.list2 = [] |
|
|