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

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": case "snList":
snList = value snList = value
if(snList) { if(snList) {
snList = snList.replaceAll('',',')
let snArr = snList.split(',') let snArr = snList.split(',')
operNumber = snArr.length operNumber = snArr.length
taxRate = row.taxRate-0 //税率 taxRate = row.taxRate-0 //税率