优化单据中序列号的录入方式
This commit is contained in:
@@ -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 //税率
|
||||
|
||||
Reference in New Issue
Block a user