优化单据的序列号录入和选择功能

This commit is contained in:
季圣华
2022-09-30 00:21:33 +08:00
parent 5c02964145
commit c1c92d3479
8 changed files with 147 additions and 76 deletions

View File

@@ -125,7 +125,7 @@ export const BillModalMixin = {
columns[i].type = FormTypes.popupJsh //显示
} else {
if(key === 'snList') {
columns[i].type = FormTypes.input_pop //显示
columns[i].type = FormTypes.popupJsh //显示
} else {
columns[i].type = FormTypes.input //显示
}