Commit 2237252e authored by 季圣华's avatar 季圣华
Browse files

改造单据中的序列号输入框,改为可以从弹出框中输入

parent 996b7703
......@@ -124,7 +124,11 @@ export const BillModalMixin = {
if(this.prefixNo === 'LSCK' || this.prefixNo === 'CGTH' || this.prefixNo === 'XSCK' || this.prefixNo === 'QTCK' || this.prefixNo === 'DBCK') {
columns[i].type = FormTypes.popupJsh //显示
} else {
columns[i].type = FormTypes.input //显示
if(key === 'snList') {
columns[i].type = FormTypes.input_pop //显示
} else {
columns[i].type = FormTypes.input //显示
}
}
} else if(key === 'expirationDate') {
if(this.prefixNo === 'LSTH' || this.prefixNo === 'CGRK' || this.prefixNo === 'XSTH' || this.prefixNo === 'QTRK') {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment