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