优化单据的录入界面的明细排版

This commit is contained in:
季圣华
2021-11-11 00:50:27 +08:00
parent 2a192c6f24
commit b46c081628
17 changed files with 183 additions and 144 deletions

View File

@@ -117,10 +117,10 @@ export const BillModalMixin = {
if(this.prefixNo === 'CGRK' || this.prefixNo === 'XSTH' || this.prefixNo === 'CGTH') {
columns[i].type = FormTypes.date //显示
} else {
columns[i].type = FormTypes.input //显示
columns[i].type = FormTypes.normal //显示
}
} else {
columns[i].type = FormTypes.input //显示
columns[i].type = FormTypes.normal //显示
}
} else {
columns[i].type = FormTypes.hidden //隐藏