优化批号选择框对应的日期框的样式

This commit is contained in:
季圣华
2022-09-19 19:50:34 +08:00
parent d52dc4d06e
commit cb8b955ef3
5 changed files with 5 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ export const BillModalMixin = {
if(this.prefixNo === 'LSTH' || this.prefixNo === 'CGRK' || this.prefixNo === 'XSTH' || this.prefixNo === 'QTRK') {
columns[i].type = FormTypes.date //显示
} else {
columns[i].type = FormTypes.normal //显示
columns[i].type = FormTypes.input //显示
}
} else {
columns[i].type = FormTypes.normal //显示