给单据中的供应商、客户、会员、账号新增完之后默认直接选中

This commit is contained in:
jishenghua
2024-04-30 00:20:52 +08:00
parent 621299a5be
commit b6741cffc7
11 changed files with 50 additions and 31 deletions

View File

@@ -338,9 +338,9 @@
this.copyAddInit(this.prefixNo)
}
this.initSystemConfig()
this.initSupplier()
this.initSupplier(0)
this.initDepot()
this.initAccount()
this.initAccount(0)
},
//提交单据时整理成formData
classifyIntoFormData(allValues) {