Browse Source

完善

master
yunuo970428 2 years ago
parent
commit
5483d4d519
  1. 2
      anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliAdd.vue

2
anrui-scm/anrui-scm-ui/src/views/supplychain/tiaozhangshenqingguanli/tiaozhangshenqingguanliAdd.vue

@ -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) {

Loading…
Cancel
Save