|
|
@ -208,6 +208,7 @@ export default { |
|
|
|
useOrgSid: '', |
|
|
|
createOrgName: '', |
|
|
|
createOrgSid: '', |
|
|
|
orgPath: '', |
|
|
|
taxRate: '', |
|
|
|
remarks: '', |
|
|
|
pmsSupplierBankList: [] |
|
|
@ -314,6 +315,7 @@ export default { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
this.init() |
|
|
|
this.formobj.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
}, |
|
|
|
showEdit(row) { |
|
|
|
this.viewTitle = '【编辑】供应商' |
|
|
@ -432,6 +434,7 @@ export default { |
|
|
|
useOrgSid: '', |
|
|
|
createOrgName: '', |
|
|
|
createOrgSid: '', |
|
|
|
orgPath: '', |
|
|
|
taxRate: '', |
|
|
|
remarks: '', |
|
|
|
pmsSupplierBankList: [] |
|
|
|