|
|
|
@ -51,7 +51,8 @@ export default { |
|
|
|
}, |
|
|
|
yjwd: { |
|
|
|
type: "select", |
|
|
|
options: this.getDictOptions("business_wddw"), |
|
|
|
options: this.getDictOptions("business_cctj"), |
|
|
|
multiple: true, |
|
|
|
fillType: "preFill", |
|
|
|
otherCode: "yjwdOther", |
|
|
|
}, |
|
|
|
@ -67,7 +68,8 @@ export default { |
|
|
|
}, |
|
|
|
sjwd: { |
|
|
|
type: "select", |
|
|
|
options: this.getDictOptions("business_wddw"), |
|
|
|
options: this.getDictOptions("business_cctj"), |
|
|
|
multiple: true, |
|
|
|
fillType: "actFill", |
|
|
|
otherCode: "sjwdOther", |
|
|
|
compareTo: "yjwd", |
|
|
|
@ -162,7 +164,8 @@ export default { |
|
|
|
}, |
|
|
|
yjwd: { |
|
|
|
type: "select", |
|
|
|
options: this.getDictOptions("business_wddw"), |
|
|
|
options: this.getDictOptions("business_cctj"), |
|
|
|
multiple: true, |
|
|
|
fillType: "preFill", |
|
|
|
otherCode: "yjwdOther", |
|
|
|
}, |
|
|
|
@ -178,7 +181,8 @@ export default { |
|
|
|
}, |
|
|
|
sjwd: { |
|
|
|
type: "select", |
|
|
|
options: this.getDictOptions("business_wddw"), |
|
|
|
options: this.getDictOptions("business_cctj"), |
|
|
|
multiple: true, |
|
|
|
fillType: "actFill", |
|
|
|
otherCode: "sjwdOther", |
|
|
|
compareTo: "yjwd", |
|
|
|
|