|
|
@ -520,6 +520,10 @@ export default { |
|
|
|
this.balance = parseInt(this.balanceCopy) - parseInt(resNum) |
|
|
|
}, |
|
|
|
getlist() { |
|
|
|
if (this.formobj.purchaseSystemName === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择采购系统' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.listQuery.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.listQuery.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.listQuery.purchaseSystemSid = this.formobj.purchaseSystemSid |
|
|
|