Commit a86893a7 authored by 季圣华's avatar 季圣华
Browse files

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

parent e8a77a28
......@@ -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 //税率
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment