|
|
@ -351,6 +351,7 @@ export default { |
|
|
|
}) |
|
|
|
this.temp.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.temp.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
console.log(this.temp) |
|
|
|
this.dialogStatus = 'add' |
|
|
|
this.viewTitle = '【新增】分公司间调账申请' |
|
|
|
this.getPathSid() |
|
|
@ -378,6 +379,7 @@ export default { |
|
|
|
}, |
|
|
|
handleCreate() { |
|
|
|
const _this = this |
|
|
|
console.log(this.temp) |
|
|
|
this.$refs['dataForm'].validate(valid => { |
|
|
|
if (valid) { |
|
|
|
if (this.list.length > 0) { |
|
|
|