|
@ -584,14 +584,14 @@ export default { |
|
|
this.balance = parseFloat(this.balanceCopy) - parseFloat(resNum) |
|
|
this.balance = parseFloat(this.balanceCopy) - parseFloat(resNum) |
|
|
}, |
|
|
}, |
|
|
getlist() { |
|
|
getlist() { |
|
|
if (this.formobj.purchaseSystemName === '') { |
|
|
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择采购系统' }) |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
if (this.formobj.staffDeptName === '') { |
|
|
if (this.formobj.staffDeptName === '') { |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择销售部门' }) |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择销售部门' }) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
if (this.formobj.purchaseSystemName === '') { |
|
|
|
|
|
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.staffDeptSid = this.formobj.staffDeptSid |
|
|