优化单据中序列号的录入方式

This commit is contained in:
季圣华
2022-05-22 22:31:49 +08:00
parent e8a77a289b
commit a86893a75f

View File

@@ -393,6 +393,7 @@ export const BillModalMixin = {
case "snList":
snList = value
if(snList) {
snList = snList.replaceAll('',',')
let snArr = snList.split(',')
operNumber = snArr.length
taxRate = row.taxRate-0 //税率